KeyPropertiesArgs

data class KeyPropertiesArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<KeyPropertiesArgs>

Url and version of the KeyVault Secret

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, version: Output<String>? = null)

Properties

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

The identifier of the key vault key used to encrypt data.

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

The version of the identity which will be used to access key vault.

Functions

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