Show / Hide Table of Contents

Class HsmClusterPendingInstructions

Pending instructions for audit logging setup.

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

Properties

AddBucketPolicy

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

Policy for the user to add to the log bucket.

CreateDynamicGroup

Declaration
[JsonProperty(PropertyName = "createDynamicGroup")]
public HsmClusterPendingCreateDynamicGroup CreateDynamicGroup { get; set; }
Property Value
Type Description
HsmClusterPendingCreateDynamicGroup
In this article
Back to top