EncryptionArgs

data class EncryptionArgs(val identity: Output<ManagedServiceIdentityArgs>? = null, val keyName: Output<String>, val keyVaultUri: Output<String>) : ConvertibleToJava<EncryptionArgs>

Encryption key properties for the pool.

Constructors

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

Properties

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard
val keyName: Output<String>

The name of the key vault key.

Link copied to clipboard
val keyVaultUri: Output<String>

The URI of the key vault.

Functions

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