MaskingPolicyHealthReportLogSummary¶
-
class
oci.data_safe.models.
MaskingPolicyHealthReportLogSummary
(**kwargs)¶ Bases:
object
A log entry related to the pre-masking health check.
Attributes
MESSAGE_TYPE_ERROR
A constant which can be used with the message_type property of a MaskingPolicyHealthReportLogSummary. MESSAGE_TYPE_PASS
A constant which can be used with the message_type property of a MaskingPolicyHealthReportLogSummary. MESSAGE_TYPE_WARNING
A constant which can be used with the message_type property of a MaskingPolicyHealthReportLogSummary. description
[Required] Gets the description of this MaskingPolicyHealthReportLogSummary. message
[Required] Gets the message of this MaskingPolicyHealthReportLogSummary. message_type
[Required] Gets the message_type of this MaskingPolicyHealthReportLogSummary. remediation
Gets the remediation of this MaskingPolicyHealthReportLogSummary. timestamp
[Required] Gets the timestamp of this MaskingPolicyHealthReportLogSummary. Methods
__init__
(**kwargs)Initializes a new MaskingPolicyHealthReportLogSummary object with values from keyword arguments. -
MESSAGE_TYPE_ERROR
= 'ERROR'¶ A constant which can be used with the message_type property of a MaskingPolicyHealthReportLogSummary. This constant has a value of “ERROR”
-
MESSAGE_TYPE_PASS
= 'PASS'¶ A constant which can be used with the message_type property of a MaskingPolicyHealthReportLogSummary. This constant has a value of “PASS”
-
MESSAGE_TYPE_WARNING
= 'WARNING'¶ A constant which can be used with the message_type property of a MaskingPolicyHealthReportLogSummary. This constant has a value of “WARNING”
-
__init__
(**kwargs)¶ Initializes a new MaskingPolicyHealthReportLogSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - message_type (str) – The value to assign to the message_type property of this MaskingPolicyHealthReportLogSummary. Allowed values for this property are: “PASS”, “WARNING”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- timestamp (datetime) – The value to assign to the timestamp property of this MaskingPolicyHealthReportLogSummary.
- message (str) – The value to assign to the message property of this MaskingPolicyHealthReportLogSummary.
- remediation (str) – The value to assign to the remediation property of this MaskingPolicyHealthReportLogSummary.
- description (str) – The value to assign to the description property of this MaskingPolicyHealthReportLogSummary.
-
description
¶ [Required] Gets the description of this MaskingPolicyHealthReportLogSummary. A human-readable description for the log entry.
Returns: The description of this MaskingPolicyHealthReportLogSummary. Return type: str
-
message
¶ [Required] Gets the message of this MaskingPolicyHealthReportLogSummary. A human-readable log entry.
Returns: The message of this MaskingPolicyHealthReportLogSummary. Return type: str
-
message_type
¶ [Required] Gets the message_type of this MaskingPolicyHealthReportLogSummary. The log entry type.
Allowed values for this property are: “PASS”, “WARNING”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The message_type of this MaskingPolicyHealthReportLogSummary. Return type: str
-
remediation
¶ Gets the remediation of this MaskingPolicyHealthReportLogSummary. A human-readable log entry to remedy any error or warnings in the masking policy.
Returns: The remediation of this MaskingPolicyHealthReportLogSummary. Return type: str
-