Show / Hide Table of Contents

Class PolicyPolicySettingsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyPolicySettingsArgs
Inherited Members
ResourceArgs.Empty
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 Source

PolicyPolicySettingsArgs()

Declaration
public PolicyPolicySettingsArgs()

Properties

View Source

Enabled

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.