FormatsForSensitiveType

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

Bases: object

A list of library masking formats compatible with an existing sensitive type.

Methods

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

Attributes

masking_formats Gets the masking_formats of this FormatsForSensitiveType.
sensitive_type_id [Required] Gets the sensitive_type_id of this FormatsForSensitiveType.
__init__(**kwargs)

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

Parameters:
  • sensitive_type_id (str) – The value to assign to the sensitive_type_id property of this FormatsForSensitiveType.
  • masking_formats (list[oci.data_safe.models.FormatSummary]) – The value to assign to the masking_formats property of this FormatsForSensitiveType.
masking_formats

Gets the masking_formats of this FormatsForSensitiveType. An array of the library masking formats compatible with the sensitive type.

Returns:The masking_formats of this FormatsForSensitiveType.
Return type:list[oci.data_safe.models.FormatSummary]
sensitive_type_id

[Required] Gets the sensitive_type_id of this FormatsForSensitiveType. The OCID of the sensitive type.

Returns:The sensitive_type_id of this FormatsForSensitiveType.
Return type:str