dataEncryptionMetadata

@JvmName(name = "vtnqtokvcytdefvh")
suspend fun dataEncryptionMetadata(value: Output<CollaborationDataEncryptionMetadataArgs>)
@JvmName(name = "qxhidaadtjqlgiql")
suspend fun dataEncryptionMetadata(value: CollaborationDataEncryptionMetadataArgs?)

Parameters

value

a collection of settings which determine how the c3r client will encrypt data for use within this collaboration.

  • data_encryption_metadata.allow_clear_text - (Required - Forces new resource) - Indicates whether encrypted tables can contain cleartext data. This is a boolea field.

  • data_encryption_metadata.allow_duplicates - (Required - Forces new resource ) - Indicates whether Fingerprint columns can contain duplicate entries. This is a boolean field.

  • data_encryption_metadata.allow_joins_on_columns_with_different_names - (Required - Forces new resource) - Indicates whether Fingerprint columns can be joined n any other Fingerprint column with a different name. This is a boolean field.

  • data_encryption_metadata.preserve_nulls - (Required - Forces new resource) - Indicates whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically processed (false).


@JvmName(name = "tfrcqsokyxfvdpve")
suspend fun dataEncryptionMetadata(argument: suspend CollaborationDataEncryptionMetadataArgsBuilder.() -> Unit)

Parameters

argument

a collection of settings which determine how the c3r client will encrypt data for use within this collaboration.

  • data_encryption_metadata.allow_clear_text - (Required - Forces new resource) - Indicates whether encrypted tables can contain cleartext data. This is a boolea field.

  • data_encryption_metadata.allow_duplicates - (Required - Forces new resource ) - Indicates whether Fingerprint columns can contain duplicate entries. This is a boolean field.

  • data_encryption_metadata.allow_joins_on_columns_with_different_names - (Required - Forces new resource) - Indicates whether Fingerprint columns can be joined n any other Fingerprint column with a different name. This is a boolean field.

  • data_encryption_metadata.preserve_nulls - (Required - Forces new resource) - Indicates whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically processed (false).