Class PolicyArgs
Policy defines the configuration of how audit events are logged
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.Inputs.AuditRegistraion.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class PolicyArgs : ResourceArgs
Properties
View SourceLevel
The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required
Declaration
public Input<string> Level { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Stages
Stages is a list of stages for which events are created.
Declaration
public InputList<string> Stages { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |