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. |
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