AzureResourceManagerManagedIdentityProperties interface
The properties of the managed service identities assigned to this resource.
Properties
principal |
The active directory identifier of this principal. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The Active Directory tenant id of the principal. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of managed identity assigned to this resource. |
user |
The identities assigned to this resource by the user. |
Property Details
principalId
The active directory identifier of this principal. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The Active Directory tenant id of the principal. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The type of managed identity assigned to this resource.
type: string
Property Value
string
userAssignedIdentities
The identities assigned to this resource by the user.
userAssignedIdentities?: {[propertyName: string]: AzureResourceManagerUserAssignedIdentity}
Property Value
{[propertyName: string]: AzureResourceManagerUserAssignedIdentity}