UpdateSensitiveTypePatternDetails¶
- 
class oci.data_safe.models.UpdateSensitiveTypePatternDetails(**kwargs)¶
- Bases: - oci.data_safe.models.update_sensitive_type_details.UpdateSensitiveTypeDetails- Details to update a sensitive type with regular expressions. - Attributes - ENTITY_TYPE_SENSITIVE_CATEGORY- str(object=’’) -> str - ENTITY_TYPE_SENSITIVE_TYPE- str(object=’’) -> str - comment_pattern- Gets the comment_pattern of this UpdateSensitiveTypePatternDetails. - data_pattern- Gets the data_pattern of this UpdateSensitiveTypePatternDetails. - default_masking_format_id- Gets the default_masking_format_id of this UpdateSensitiveTypePatternDetails. - defined_tags- Gets the defined_tags of this UpdateSensitiveTypeDetails. - description- Gets the description of this UpdateSensitiveTypeDetails. - display_name- Gets the display_name of this UpdateSensitiveTypeDetails. - entity_type- [Required] Gets the entity_type of this UpdateSensitiveTypeDetails. - freeform_tags- Gets the freeform_tags of this UpdateSensitiveTypeDetails. - name_pattern- Gets the name_pattern of this UpdateSensitiveTypePatternDetails. - parent_category_id- Gets the parent_category_id of this UpdateSensitiveTypeDetails. - search_type- Gets the search_type of this UpdateSensitiveTypePatternDetails. - short_name- Gets the short_name of this UpdateSensitiveTypeDetails. - Methods - __init__(**kwargs)- Initializes a new UpdateSensitiveTypePatternDetails object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
ENTITY_TYPE_SENSITIVE_CATEGORY= 'SENSITIVE_CATEGORY'¶
 - 
ENTITY_TYPE_SENSITIVE_TYPE= 'SENSITIVE_TYPE'¶
 - 
__init__(**kwargs)¶
- Initializes a new UpdateSensitiveTypePatternDetails object with values from keyword arguments. The default value of the - entity_typeattribute of this class is- SENSITIVE_TYPEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):- Parameters: - entity_type (str) – The value to assign to the entity_type property of this UpdateSensitiveTypePatternDetails. Allowed values for this property are: “SENSITIVE_TYPE”, “SENSITIVE_CATEGORY”
- display_name (str) – The value to assign to the display_name property of this UpdateSensitiveTypePatternDetails.
- short_name (str) – The value to assign to the short_name property of this UpdateSensitiveTypePatternDetails.
- description (str) – The value to assign to the description property of this UpdateSensitiveTypePatternDetails.
- parent_category_id (str) – The value to assign to the parent_category_id property of this UpdateSensitiveTypePatternDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSensitiveTypePatternDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSensitiveTypePatternDetails.
- name_pattern (str) – The value to assign to the name_pattern property of this UpdateSensitiveTypePatternDetails.
- comment_pattern (str) – The value to assign to the comment_pattern property of this UpdateSensitiveTypePatternDetails.
- data_pattern (str) – The value to assign to the data_pattern property of this UpdateSensitiveTypePatternDetails.
- search_type (str) – The value to assign to the search_type property of this UpdateSensitiveTypePatternDetails.
- default_masking_format_id (str) – The value to assign to the default_masking_format_id property of this UpdateSensitiveTypePatternDetails.
 
 - 
comment_pattern¶
- Gets the comment_pattern of this UpdateSensitiveTypePatternDetails. A regular expression to be used by data discovery for matching column comments. - Returns: - The comment_pattern of this UpdateSensitiveTypePatternDetails. - Return type: - str 
 - 
data_pattern¶
- Gets the data_pattern of this UpdateSensitiveTypePatternDetails. A regular expression to be used by data discovery for matching column data values. - Returns: - The data_pattern of this UpdateSensitiveTypePatternDetails. - Return type: - str 
 - 
default_masking_format_id¶
- Gets the default_masking_format_id of this UpdateSensitiveTypePatternDetails. The OCID of the library masking format that should be used to mask the sensitive columns associated with the sensitive type. - Returns: - The default_masking_format_id of this UpdateSensitiveTypePatternDetails. - Return type: - str 
 - Gets the defined_tags of this UpdateSensitiveTypeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}} - Returns: - The defined_tags of this UpdateSensitiveTypeDetails. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this UpdateSensitiveTypeDetails. The description of the sensitive type. - Returns: - The description of this UpdateSensitiveTypeDetails. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this UpdateSensitiveTypeDetails. The display name of the sensitive type. The name does not have to be unique, and it’s changeable. - Returns: - The display_name of this UpdateSensitiveTypeDetails. - Return type: - str 
 - 
entity_type¶
- [Required] Gets the entity_type of this UpdateSensitiveTypeDetails. The entity type. It can be either a sensitive type with regular expressions or a sensitive category used for grouping similar sensitive types. - Allowed values for this property are: “SENSITIVE_TYPE”, “SENSITIVE_CATEGORY” - Returns: - The entity_type of this UpdateSensitiveTypeDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateSensitiveTypeDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags - Example: {“Department”: “Finance”} - Returns: - The freeform_tags of this UpdateSensitiveTypeDetails. - Return type: - dict(str, str) 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
name_pattern¶
- Gets the name_pattern of this UpdateSensitiveTypePatternDetails. A regular expression to be used by data discovery for matching column names. - Returns: - The name_pattern of this UpdateSensitiveTypePatternDetails. - Return type: - str 
 - 
parent_category_id¶
- Gets the parent_category_id of this UpdateSensitiveTypeDetails. The OCID of the parent sensitive category. - Returns: - The parent_category_id of this UpdateSensitiveTypeDetails. - Return type: - str 
 - 
search_type¶
- Gets the search_type of this UpdateSensitiveTypePatternDetails. The search type indicating how the column name, comment and data patterns should be used by data discovery. Learn more. - Returns: - The search_type of this UpdateSensitiveTypePatternDetails. - Return type: - str 
 - 
short_name¶
- Gets the short_name of this UpdateSensitiveTypeDetails. The short name of the sensitive type. - Returns: - The short_name of this UpdateSensitiveTypeDetails. - Return type: - str 
 
-