participantInfo 资源类型
命名空间:microsoft.graph
包含有关参与者标识的其他属性
属性
属性 | 类型 | 说明 |
---|---|---|
countryCode | String | 参与者在通话开始时的最佳估计物理位置的 ISO 3166-1 Alpha-2 国家/地区代码。 此为只读属性。 |
endpointType | String | 参与者使用的终结点类型。 可能的值为: default 、 skypeForBusiness 或 skypeForBusinessVoipPhone 。 此为只读属性。 |
identity | identitySet | 与此参与者关联的 identitySet 。 此为只读属性。 |
languageId | String | 语言区域性字符串。 此为只读属性。 |
participantId | String | 参与者的参与者 ID。 此为只读属性。 |
地区 | String | 参与者的主区域。 这可以是国家/地区、大陆或更大的地理区域。 这不会根据参与者的当前物理位置而更改。 只读。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"countryCode": "String",
"identity": { "@odata.type": "#microsoft.graph.identitySet" },
"endpointType": "default | skypeForBusiness | skypeForBusinessVoipPhone",
"languageId": "String",
"region": "String",
"participantId": "String"
}