EncryptionIdentityResponse

data class EncryptionIdentityResponse(val principalId: String, val userAssignedIdentity: String? = null)

Identity used to authenticate with key vault.

Constructors

Link copied to clipboard
constructor(principalId: String, userAssignedIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal ID (object ID) of the identity used to authenticate with key vault. Read-only.

Link copied to clipboard

The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.