GenerateHealthReportDetails

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

Bases: object

Details to use when performing health check on a masking policy.

Attributes

CHECK_TYPE_ALL A constant which can be used with the check_type property of a GenerateHealthReportDetails.
check_type Gets the check_type of this GenerateHealthReportDetails.
compartment_id Gets the compartment_id of this GenerateHealthReportDetails.
defined_tags Gets the defined_tags of this GenerateHealthReportDetails.
freeform_tags Gets the freeform_tags of this GenerateHealthReportDetails.
tablespace Gets the tablespace of this GenerateHealthReportDetails.
target_id Gets the target_id of this GenerateHealthReportDetails.

Methods

__init__(**kwargs) Initializes a new GenerateHealthReportDetails object with values from keyword arguments.
CHECK_TYPE_ALL = 'ALL'

A constant which can be used with the check_type property of a GenerateHealthReportDetails. This constant has a value of “ALL”

__init__(**kwargs)

Initializes a new GenerateHealthReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • check_type (str) – The value to assign to the check_type property of this GenerateHealthReportDetails. Allowed values for this property are: “ALL”
  • target_id (str) – The value to assign to the target_id property of this GenerateHealthReportDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this GenerateHealthReportDetails.
  • tablespace (str) – The value to assign to the tablespace property of this GenerateHealthReportDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this GenerateHealthReportDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this GenerateHealthReportDetails.
check_type

Gets the check_type of this GenerateHealthReportDetails. The type of health check. The default behaviour is to perform all health checks.

Allowed values for this property are: “ALL”

Returns:The check_type of this GenerateHealthReportDetails.
Return type:str
compartment_id

Gets the compartment_id of this GenerateHealthReportDetails. The OCID of the compartment where the health report resource should be created.

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

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

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

Gets the tablespace of this GenerateHealthReportDetails. The tablespace that should be used to estimate space. If no tablespace is provided, the DEFAULT tablespace is used.

Returns:The tablespace of this GenerateHealthReportDetails.
Return type:str
target_id

Gets the target_id of this GenerateHealthReportDetails. The OCID of the target database to use for the masking policy health check. The targetId associated with the masking policy is used if this is not passed.

Returns:The target_id of this GenerateHealthReportDetails.
Return type:str