Encryption Preferences Args
    data class EncryptionPreferencesArgs(val doubleEncryptionStatus: Output<Either<String, DoubleEncryptionStatus>>? = null) : ConvertibleToJava<EncryptionPreferencesArgs> 
Preferences related to the double encryption
Constructors
Link copied to clipboard
                fun EncryptionPreferencesArgs(doubleEncryptionStatus: Output<Either<String, DoubleEncryptionStatus>>? = null)