Show / Hide Table of Contents

Class PolicyPolicySettings

Inheritance
System.Object
PolicyPolicySettings
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.Azure.Waf.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyPolicySettings

Fields

View Source

Enabled

Describes if the policy is in enabled state or disabled state Defaults to Enabled.

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Mode

Describes if it is in detection mode or prevention mode at the policy level Defaults to Prevention.

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