Encryption Scope Properties Args
data class EncryptionScopePropertiesArgs(val keySource: Output<Either<String, KeySource>>? = null, val keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, val state: Output<Either<String, EncryptionScopeState>>? = null) : ConvertibleToJava<EncryptionScopePropertiesArgs>
Properties to EncryptionScope
Constructors
Link copied to clipboard
constructor(keySource: Output<Either<String, KeySource>>? = null, keyVaultProperties: Output<KeyVaultPropertiesArgs>? = null, state: Output<Either<String, EncryptionScopeState>>? = null)