Share via


MySQLServerIdentity interface

Properties to configure Identity 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

Metadata of user assigned identity.

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?: string

Property Value

string

userAssignedIdentities

Metadata of user assigned identity.

userAssignedIdentities?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}