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 SourceEnabled
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> |
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 |