ResourceIdentity interface
Azure Active Directory identity configuration for a resource.
Properties
principal |
The Azure Active Directory principal id. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. |
user |
The resource ids of the user assigned identities to use |
Property Details
principalId
The Azure Active Directory principal id. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource.
type?: string
Property Value
string
userAssignedIdentities
The resource ids of the user assigned identities to use
userAssignedIdentities?: {[propertyName: string]: UserIdentity}
Property Value
{[propertyName: string]: UserIdentity}