名前空間: microsoft.graph
大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイスに設定を適用する意図を表すエンティティ
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| deviceManagementIntents を一覧表示する | deviceManagementIntent コレクション | deviceManagementIntent オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| deviceManagementIntent を取得する | deviceManagementIntent | deviceManagementIntent オブジェクトのプロパティとリレーションシップを読み取ります。 |
| deviceManagementIntent を作成する | deviceManagementIntent | 新しい deviceManagementIntent オブジェクトを 作成します。 |
| deviceManagementIntent を削除する | なし | deviceManagementIntent を削除します。 |
| deviceManagementIntent を更新する | deviceManagementIntent | deviceManagementIntent オブジェクトのプロパティを更新します。 |
| updateSettings アクション | なし | |
| migrateToTemplate アクション | なし | |
| createCopy アクション | deviceManagementIntent | |
| assign アクション | なし | |
| compare 関数 | deviceManagementSettingComparison コレクション | |
| getCustomizedSettings 関数 | deviceManagementIntentCustomizedSetting コレクション |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | 意図 ID |
| displayName | 文字列 | ユーザーに指定された表示名 |
| 説明 | String | 説明を指定したユーザー |
| isAssigned | ブール値 | 意図がユーザーに割り当てられているかどうかを示します |
| isMigratingToConfigurationPolicy | ブール値 | 意図が configurationPolicies エンドポイントに移行されているかどうかを示します |
| lastModifiedDateTime | DateTimeOffset | 意図が最後に変更されたとき |
| templateId | 文字列 | この意図が作成されたテンプレートの ID (存在する場合) |
| roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| settings | deviceManagementSettingInstance コレクション | 適用されるすべての設定のコレクション |
| categories | deviceManagementIntentSettingCategory コレクション | 意図内の設定カテゴリのコレクション |
| assignments | deviceManagementIntentAssignment コレクション | 割り当てのコレクション |
| deviceSettingStateSummaries | deviceManagementIntentDeviceSettingStateSummary コレクション | 意図内のすべての設定に対応する状態に属する設定とその状態とデバイスの数のコレクション |
| deviceStates | deviceManagementIntentDeviceState コレクション | 意図が適用されるすべてのデバイスの状態のコレクション |
| userStates | deviceManagementIntentUserState コレクション | 意図が適用されるすべてのユーザーの状態のコレクション |
| deviceStateSummary | deviceManagementIntentDeviceStateSummary | 意図が適用されるすべてのデバイスに対応する状態に属するデバイスの状態と数の概要 |
| userStateSummary | deviceManagementIntentUserStateSummary | 意図が適用されるすべてのユーザーに対応する状態に属するユーザーの状態とユーザー数の概要 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementIntent",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"isAssigned": true,
"isMigratingToConfigurationPolicy": true,
"lastModifiedDateTime": "String (timestamp)",
"templateId": "String",
"roleScopeTagIds": [
"String"
]
}