IdentityResponse

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

Properties to configure User Assigned Identities for Bring your Own Keys

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, 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

Properties for User Assigned Identities