Show / Hide Table of Contents

Class HsmClusterAuditLoggingInfo

Status of management audit logging for the cluster.

Inheritance
object
HsmClusterAuditLoggingInfo
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 HsmClusterAuditLoggingInfo

Properties

AuditLogLifecycleState

Declaration
[Required(ErrorMessage = "AuditLogLifecycleState is required.")]
[JsonProperty(PropertyName = "auditLogLifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HsmClusterAuditLoggingInfo.AuditLogLifecycleStateEnum? AuditLogLifecycleState { get; set; }
Property Value
Type Description
HsmClusterAuditLoggingInfo.AuditLogLifecycleStateEnum?

The current lifecycle state of the audit logs.

Remarks

Required

BucketName

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

Audit logs bucket name.

Remarks

Required

CompartmentId

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

Compartment of the bucket.

Remarks

Required

DynamicGroupName

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

Name of dynamic group used for audit log upload.

Remarks

Required

IsEnabled

Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Whether audit logging is enabled.

Remarks

Required

Namespace

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

Bucket namespace.

Remarks

Required

In this article
Back to top