identitySet リソースの種類

名前空間: microsoft.graph

ID リソースのキー付きコレクション 表します。 これは、アイテムのさまざまなイベントに関連付けられた ID のセットを表すために使用されます 。たとえば、 によって作成された ID や 最終変更された ID などです。

プロパティ

プロパティ 説明
application identity 省略可能です。 このアクションに関連付けられているアプリケーション。
applicationInstance identity 省略可能です。 このアクションに関連付けられているアプリケーション インスタンス。
会話 identity 省略可能です。 このアクションに関連付けられているチームまたはチャネル。
conversationIdentityType identity オプション。 conversation プロパティがチームまたはチャネルを識別するかどうかを示します。
デバイス identity オプション。 このアクションに関連付けられているデバイス。
暗号化 identity オプション。 このアクションに関連付けられている暗号化された ID。
onPremises identity オプション。 このアクションに関連付けられているオンプレミス ID。
ゲスト identity オプション。 このアクションに関連付けられているゲスト ID。
phone identity オプション。 このアクションに関連付けられている電話番号。
ユーザー identity オプション。 このアクションに関連付けられているユーザー。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "application": {"@odata.type": "microsoft.graph.identity"},
  "applicationInstance": {"@odata.type": "microsoft.graph.identity"},
  "conversation": {"@odata.type": "microsoft.graph.identity"},
  "conversationIdentityType": {"@odata.type": "microsoft.graph.identity"},
  "device": {"@odata.type": "microsoft.graph.identity"},
  "encrypted": {"@odata.type": "microsoft.graph.identity"},
  "onPremises": {"@odata.type": "microsoft.graph.identity"},
  "guest": {"@odata.type": "microsoft.graph.identity"},
  "phone": {"@odata.type": "microsoft.graph.identity"},
  "user": {"@odata.type": "microsoft.graph.identity"}
}

identitySet リソースの使用方法の例については、「driveItem」を参照してください。