avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getWafcrs
Explore with Pulumi AI
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI: avi.Wafcrs” sidebar_current: “docs-avi-datasource-wafcrs” description: |- Get information of Avi WafCRS.
avi.Wafcrs
This data source is used to to get avi.Wafcrs objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooWafcrs = avi.getWafcrs({
name: "foo",
uuid: "wafcrs-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
import pulumi
import pulumi_avi as avi
foo_wafcrs = avi.get_wafcrs(name="foo",
uuid="wafcrs-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupWafcrs(ctx, &avi.LookupWafcrsArgs{
Name: pulumi.StringRef("foo"),
Uuid: pulumi.StringRef("wafcrs-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooWafcrs = Avi.GetWafcrs.Invoke(new()
{
Name = "foo",
Uuid = "wafcrs-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetWafcrsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooWafcrs = AviFunctions.getWafcrs(GetWafcrsArgs.builder()
.name("foo")
.uuid("wafcrs-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.build());
}
}
variables:
fooWafcrs:
fn::invoke:
function: avi:getWafcrs
arguments:
name: foo
uuid: wafcrs-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Using getWafcrs
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWafcrs(args: GetWafcrsArgs, opts?: InvokeOptions): Promise<GetWafcrsResult>
function getWafcrsOutput(args: GetWafcrsOutputArgs, opts?: InvokeOptions): Output<GetWafcrsResult>
def get_wafcrs(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWafcrsResult
def get_wafcrs_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWafcrsResult]
func LookupWafcrs(ctx *Context, args *LookupWafcrsArgs, opts ...InvokeOption) (*LookupWafcrsResult, error)
func LookupWafcrsOutput(ctx *Context, args *LookupWafcrsOutputArgs, opts ...InvokeOption) LookupWafcrsResultOutput
> Note: This function is named LookupWafcrs
in the Go SDK.
public static class GetWafcrs
{
public static Task<GetWafcrsResult> InvokeAsync(GetWafcrsArgs args, InvokeOptions? opts = null)
public static Output<GetWafcrsResult> Invoke(GetWafcrsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWafcrsResult> getWafcrs(GetWafcrsArgs args, InvokeOptions options)
public static Output<GetWafcrsResult> getWafcrs(GetWafcrsArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getWafcrs:getWafcrs
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- name str
- Search WafCRS by name.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search WafCRS by uuid.
getWafcrs Result
The following output properties are available:
- Allowed
Request List<string>Content Type Charsets - Allowed request content type character sets in waf. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetWafcrs Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Files
List<Get
Wafcrs File> - List of data files used for waf rules. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Groups
List<Get
Wafcrs Group> - Waf rules are sorted in groups based on their characterization. Field introduced in 18.1.1. Maximum of 64 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Integrity string
- Integrity protection value. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Integrity
Values List<string> - Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
List<Get
Wafcrs Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- The name of this ruleset object. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Release
Date string - The release date of this version in rfc 3339 / iso 8601 format. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Restricted
Extensions List<string> - Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Restricted
Headers List<string> - Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Version string
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Allowed
Request []stringContent Type Charsets - Allowed request content type character sets in waf. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetWafcrs Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Files
[]Get
Wafcrs File - List of data files used for waf rules. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Groups
[]Get
Wafcrs Group - Waf rules are sorted in groups based on their characterization. Field introduced in 18.1.1. Maximum of 64 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Integrity string
- Integrity protection value. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Integrity
Values []string - Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Markers
[]Get
Wafcrs Marker - List of labels to be used for granular rbac. Field introduced in 20.1.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- The name of this ruleset object. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Release
Date string - The release date of this version in rfc 3339 / iso 8601 format. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Restricted
Extensions []string - Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Restricted
Headers []string - Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Version string
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allowed
Request List<String>Content Type Charsets - Allowed request content type character sets in waf. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetWafcrs Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description String
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- files
List<Get
Wafcrs File> - List of data files used for waf rules. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- groups
List<Get
Wafcrs Group> - Waf rules are sorted in groups based on their characterization. Field introduced in 18.1.1. Maximum of 64 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- integrity String
- Integrity protection value. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- integrity
Values List<String> - Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
List<Get
Wafcrs Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- The name of this ruleset object. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- release
Date String - The release date of this version in rfc 3339 / iso 8601 format. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- restricted
Extensions List<String> - Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- restricted
Headers List<String> - Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allowed
Request string[]Content Type Charsets - Allowed request content type character sets in waf. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetWafcrs Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- files
Get
Wafcrs File[] - List of data files used for waf rules. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- groups
Get
Wafcrs Group[] - Waf rules are sorted in groups based on their characterization. Field introduced in 18.1.1. Maximum of 64 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- integrity string
- Integrity protection value. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- integrity
Values string[] - Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Get
Wafcrs Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- The name of this ruleset object. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- release
Date string - The release date of this version in rfc 3339 / iso 8601 format. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- restricted
Extensions string[] - Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- restricted
Headers string[] - Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref string - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version string
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allowed_
request_ Sequence[str]content_ type_ charsets - Allowed request content type character sets in waf. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetWafcrs Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description str
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- files
Sequence[Get
Wafcrs File] - List of data files used for waf rules. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- groups
Sequence[Get
Wafcrs Group] - Waf rules are sorted in groups based on their characterization. Field introduced in 18.1.1. Maximum of 64 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- integrity str
- Integrity protection value. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- integrity_
values Sequence[str] - Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers
Sequence[Get
Wafcrs Marker] - List of labels to be used for granular rbac. Field introduced in 20.1.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- The name of this ruleset object. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- release_
date str - The release date of this version in rfc 3339 / iso 8601 format. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- restricted_
extensions Sequence[str] - Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- restricted_
headers Sequence[str] - Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant_
ref str - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version str
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- allowed
Request List<String>Content Type Charsets - Allowed request content type character sets in waf. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description String
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- files List<Property Map>
- List of data files used for waf rules. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- groups List<Property Map>
- Waf rules are sorted in groups based on their characterization. Field introduced in 18.1.1. Maximum of 64 items allowed. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- integrity String
- Integrity protection value. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- integrity
Values List<String> - Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- The name of this ruleset object. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- release
Date String - The release date of this version in rfc 3339 / iso 8601 format. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- restricted
Extensions List<String> - Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- restricted
Headers List<String> - Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- tenant
Ref String - Tenant that this object belongs to. It is a reference to an object of type tenant. Field introduced in 18.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetWafcrsConfigpbAttribute
- Version string
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Version string
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version string
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version str
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- version String
- The version of this ruleset object. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
GetWafcrsFile
GetWafcrsGroup
- Enable string
- Exclude
Lists List<GetWafcrs Group Exclude List> - Index string
- Name string
- Search WafCRS by name.
- Rules
List<Get
Wafcrs Group Rule>
- Enable string
- Exclude
Lists []GetWafcrs Group Exclude List - Index string
- Name string
- Search WafCRS by name.
- Rules
[]Get
Wafcrs Group Rule
- enable String
- exclude
Lists List<GetWafcrs Group Exclude List> - index String
- name String
- Search WafCRS by name.
- rules
List<Get
Wafcrs Group Rule>
- enable string
- exclude
Lists GetWafcrs Group Exclude List[] - index string
- name string
- Search WafCRS by name.
- rules
Get
Wafcrs Group Rule[]
- enable str
- exclude_
lists Sequence[GetWafcrs Group Exclude List] - index str
- name str
- Search WafCRS by name.
- rules
Sequence[Get
Wafcrs Group Rule]
- enable String
- exclude
Lists List<Property Map> - index String
- name String
- Search WafCRS by name.
- rules List<Property Map>
GetWafcrsGroupExcludeList
- Client
Subnets List<GetWafcrs Group Exclude List Client Subnet> - Description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Match
Element string - Match
Element List<GetCriterias Wafcrs Group Exclude List Match Element Criteria> - Uri
Match List<GetCriterias Wafcrs Group Exclude List Uri Match Criteria> - Uri
Path string
- Client
Subnets []GetWafcrs Group Exclude List Client Subnet - Description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Match
Element string - Match
Element []GetCriterias Wafcrs Group Exclude List Match Element Criteria - Uri
Match []GetCriterias Wafcrs Group Exclude List Uri Match Criteria - Uri
Path string
- client
Subnets List<GetWafcrs Group Exclude List Client Subnet> - description String
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match
Element String - match
Element List<GetCriterias Wafcrs Group Exclude List Match Element Criteria> - uri
Match List<GetCriterias Wafcrs Group Exclude List Uri Match Criteria> - uri
Path String
- client
Subnets GetWafcrs Group Exclude List Client Subnet[] - description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match
Element string - match
Element GetCriterias Wafcrs Group Exclude List Match Element Criteria[] - uri
Match GetCriterias Wafcrs Group Exclude List Uri Match Criteria[] - uri
Path string
- client_
subnets Sequence[GetWafcrs Group Exclude List Client Subnet] - description str
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match_
element str - match_
element_ Sequence[Getcriterias Wafcrs Group Exclude List Match Element Criteria] - uri_
match_ Sequence[Getcriterias Wafcrs Group Exclude List Uri Match Criteria] - uri_
path str
- client
Subnets List<Property Map> - description String
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match
Element String - match
Element List<Property Map>Criterias - uri
Match List<Property Map>Criterias - uri
Path String
GetWafcrsGroupExcludeListClientSubnet
- ip
Addrs List<Property Map> - mask String
GetWafcrsGroupExcludeListClientSubnetIpAddr
GetWafcrsGroupExcludeListMatchElementCriteria
- match_
case str - match_
op str
GetWafcrsGroupExcludeListUriMatchCriteria
- match_
case str - match_
op str
GetWafcrsGroupRule
- Enable string
- Exclude
Lists List<GetWafcrs Group Rule Exclude List> - Index string
- Is
Sensitive string - Mode string
- Name string
- Search WafCRS by name.
- Paranoia
Level string - Phase string
- Rule string
- Rule
Id string - List<string>
- Enable string
- Exclude
Lists []GetWafcrs Group Rule Exclude List - Index string
- Is
Sensitive string - Mode string
- Name string
- Search WafCRS by name.
- Paranoia
Level string - Phase string
- Rule string
- Rule
Id string - []string
- enable String
- exclude
Lists List<GetWafcrs Group Rule Exclude List> - index String
- is
Sensitive String - mode String
- name String
- Search WafCRS by name.
- paranoia
Level String - phase String
- rule String
- rule
Id String - List<String>
- enable string
- exclude
Lists GetWafcrs Group Rule Exclude List[] - index string
- is
Sensitive string - mode string
- name string
- Search WafCRS by name.
- paranoia
Level string - phase string
- rule string
- rule
Id string - string[]
- enable str
- exclude_
lists Sequence[GetWafcrs Group Rule Exclude List] - index str
- is_
sensitive str - mode str
- name str
- Search WafCRS by name.
- paranoia_
level str - phase str
- rule str
- rule_
id str - Sequence[str]
- enable String
- exclude
Lists List<Property Map> - index String
- is
Sensitive String - mode String
- name String
- Search WafCRS by name.
- paranoia
Level String - phase String
- rule String
- rule
Id String - List<String>
GetWafcrsGroupRuleExcludeList
- Client
Subnets List<GetWafcrs Group Rule Exclude List Client Subnet> - Description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Match
Element string - Match
Element List<GetCriterias Wafcrs Group Rule Exclude List Match Element Criteria> - Uri
Match List<GetCriterias Wafcrs Group Rule Exclude List Uri Match Criteria> - Uri
Path string
- Client
Subnets []GetWafcrs Group Rule Exclude List Client Subnet - Description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Match
Element string - Match
Element []GetCriterias Wafcrs Group Rule Exclude List Match Element Criteria - Uri
Match []GetCriterias Wafcrs Group Rule Exclude List Uri Match Criteria - Uri
Path string
- client
Subnets List<GetWafcrs Group Rule Exclude List Client Subnet> - description String
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match
Element String - match
Element List<GetCriterias Wafcrs Group Rule Exclude List Match Element Criteria> - uri
Match List<GetCriterias Wafcrs Group Rule Exclude List Uri Match Criteria> - uri
Path String
- client
Subnets GetWafcrs Group Rule Exclude List Client Subnet[] - description string
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match
Element string - match
Element GetCriterias Wafcrs Group Rule Exclude List Match Element Criteria[] - uri
Match GetCriterias Wafcrs Group Rule Exclude List Uri Match Criteria[] - uri
Path string
- client_
subnets Sequence[GetWafcrs Group Rule Exclude List Client Subnet] - description str
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match_
element str - match_
element_ Sequence[Getcriterias Wafcrs Group Rule Exclude List Match Element Criteria] - uri_
match_ Sequence[Getcriterias Wafcrs Group Rule Exclude List Uri Match Criteria] - uri_
path str
- client
Subnets List<Property Map> - description String
- A short description of this ruleset. Field introduced in 18.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- match
Element String - match
Element List<Property Map>Criterias - uri
Match List<Property Map>Criterias - uri
Path String
GetWafcrsGroupRuleExcludeListClientSubnet
- ip
Addrs List<Property Map> - mask String
GetWafcrsGroupRuleExcludeListClientSubnetIpAddr
GetWafcrsGroupRuleExcludeListMatchElementCriteria
- match_
case str - match_
op str
GetWafcrsGroupRuleExcludeListUriMatchCriteria
- match_
case str - match_
op str
GetWafcrsMarker
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.