SensitiveCategory¶
-
class
oci.data_safe.models.
SensitiveCategory
(**kwargs)¶ Bases:
oci.data_safe.models.sensitive_type.SensitiveType
Details of the sensitive category.
Attributes
ENTITY_TYPE_SENSITIVE_CATEGORY
str(object=’’) -> str ENTITY_TYPE_SENSITIVE_TYPE
str(object=’’) -> str LIFECYCLE_STATE_ACTIVE
str(object=’’) -> str LIFECYCLE_STATE_CREATING
str(object=’’) -> str LIFECYCLE_STATE_DELETED
str(object=’’) -> str LIFECYCLE_STATE_DELETING
str(object=’’) -> str LIFECYCLE_STATE_FAILED
str(object=’’) -> str LIFECYCLE_STATE_UPDATING
str(object=’’) -> str SOURCE_ORACLE
str(object=’’) -> str SOURCE_USER
str(object=’’) -> str compartment_id
[Required] Gets the compartment_id of this SensitiveType. defined_tags
Gets the defined_tags of this SensitiveType. description
Gets the description of this SensitiveType. display_name
[Required] Gets the display_name of this SensitiveType. entity_type
[Required] Gets the entity_type of this SensitiveType. freeform_tags
Gets the freeform_tags of this SensitiveType. id
[Required] Gets the id of this SensitiveType. is_common
Gets the is_common of this SensitiveType. lifecycle_state
[Required] Gets the lifecycle_state of this SensitiveType. parent_category_id
Gets the parent_category_id of this SensitiveType. short_name
Gets the short_name of this SensitiveType. source
[Required] Gets the source of this SensitiveType. system_tags
Gets the system_tags of this SensitiveType. time_created
[Required] Gets the time_created of this SensitiveType. time_updated
[Required] Gets the time_updated of this SensitiveType. Methods
__init__
(**kwargs)Initializes a new SensitiveCategory 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'¶
-
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶
-
SOURCE_ORACLE
= 'ORACLE'¶
-
SOURCE_USER
= 'USER'¶
-
__init__
(**kwargs)¶ Initializes a new SensitiveCategory object with values from keyword arguments. The default value of the
entity_type
attribute of this class isSENSITIVE_CATEGORY
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - id (str) – The value to assign to the id property of this SensitiveCategory.
- entity_type (str) – The value to assign to the entity_type property of this SensitiveCategory. Allowed values for this property are: “SENSITIVE_TYPE”, “SENSITIVE_CATEGORY”
- display_name (str) – The value to assign to the display_name property of this SensitiveCategory.
- compartment_id (str) – The value to assign to the compartment_id property of this SensitiveCategory.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SensitiveCategory. Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
- short_name (str) – The value to assign to the short_name property of this SensitiveCategory.
- source (str) – The value to assign to the source property of this SensitiveCategory. Allowed values for this property are: “ORACLE”, “USER”
- time_created (datetime) – The value to assign to the time_created property of this SensitiveCategory.
- time_updated (datetime) – The value to assign to the time_updated property of this SensitiveCategory.
- description (str) – The value to assign to the description property of this SensitiveCategory.
- parent_category_id (str) – The value to assign to the parent_category_id property of this SensitiveCategory.
- is_common (bool) – The value to assign to the is_common property of this SensitiveCategory.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SensitiveCategory.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SensitiveCategory.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SensitiveCategory.
-
compartment_id
¶ [Required] Gets the compartment_id of this SensitiveType. The OCID of the compartment that contains the sensitive type.
Returns: The compartment_id of this SensitiveType. Return type: str
Gets the defined_tags of this SensitiveType. 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 SensitiveType. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this SensitiveType. The description of the sensitive type.
Returns: The description of this SensitiveType. Return type: str
-
display_name
¶ [Required] Gets the display_name of this SensitiveType. The display name of the sensitive type.
Returns: The display_name of this SensitiveType. Return type: str
-
entity_type
¶ [Required] Gets the entity_type of this SensitiveType. 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The entity_type of this SensitiveType. Return type: str
Gets the freeform_tags of this SensitiveType. 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 SensitiveType. 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.
-
id
¶ [Required] Gets the id of this SensitiveType. The OCID of the sensitive type.
Returns: The id of this SensitiveType. Return type: str
-
is_common
¶ Gets the is_common of this SensitiveType. Specifies whether the sensitive type is common. Common sensitive types belong to library sensitive types which are frequently used to perform sensitive data discovery.
Returns: The is_common of this SensitiveType. Return type: bool
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this SensitiveType. The current state of the sensitive type.
Allowed values for this property are: “CREATING”, “ACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this SensitiveType. Return type: str
-
parent_category_id
¶ Gets the parent_category_id of this SensitiveType. The OCID of the parent sensitive category.
Returns: The parent_category_id of this SensitiveType. Return type: str
-
short_name
¶ Gets the short_name of this SensitiveType. The short name of the sensitive type.
Returns: The short_name of this SensitiveType. Return type: str
-
source
¶ [Required] Gets the source of this SensitiveType. Specifies whether the sensitive type is user-defined or predefined.
Allowed values for this property are: “ORACLE”, “USER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source of this SensitiveType. Return type: str
Gets the system_tags of this SensitiveType. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this SensitiveType. Return type: dict(str, dict(str, object))
-