EncryptionScopeKeyVaultPropertiesArgs

data class EncryptionScopeKeyVaultPropertiesArgs(val keyUri: Output<String>? = null) : ConvertibleToJava<EncryptionScopeKeyVaultPropertiesArgs>

The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.

Constructors

Link copied to clipboard
constructor(keyUri: Output<String>? = null)

Properties

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

The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.

Functions

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