Show / Hide Table of Contents

Class EnableAuditMgmtLogging

Audit Log resource for tracking status and details of audit logging operations on HSM clusters.

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

Properties

AuditLoggingStatus

Declaration
[Required(ErrorMessage = "AuditLoggingStatus is required.")]
[JsonProperty(PropertyName = "auditLoggingStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public EnableAuditMgmtLogging.AuditLoggingStatusEnum? AuditLoggingStatus { get; set; }
Property Value
Type Description
EnableAuditMgmtLogging.AuditLoggingStatusEnum?

Status of the audit logging.

Remarks

Required

ClusterCompartmentId

Declaration
[Required(ErrorMessage = "ClusterCompartmentId is required.")]
[JsonProperty(PropertyName = "clusterCompartmentId")]
public string ClusterCompartmentId { get; set; }
Property Value
Type Description
string

Compartment OCID for the HSM cluster (bucket compartment).

Remarks

Required

CustomerBucketName

Declaration
[Required(ErrorMessage = "CustomerBucketName is required.")]
[JsonProperty(PropertyName = "customerBucketName")]
public string CustomerBucketName { get; set; }
Property Value
Type Description
string

Name of the audit log's associated customer bucket.

Remarks

Required

HsmClusterId

Declaration
[Required(ErrorMessage = "HsmClusterId is required.")]
[JsonProperty(PropertyName = "hsmClusterId")]
public string HsmClusterId { get; set; }
Property Value
Type Description
string

OCID of the HSM Cluster.

Remarks

Required

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

Workflow request identifier.

Remarks

Required

Namespace

Declaration
[Required(ErrorMessage = "Namespace is required.")]
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }
Property Value
Type Description
string

Object Storage namespace of the bucket.

Remarks

Required

In this article
Back to top