KeyVaultPropertiesArgs

data class KeyVaultPropertiesArgs(val keyName: Output<String>? = null, val keyVaultUri: Output<String>? = null, val keyVersion: Output<String>? = null, val userIdentity: Output<String>? = null) : ConvertibleToJava<KeyVaultPropertiesArgs>

Properties of the key vault.

Constructors

Link copied to clipboard
constructor(keyName: Output<String>? = null, keyVaultUri: Output<String>? = null, keyVersion: Output<String>? = null, userIdentity: Output<String>? = null)

Properties

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

The name of the key vault key.

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

The Uri of the key vault.

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

The version of the key vault key.

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

The user assigned identity (ARM resource id) that has access to the key.

Functions

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