Show / Hide Table of Contents

Class AuditLogging

The response on initiating management audit logging.

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

Properties

HsmClusterId

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

The Hsm Cluster Id

Remarks

Required

WorkRequestId

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

The workRequestId to track the request later.

Remarks

Required

In this article
Back to top