Key Vault Key Properties Response
data class KeyVaultKeyPropertiesResponse(val identity: ManagedIdentityResponse? = null, val keyIdentifier: String? = null)
The properties of the KeyVault key.
Constructors
Link copied to clipboard
fun KeyVaultKeyPropertiesResponse(identity: ManagedIdentityResponse? = null, keyIdentifier: String? = null)