Encryption Key Details Args
data class EncryptionKeyDetailsArgs(val kekType: Output<Either<String, EncryptionKekType>>? = null, val kekUrl: Output<String>? = null, val kekVaultResourceID: Output<String>? = null) : ConvertibleToJava<EncryptionKeyDetailsArgs>
Specifies the encryption key properties
Constructors
Link copied to clipboard
constructor(kekType: Output<Either<String, EncryptionKekType>>? = null, kekUrl: Output<String>? = null, kekVaultResourceID: Output<String>? = null)