RegistryEncryptionArgs

data class RegistryEncryptionArgs(val identityClientId: Output<String>, val keyVaultKeyId: Output<String>) : ConvertibleToJava<RegistryEncryptionArgs>

Constructors

Link copied to clipboard
constructor(identityClientId: Output<String>, keyVaultKeyId: Output<String>)

Properties

Link copied to clipboard

The client ID of the managed identity associated with the encryption key.

Link copied to clipboard
val keyVaultKeyId: Output<String>

The ID of the Key Vault Key.

Functions

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