Class AuditSinkSpecArgs
AuditSinkSpec holds the spec for the audit sink
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 AuditSinkSpecArgs : ResourceArgs
Properties
View SourcePolicy
Policy defines the policy for selecting which events should be sent to the webhook required
Declaration
public Input<PolicyArgs> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyArgs> |
Webhook
Webhook to send events required
Declaration
public Input<WebhookArgs> Webhook { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebhookArgs> |