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}