id セットリソースの種類identitySet resource type
重要
Microsoft Graph の/beta
バージョンの api は変更される可能性があります。APIs under the /beta
version in Microsoft Graph are subject to change. 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。Use of these APIs in production applications is not supported.
Identity setリソースは、 idリソースのキー付きコレクションです。The identitySet resource is a keyed collection of identity resources.
_作成者_または_最終更新者_など、アイテムのさまざまなイベントに関連付けられている id のセットを表すために使用されます。It is used to represent a set of identities associated with various events for an item, such as created by or last modified by.
JSON 表記JSON representation
リソースの JSON 表記を次に示します。The following is a JSON representation of the resource.
{
"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"},
"guest": {"@odata.type": "microsoft.graph.identity"},
"phone": {"@odata.type": "microsoft.graph.identity"},
"user": {"@odata.type": "microsoft.graph.identity"}
}
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
applicationapplication | IDIdentity | 省略可能。このアクションに関連付けられているアプリケーション。Optional. The application associated with this action. |
conversationconversation | IdentityIdentity | 省略可能。Optional. このアクションに関連付けられているチームまたはチャネル。The team or channel associated with this action. |
conversationIdentityTypeconversationIdentityType | IdentityIdentity | 省略可能。Optional. 会話プロパティがチームまたはチャネルを識別するかどうかを示します。Indicates whether the conversation property identifies a team or channel. |
デバイスdevice | IDIdentity | 省略可能。このアクションに関連付けられているデバイス。Optional. The device associated with this action. |
phonephone | identityidentity | 省略可能。Optional. このアクションに関連付けられている電話番号。The phone number associated with this action. |
useruser | IdentityIdentity | 省略可能。このアクションに関連付けられているユーザー。Optional. The user associated with this action. |
注釈Remarks
「呼び出しを使用したリソースの設定」を参照してください。See Call for usage of identitySet resources.