MaskingPolicyHealthReportSummary

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

Bases: object

Summary of a masking policy health report.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this MaskingPolicyHealthReportSummary.
defined_tags [Required] Gets the defined_tags of this MaskingPolicyHealthReportSummary.
description Gets the description of this MaskingPolicyHealthReportSummary.
display_name [Required] Gets the display_name of this MaskingPolicyHealthReportSummary.
freeform_tags [Required] Gets the freeform_tags of this MaskingPolicyHealthReportSummary.
id [Required] Gets the id of this MaskingPolicyHealthReportSummary.
lifecycle_state [Required] Gets the lifecycle_state of this MaskingPolicyHealthReportSummary.
masking_policy_id [Required] Gets the masking_policy_id of this MaskingPolicyHealthReportSummary.
target_id [Required] Gets the target_id of this MaskingPolicyHealthReportSummary.
time_created [Required] Gets the time_created of this MaskingPolicyHealthReportSummary.
__init__(**kwargs)

Initializes a new MaskingPolicyHealthReportSummary 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 MaskingPolicyHealthReportSummary.
  • masking_policy_id (str) – The value to assign to the masking_policy_id property of this MaskingPolicyHealthReportSummary.
  • target_id (str) – The value to assign to the target_id property of this MaskingPolicyHealthReportSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this MaskingPolicyHealthReportSummary.
  • display_name (str) – The value to assign to the display_name property of this MaskingPolicyHealthReportSummary.
  • time_created (datetime) – The value to assign to the time_created property of this MaskingPolicyHealthReportSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this MaskingPolicyHealthReportSummary.
  • description (str) – The value to assign to the description property of this MaskingPolicyHealthReportSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MaskingPolicyHealthReportSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MaskingPolicyHealthReportSummary.
compartment_id

[Required] Gets the compartment_id of this MaskingPolicyHealthReportSummary. The OCID of the compartment that contains the health report.

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

[Required] Gets the defined_tags of this MaskingPolicyHealthReportSummary. 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 MaskingPolicyHealthReportSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this MaskingPolicyHealthReportSummary. The description of the masking health report.

Returns:The description of this MaskingPolicyHealthReportSummary.
Return type:str
display_name

[Required] Gets the display_name of this MaskingPolicyHealthReportSummary. The display name of the health report.

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

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

[Required] Gets the id of this MaskingPolicyHealthReportSummary. The OCID of the health report.

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

[Required] Gets the lifecycle_state of this MaskingPolicyHealthReportSummary. The current state of the health report.

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

[Required] Gets the masking_policy_id of this MaskingPolicyHealthReportSummary. The OCID of the masking policy.

Returns:The masking_policy_id of this MaskingPolicyHealthReportSummary.
Return type:str
target_id

[Required] Gets the target_id of this MaskingPolicyHealthReportSummary. The OCID of the target database for which this report was created.

Returns:The target_id of this MaskingPolicyHealthReportSummary.
Return type:str
time_created

[Required] Gets the time_created of this MaskingPolicyHealthReportSummary. The date and time the report was created, in the format defined by RFC3339.

Returns:The time_created of this MaskingPolicyHealthReportSummary.
Return type:datetime