KeyVaultKeyPropertiesResponse

data class KeyVaultKeyPropertiesResponse(val identity: ManagedIdentityResponse? = null, val keyIdentifier: String? = null)

The properties of the KeyVault key.

Constructors

Link copied to clipboard
constructor(identity: ManagedIdentityResponse? = null, keyIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Managed identity properties of KeyVault Key.

Link copied to clipboard
val keyIdentifier: String? = null

The identifier of the key.