Show / Hide Table of Contents

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 Source

Level

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

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