CompatibleFormatsForDataTypes

class oci.data_safe.models.CompatibleFormatsForDataTypes(**kwargs)

Bases: object

A list of basic masking formats compatible with and grouped by the supported data types. The data types are grouped into the following categories - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types

Methods

__init__(**kwargs) Initializes a new CompatibleFormatsForDataTypes object with values from keyword arguments.

Attributes

formats_for_data_type [Required] Gets the formats_for_data_type of this CompatibleFormatsForDataTypes.
__init__(**kwargs)

Initializes a new CompatibleFormatsForDataTypes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:formats_for_data_type (list[oci.data_safe.models.FormatsForDataType]) – The value to assign to the formats_for_data_type property of this CompatibleFormatsForDataTypes.
formats_for_data_type

[Required] Gets the formats_for_data_type of this CompatibleFormatsForDataTypes. An array of lists of basic masking formats compatible with the supported data types.

Returns:The formats_for_data_type of this CompatibleFormatsForDataTypes.
Return type:list[oci.data_safe.models.FormatsForDataType]