deviceConfiguration リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイス構成です。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
deviceConfigurations のリスト | deviceConfiguration コレクション | deviceConfiguration オブジェクトのプロパティとリレーションシップをリストします。 |
deviceConfiguration の取得 | deviceConfiguration | deviceConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
デバイス構成 | ||
アクションの割り当て | deviceConfigurationAssignment コレクション | |
windowsPrivacyAccessControls アクション | なし | |
assignedAccessMultiModeProfiles アクション | なし | |
getTargetedUsersAndDevices アクション | deviceConfigurationTargetedUserAndDevice コレクション | |
ポリシー セット | ||
hasPayloadLinks アクション | hasPayloadLinkResultItem コレクション |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 |
lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 |
roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 |
supportsScopeTags | ブール型 | 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 ScopeTags プロパティへの割り当ては、この値が false であり、スコープ付きユーザーにエンティティが表示されない場合は許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して発生し、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティは読み取り専用です。 |
deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | このポリシーの OS エディションの適用性。 |
deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | このポリシーの OS バージョンの適用規則。 |
deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | このポリシーのデバイス モードの適用規則。 |
createdDateTime | DateTimeOffset | オブジェクトが作成された DateTime。 |
description | String | デバイス構成について管理者が提供した説明です。 |
displayName | String | デバイス構成について管理者が指定した名前です。 |
version | Int32 | デバイス構成のバージョン。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
デバイス構成 | ||
groupAssignments | deviceConfigurationGroupAssignment コレクション | デバイスの構成プロファイルのグループ割り当てのリストです。 |
assignments | deviceConfigurationAssignment コレクション | デバイスの構成プロファイルの割り当てのリスト。 |
deviceStatuses | deviceConfigurationDeviceStatus コレクション | デバイスごとのデバイス構成のインストール状況。 |
userStatuses | deviceConfigurationUserStatus コレクション | ユーザー別のデバイス構成のインストール状態。 |
deviceStatusOverview | deviceConfigurationDeviceOverview | デバイス構成のデバイス状態の概要 |
userStatusOverview | deviceConfigurationUserOverview | デバイス構成のユーザー状態の概要 |
deviceSettingStateSummaries | settingStateDeviceSummary コレクション | デバイス構成設定状態のデバイスの要約 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceConfiguration",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"supportsScopeTags": true,
"deviceManagementApplicabilityRuleOsEdition": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
"osEditionTypes": [
"String"
],
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleOsVersion": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
"minOSVersion": "String",
"maxOSVersion": "String",
"name": "String",
"ruleType": "String"
},
"deviceManagementApplicabilityRuleDeviceMode": {
"@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
"deviceMode": "String",
"name": "String",
"ruleType": "String"
},
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024
}