CompatibleFormatsForSensitiveTypes

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

Bases: object

The list of compatible masking formats grouped by generic sensitive types.

Methods

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

Attributes

formats_for_sensitive_type [Required] Gets the formats_for_sensitive_type of this CompatibleFormatsForSensitiveTypes.
__init__(**kwargs)

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

Parameters:formats_for_sensitive_type (list[oci.data_safe.models.FormatsForSensitiveType]) – The value to assign to the formats_for_sensitive_type property of this CompatibleFormatsForSensitiveTypes.
formats_for_sensitive_type

[Required] Gets the formats_for_sensitive_type of this CompatibleFormatsForSensitiveTypes. An array of library masking formats compatible with the existing sensitive types.

Returns:The formats_for_sensitive_type of this CompatibleFormatsForSensitiveTypes.
Return type:list[oci.data_safe.models.FormatsForSensitiveType]