Class HsmClusterPendingInstructions
Pending instructions for audit logging setup.
Inherited Members
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 |