Class MaskingPolicyHealthReportLogSummary
A log entry related to the pre-masking health check.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class MaskingPolicyHealthReportLogSummary
Properties
Description
Declaration
[Required(ErrorMessage = "Description is required.")]
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | A human-readable description for the log entry. |
Remarks
Required
Message
Declaration
[Required(ErrorMessage = "Message is required.")]
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string | A human-readable log entry. |
Remarks
Required
MessageType
Declaration
[Required(ErrorMessage = "MessageType is required.")]
[JsonProperty(PropertyName = "messageType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MaskingPolicyHealthReportLogSummary.MessageTypeEnum? MessageType { get; set; }
Property Value
Type | Description |
---|---|
MaskingPolicyHealthReportLogSummary.MessageTypeEnum? | The log entry type. |
Remarks
Required
Remediation
Declaration
[JsonProperty(PropertyName = "remediation")]
public string Remediation { get; set; }
Property Value
Type | Description |
---|---|
string | A human-readable log entry to remedy any error or warnings in the masking policy. |
Timestamp
Declaration
[Required(ErrorMessage = "Timestamp is required.")]
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the log entry was created, in the format defined by RFC3339. |
Remarks
Required