Class PolicyState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyState : ResourceArgs
Constructors
View SourcePolicyState()
Declaration
public PolicyState()
Properties
View SourceCustomRules
One or more custom_rules blocks as defined below.
Declaration
public InputList<PolicyCustomRuleGetArgs> CustomRules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PolicyCustomRuleGetArgs> |
Location
Resource location. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagedRules
A managed_rules blocks as defined below.
Declaration
public Input<PolicyManagedRulesGetArgs> ManagedRules { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyManagedRulesGetArgs> |
Name
The name of the policy. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicySettings
A policy_settings block as defined below.
Declaration
public Input<PolicyPolicySettingsGetArgs> PolicySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PolicyPolicySettingsGetArgs> |
ResourceGroupName
The name of the resource group. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the Web Application Firewall Policy.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |