MySQLServerIdentityResponse

data class MySQLServerIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, List<UserAssignedIdentityResponse>>? = null)

Properties to configure Identity for Bring your Own Keys

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, List<UserAssignedIdentityResponse>>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ObjectId from the KeyVault

Link copied to clipboard

TenantId from the KeyVault

Link copied to clipboard
val type: String? = null

Type of managed service identity.

Link copied to clipboard

Metadata of user assigned identity.