DifferenceColumnSummary¶
-
class
oci.data_safe.models.
DifferenceColumnSummary
(**kwargs)¶ Bases:
object
Summary of a SDM masking policy difference column.
Methods
__init__
(**kwargs)Initializes a new DifferenceColumnSummary object with values from keyword arguments. Attributes
column_name
[Required] Gets the column_name of this DifferenceColumnSummary. difference_type
[Required] Gets the difference_type of this DifferenceColumnSummary. key
[Required] Gets the key of this DifferenceColumnSummary. masking_columnkey
Gets the masking_columnkey of this DifferenceColumnSummary. object_name
[Required] Gets the object_name of this DifferenceColumnSummary. planned_action
[Required] Gets the planned_action of this DifferenceColumnSummary. schema_name
[Required] Gets the schema_name of this DifferenceColumnSummary. sensitive_columnkey
Gets the sensitive_columnkey of this DifferenceColumnSummary. sensitive_type_id
Gets the sensitive_type_id of this DifferenceColumnSummary. sync_status
[Required] Gets the sync_status of this DifferenceColumnSummary. time_last_synced
Gets the time_last_synced of this DifferenceColumnSummary. -
__init__
(**kwargs)¶ Initializes a new DifferenceColumnSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this DifferenceColumnSummary.
- difference_type (str) – The value to assign to the difference_type property of this DifferenceColumnSummary.
- sensitive_columnkey (str) – The value to assign to the sensitive_columnkey property of this DifferenceColumnSummary.
- masking_columnkey (str) – The value to assign to the masking_columnkey property of this DifferenceColumnSummary.
- schema_name (str) – The value to assign to the schema_name property of this DifferenceColumnSummary.
- object_name (str) – The value to assign to the object_name property of this DifferenceColumnSummary.
- column_name (str) – The value to assign to the column_name property of this DifferenceColumnSummary.
- sensitive_type_id (str) – The value to assign to the sensitive_type_id property of this DifferenceColumnSummary.
- planned_action (str) – The value to assign to the planned_action property of this DifferenceColumnSummary.
- sync_status (str) – The value to assign to the sync_status property of this DifferenceColumnSummary.
- time_last_synced (datetime) – The value to assign to the time_last_synced property of this DifferenceColumnSummary.
-
column_name
¶ [Required] Gets the column_name of this DifferenceColumnSummary. The name of the difference column.
Returns: The column_name of this DifferenceColumnSummary. Return type: str
-
difference_type
¶ [Required] Gets the difference_type of this DifferenceColumnSummary. The type of the SDM masking policy difference column. It can be one of the following three types: NEW: A new sensitive column in the sensitive data model that is not in the masking policy. DELETED: A column that is present in the masking policy but has been deleted from the sensitive data model. MODIFIED: A column that is present in the masking policy as well as the sensitive data model but some of its attributes have been modified.
Returns: The difference_type of this DifferenceColumnSummary. Return type: str
-
key
¶ [Required] Gets the key of this DifferenceColumnSummary. The unique key that identifies the SDM masking policy difference column.
Returns: The key of this DifferenceColumnSummary. Return type: str
-
masking_columnkey
¶ Gets the masking_columnkey of this DifferenceColumnSummary. The unique key that identifies the masking column represented by the SDM masking policy difference column.
Returns: The masking_columnkey of this DifferenceColumnSummary. Return type: str
-
object_name
¶ [Required] Gets the object_name of this DifferenceColumnSummary. The database object that contains the difference column.
Returns: The object_name of this DifferenceColumnSummary. Return type: str
-
planned_action
¶ [Required] Gets the planned_action of this DifferenceColumnSummary. Specifies how to process the difference column. It’s set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn’t change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
Returns: The planned_action of this DifferenceColumnSummary. Return type: str
-
schema_name
¶ [Required] Gets the schema_name of this DifferenceColumnSummary. The database schema that contains the difference column.
Returns: The schema_name of this DifferenceColumnSummary. Return type: str
-
sensitive_columnkey
¶ Gets the sensitive_columnkey of this DifferenceColumnSummary. The unique key that identifies the sensitive column represented by the SDM masking policy difference column.
Returns: The sensitive_columnkey of this DifferenceColumnSummary. Return type: str
-
sensitive_type_id
¶ Gets the sensitive_type_id of this DifferenceColumnSummary. The OCID of the sensitive type associated with the difference column.
Returns: The sensitive_type_id of this DifferenceColumnSummary. Return type: str
-
sync_status
¶ [Required] Gets the sync_status of this DifferenceColumnSummary. Indicates if the difference column has been processed.Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.
Returns: The sync_status of this DifferenceColumnSummary. Return type: str
-