CollaborationDataEncryptionMetadataArgs

data class CollaborationDataEncryptionMetadataArgs(val allowCleartext: Output<Boolean>, val allowDuplicates: Output<Boolean>, val allowJoinsOnColumnsWithDifferentNames: Output<Boolean>, val preserveNulls: Output<Boolean>) : ConvertibleToJava<CollaborationDataEncryptionMetadataArgs>

Constructors

Link copied to clipboard
constructor(allowCleartext: Output<Boolean>, allowDuplicates: Output<Boolean>, allowJoinsOnColumnsWithDifferentNames: Output<Boolean>, preserveNulls: Output<Boolean>)

Properties

Link copied to clipboard
val allowCleartext: Output<Boolean>

Indicates whether encrypted tables can contain cleartext data ( TRUE ) or are to cryptographically process every column ( FALSE ).

Link copied to clipboard

Indicates whether Fingerprint columns can contain duplicate entries ( TRUE ) or are to contain only non-repeated values ( FALSE ).

Link copied to clipboard

Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name ( TRUE ) or can only be joined on Fingerprint columns of the same name ( FALSE ).

Link copied to clipboard
val preserveNulls: Output<Boolean>

Indicates whether NULL values are to be copied as NULL to encrypted tables ( TRUE ) or cryptographically processed ( FALSE ).

Functions

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