KeyVaultPropertiesArgs

data class KeyVaultPropertiesArgs(val id: Output<String>? = null, val key: Output<KeyPropertiesArgs>? = null) : ConvertibleToJava<KeyVaultPropertiesArgs>

Settings concerning key vault encryption for a configuration store.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, key: Output<KeyPropertiesArgs>? = null)

Properties

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

Uri of KeyVault

Link copied to clipboard
val key: Output<KeyPropertiesArgs>? = null

Identity of the secret that includes name and version.

Functions

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