Class PolicyPolicySettingsArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyPolicySettingsArgs : ResourceArgs
Constructors
View SourcePolicyPolicySettingsArgs()
Declaration
public PolicyPolicySettingsArgs()
Properties
View SourceEnabled
Describes if the policy is in enabled state or disabled state Defaults to Enabled.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Mode
Describes if it is in detection mode or prevention mode at the policy level Defaults to Prevention.
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |