Show / Hide Table of Contents

Class AuditSinkSpec

AuditSinkSpec holds the spec for the audit sink

Inheritance
System.Object
AuditSinkSpec
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 AuditSinkSpec

Fields

View Source

Policy

Policy defines the policy for selecting which events should be sent to the webhook required

Declaration
public readonly Policy Policy
Field Value
Type Description
Policy
View Source

Webhook

Webhook to send events required

Declaration
public readonly Webhook Webhook
Field Value
Type Description
Webhook
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.