Class Policy
Policy defines the configuration of how audit events are logged
Inheritance
System.Object
Policy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.AuditRegistraion.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class Policy
Fields
View SourceLevel
The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required
Declaration
public readonly string Level
Field Value
| Type | Description |
|---|---|
| System.String |
Stages
Stages is a list of stages for which events are created.
Declaration
public readonly ImmutableArray<string> Stages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |