Show / Hide Table of Contents

Class AuditTrailDimensions

Details of aggregation dimensions used for summarizing audit trails.

Inheritance
object
AuditTrailDimensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class AuditTrailDimensions

Properties

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AuditTrailLifecycleState? LifecycleState { get; set; }
Property Value
Type Description
AuditTrailLifecycleState?

The current state of the audit trail.

Location

Declaration
[JsonProperty(PropertyName = "location")]
public string Location { get; set; }
Property Value
Type Description
string

The location represents the source of audit records that provides documentary evidence of the sequence of activities in the target database.

Status

Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type Description
string

The current sub-state of the audit trail..

TargetId

Declaration
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }
Property Value
Type Description
string

The OCID of the Data Safe target for which the audit trail is created.

In this article
Back to top