communicationsIdentitySet 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示用户和应用程序标识的组合,这些标识共同标识呼叫或会议中的参与者。
继承自 identitySet。
属性
属性 | 类型 | 说明 |
---|---|---|
应用程序 | communicationsApplicationIdentity | 与此操作关联的应用程序。 继承自 identitySet。 |
applicationInstance | communicationsApplicationInstanceIdentity | 与此操作关联的应用程序实例。 |
assertedIdentity | communicationsUserIdentity 或 communicationsPhoneIdentity | 参与者希望向呼叫中的其他参与者展示自己的 标识 。 |
azureCommunicationServicesUser | azureCommunicationServicesUserIdentity | 与此操作关联的Azure 通信服务用户。 |
加密 | communicationsEncryptedIdentity | 与此操作关联的加密用户。 |
endpointType | endpointType | 参与者使用的终结点类型。 可能的值为: default 、 voicemail 、 skypeForBusiness 、 skypeForBusinessVoipPhone 和 unknownFutureValue 。 |
客人 | communicationsGuestIdentity | 与此操作关联的来宾用户。 |
onPremises | communicationsUserIdentity | 与此操作关联的Skype for Business本地用户。 |
phone | communicationsPhoneIdentity | 与此操作关联的电话用户。 |
用户 | communicationsUserIdentity | 与此操作关联的用户。 继承自 identitySet。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"application": {"@odata.type": "microsoft.graph.communicationsApplicationIdentity"},
"applicationInstance": {"@odata.type": "microsoft.graph.communicationsApplicationInstanceIdentity"},
"assertedIdentity": {"@odata.type": "microsoft.graph.identity"},
"azureCommunicationServicesUser": {"@odata.type": "microsoft.graph.azureCommunicationServicesUserIdentity"},
"encrypted": {"@odata.type": "microsoft.graph.communicationsEncryptedIdentity"},
"endpointType": "String",
"guest": {"@odata.type": "microsoft.graph.communicationsGuestIdentity"},
"onPremises": {"@odata.type": "microsoft.graph.communicationsUserIdentity"},
"phone": {"@odata.type": "microsoft.graph.communicationsPhoneIdentity"},
"user": {"@odata.type": "microsoft.graph.communicationsUserIdentity"}
}