你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MediaServiceIdentity interface
Properties
principal |
The Principal ID of the identity. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The Tenant ID of the identity. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The identity type. |
user |
The user assigned managed identities. |
Property Details
principalId
The Principal ID of the identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The Tenant ID of the identity. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The identity type.
type: string
Property Value
string
userAssignedIdentities
The user assigned managed identities.
userAssignedIdentities?: {[propertyName: string]: UserAssignedManagedIdentity}
Property Value
{[propertyName: string]: UserAssignedManagedIdentity}