Identity interface

Properties to configure User Assigned Identities for Bring your Own Keys

Properties

principalId

ObjectId from the KeyVault NOTE: This property will not be serialized. It can only be populated by the server.

tenantId

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.

userAssignedIdentities

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}