SdmMaskingPolicyDifferenceSummary

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

Bases: object

Summary of a SDM masking policy difference.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this SdmMaskingPolicyDifferenceSummary.
defined_tags Gets the defined_tags of this SdmMaskingPolicyDifferenceSummary.
difference_type [Required] Gets the difference_type of this SdmMaskingPolicyDifferenceSummary.
display_name [Required] Gets the display_name of this SdmMaskingPolicyDifferenceSummary.
freeform_tags Gets the freeform_tags of this SdmMaskingPolicyDifferenceSummary.
id [Required] Gets the id of this SdmMaskingPolicyDifferenceSummary.
lifecycle_state [Required] Gets the lifecycle_state of this SdmMaskingPolicyDifferenceSummary.
masking_policy_id [Required] Gets the masking_policy_id of this SdmMaskingPolicyDifferenceSummary.
sensitive_data_model_id [Required] Gets the sensitive_data_model_id of this SdmMaskingPolicyDifferenceSummary.
time_created [Required] Gets the time_created of this SdmMaskingPolicyDifferenceSummary.
time_creation_started [Required] Gets the time_creation_started of this SdmMaskingPolicyDifferenceSummary.
__init__(**kwargs)

Initializes a new SdmMaskingPolicyDifferenceSummary object with values from keyword arguments. 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 SdmMaskingPolicyDifferenceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this SdmMaskingPolicyDifferenceSummary.
  • display_name (str) – The value to assign to the display_name property of this SdmMaskingPolicyDifferenceSummary.
  • time_created (datetime) – The value to assign to the time_created property of this SdmMaskingPolicyDifferenceSummary.
  • time_creation_started (datetime) – The value to assign to the time_creation_started property of this SdmMaskingPolicyDifferenceSummary.
  • sensitive_data_model_id (str) – The value to assign to the sensitive_data_model_id property of this SdmMaskingPolicyDifferenceSummary.
  • masking_policy_id (str) – The value to assign to the masking_policy_id property of this SdmMaskingPolicyDifferenceSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this SdmMaskingPolicyDifferenceSummary.
  • difference_type (str) – The value to assign to the difference_type property of this SdmMaskingPolicyDifferenceSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SdmMaskingPolicyDifferenceSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SdmMaskingPolicyDifferenceSummary.
compartment_id

[Required] Gets the compartment_id of this SdmMaskingPolicyDifferenceSummary. The OCID of the compartment to contain the SDM masking policy difference.

Returns:The compartment_id of this SdmMaskingPolicyDifferenceSummary.
Return type:str
defined_tags

Gets the defined_tags of this SdmMaskingPolicyDifferenceSummary. 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 SdmMaskingPolicyDifferenceSummary.
Return type:dict(str, dict(str, object))
difference_type

[Required] Gets the difference_type of this SdmMaskingPolicyDifferenceSummary. The type of difference.

Returns:The difference_type of this SdmMaskingPolicyDifferenceSummary.
Return type:str
display_name

[Required] Gets the display_name of this SdmMaskingPolicyDifferenceSummary. The display name of the SDM masking policy difference.

Returns:The display_name of this SdmMaskingPolicyDifferenceSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this SdmMaskingPolicyDifferenceSummary. 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 SdmMaskingPolicyDifferenceSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this SdmMaskingPolicyDifferenceSummary. The OCID of the SDM masking policy difference.

Returns:The id of this SdmMaskingPolicyDifferenceSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this SdmMaskingPolicyDifferenceSummary. The current state of the SDM masking policy difference.

Returns:The lifecycle_state of this SdmMaskingPolicyDifferenceSummary.
Return type:str
masking_policy_id

[Required] Gets the masking_policy_id of this SdmMaskingPolicyDifferenceSummary. The OCID of the masking policy associated with the SDM masking policy difference.

Returns:The masking_policy_id of this SdmMaskingPolicyDifferenceSummary.
Return type:str
sensitive_data_model_id

[Required] Gets the sensitive_data_model_id of this SdmMaskingPolicyDifferenceSummary. The OCID of the sensitive data model associated with the SDM masking policy difference.

Returns:The sensitive_data_model_id of this SdmMaskingPolicyDifferenceSummary.
Return type:str
time_created

[Required] Gets the time_created of this SdmMaskingPolicyDifferenceSummary. The date and time the SDM masking policy difference was created, in the format defined by RFC3339.

Returns:The time_created of this SdmMaskingPolicyDifferenceSummary.
Return type:datetime
time_creation_started

[Required] Gets the time_creation_started of this SdmMaskingPolicyDifferenceSummary. The date and time the SDM masking policy difference creation started, in the format defined by RFC3339.

Returns:The time_creation_started of this SdmMaskingPolicyDifferenceSummary.
Return type:datetime