KeyVaultKeyPropertiesArgs

data class KeyVaultKeyPropertiesArgs(val identity: Output<ManagedIdentityArgs>? = null, val keyIdentifier: Output<String>? = null) : ConvertibleToJava<KeyVaultKeyPropertiesArgs>

The properties of the KeyVault key.

Constructors

Link copied to clipboard
constructor(identity: Output<ManagedIdentityArgs>? = null, keyIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
val identity: Output<ManagedIdentityArgs>? = null

Managed identity properties of KeyVault Key.

Link copied to clipboard
val keyIdentifier: Output<String>? = null

The identifier of the key.

Functions

Link copied to clipboard
open override fun toJava(): KeyVaultKeyPropertiesArgs