Show / Hide Table of Contents

Class PolicyArgs

Policy defines the configuration of how audit events are logged

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyArgs
Inherited Members
ResourceArgs.Empty
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 Source

Level

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.