Identity interface
Properties to configure Identity for Bring your Own Keys
Properties
principal |
ObjectId from the KeyVault NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
TenantId from the KeyVault NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of managed service identity. |
user |
Properties for User Assigned Identities |
Property Details
principalId
ObjectId from the KeyVault NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
TenantId from the KeyVault NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
Type of managed service identity.
type?: ManagedServiceIdentityType
Property Value
userAssignedIdentities
Properties for User Assigned Identities
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}
Property Value
{[propertyName: string]: UserAssignedIdentity}