deviceManagementIntent リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

デバイスに設定を適用する意図を表すエンティティ

メソッド

メソッド 戻り値の型 説明
deviceManagementIntents の一覧 deviceManagementIntent コレクション deviceManagementIntent オブジェクトのプロパティとリレーションシップを一覧表示します。
Get deviceManagementIntent deviceManagementIntent deviceManagementIntent オブジェクトのプロパティとリレーションシップを読み取る。
create deviceManagementIntent deviceManagementIntent 新しい deviceManagementIntent オブジェクトを作成 します。
DeviceManagementIntent の削除 なし deviceManagementIntent を削除します
deviceManagementIntent の更新 deviceManagementIntent deviceManagementIntent オブジェクトのプロパティを更新します。
updateSettings アクション なし まだ文書化されていません
migrateToTemplate アクション なし まだ文書化されていません
createCopy アクション deviceManagementIntent まだ文書化されていません
assign アクション なし まだ文書化されていません
compare 関数 deviceManagementSettingComparison コレクション まだ文書化されていません

プロパティ

プロパティ 説明
id String インテント ID
displayName String 表示名を指定したユーザー
description String 説明を指定したユーザー
isAssigned Boolean インテントがユーザーに割り当てられているかどうかを示します。
lastModifiedDateTime DateTimeOffset 意図が最後に変更された場合
templateId String このインテントが作成されたテンプレートの ID (存在する場合)
roleScopeTagIds String collection この Entity インスタンスのスコープ タグの一覧。

リレーションシップ

リレーションシップ 説明
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,
  "lastModifiedDateTime": "String (timestamp)",
  "templateId": "String",
  "roleScopeTagIds": [
    "String"
  ]
}