KeyVaultPropertiesArgs

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

Properties to configure keyVault Properties

Constructors

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

Properties

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

Name of the Key from KeyVault

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

Uri of KeyVault

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

Key Version

Functions

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