ManagedIdentityConfiguration interface
The Managed Identity details for storage account.
Properties
principal |
The objectId of the Managed Identity that is linked to the Managed Storage account. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The tenant Id where the Managed Identity is created. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of Identity created. It can be either SystemAssigned or UserAssigned. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
principalId
The objectId of the Managed Identity that is linked to the Managed Storage account. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The tenant Id where the Managed Identity is created. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The type of Identity created. It can be either SystemAssigned or UserAssigned. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string