1. Packages
  2. Avi Provider
  3. API Docs
  4. getWafcrs
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.getWafcrs

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    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 string
    Name string
    Search WafCRS by name.
    TenantRef 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
    Search WafCRS by uuid.
    Id string
    Name string
    Search WafCRS by name.
    TenantRef 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
    Search WafCRS by uuid.
    id String
    name String
    Search WafCRS by name.
    tenantRef 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
    Search WafCRS by uuid.
    id string
    name string
    Search WafCRS by name.
    tenantRef 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
    Search WafCRS by uuid.
    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.
    id String
    name String
    Search WafCRS by name.
    tenantRef 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
    Search WafCRS by uuid.

    getWafcrs Result

    The following output properties are available:

    AllowedRequestContentTypeCharsets List<string>
    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.
    ConfigpbAttributes List<GetWafcrsConfigpbAttribute>
    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<GetWafcrsFile>
    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<GetWafcrsGroup>
    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.
    IntegrityValues 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<GetWafcrsMarker>
    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.
    ReleaseDate 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.
    RestrictedExtensions List<string>
    Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    RestrictedHeaders List<string>
    Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef 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.
    AllowedRequestContentTypeCharsets []string
    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.
    ConfigpbAttributes []GetWafcrsConfigpbAttribute
    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 []GetWafcrsFile
    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 []GetWafcrsGroup
    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.
    IntegrityValues []string
    Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Markers []GetWafcrsMarker
    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.
    ReleaseDate 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.
    RestrictedExtensions []string
    Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    RestrictedHeaders []string
    Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    TenantRef 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.
    allowedRequestContentTypeCharsets List<String>
    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.
    configpbAttributes List<GetWafcrsConfigpbAttribute>
    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<GetWafcrsFile>
    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<GetWafcrsGroup>
    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.
    integrityValues 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<GetWafcrsMarker>
    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.
    releaseDate 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.
    restrictedExtensions List<String>
    Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    restrictedHeaders List<String>
    Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef 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.
    allowedRequestContentTypeCharsets string[]
    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.
    configpbAttributes GetWafcrsConfigpbAttribute[]
    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 GetWafcrsFile[]
    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 GetWafcrsGroup[]
    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.
    integrityValues string[]
    Integrity protection values for crs. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    markers GetWafcrsMarker[]
    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.
    releaseDate 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.
    restrictedExtensions string[]
    Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    restrictedHeaders string[]
    Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef 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_content_type_charsets Sequence[str]
    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[GetWafcrsConfigpbAttribute]
    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[GetWafcrsFile]
    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[GetWafcrsGroup]
    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[GetWafcrsMarker]
    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.
    allowedRequestContentTypeCharsets List<String>
    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.
    configpbAttributes 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.
    integrityValues 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.
    releaseDate 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.
    restrictedExtensions List<String>
    Waf restricted file extensions. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    restrictedHeaders List<String>
    Waf restricted http headers. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    tenantRef 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

    Data string
    Name string
    Search WafCRS by name.
    Type string
    Data string
    Name string
    Search WafCRS by name.
    Type string
    data String
    name String
    Search WafCRS by name.
    type String
    data string
    name string
    Search WafCRS by name.
    type string
    data str
    name str
    Search WafCRS by name.
    type str
    data String
    name String
    Search WafCRS by name.
    type String

    GetWafcrsGroup

    GetWafcrsGroupExcludeList

    ClientSubnets List<GetWafcrsGroupExcludeListClientSubnet>
    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.
    MatchElement string
    MatchElementCriterias List<GetWafcrsGroupExcludeListMatchElementCriteria>
    UriMatchCriterias List<GetWafcrsGroupExcludeListUriMatchCriteria>
    UriPath string
    ClientSubnets []GetWafcrsGroupExcludeListClientSubnet
    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.
    MatchElement string
    MatchElementCriterias []GetWafcrsGroupExcludeListMatchElementCriteria
    UriMatchCriterias []GetWafcrsGroupExcludeListUriMatchCriteria
    UriPath string
    clientSubnets List<GetWafcrsGroupExcludeListClientSubnet>
    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.
    matchElement String
    matchElementCriterias List<GetWafcrsGroupExcludeListMatchElementCriteria>
    uriMatchCriterias List<GetWafcrsGroupExcludeListUriMatchCriteria>
    uriPath String
    clientSubnets GetWafcrsGroupExcludeListClientSubnet[]
    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.
    matchElement string
    matchElementCriterias GetWafcrsGroupExcludeListMatchElementCriteria[]
    uriMatchCriterias GetWafcrsGroupExcludeListUriMatchCriteria[]
    uriPath string
    client_subnets Sequence[GetWafcrsGroupExcludeListClientSubnet]
    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_criterias Sequence[GetWafcrsGroupExcludeListMatchElementCriteria]
    uri_match_criterias Sequence[GetWafcrsGroupExcludeListUriMatchCriteria]
    uri_path str
    clientSubnets 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.
    matchElement String
    matchElementCriterias List<Property Map>
    uriMatchCriterias List<Property Map>
    uriPath String

    GetWafcrsGroupExcludeListClientSubnet

    GetWafcrsGroupExcludeListClientSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetWafcrsGroupExcludeListMatchElementCriteria

    MatchCase string
    MatchOp string
    MatchCase string
    MatchOp string
    matchCase String
    matchOp String
    matchCase string
    matchOp string
    matchCase String
    matchOp String

    GetWafcrsGroupExcludeListUriMatchCriteria

    MatchCase string
    MatchOp string
    MatchCase string
    MatchOp string
    matchCase String
    matchOp String
    matchCase string
    matchOp string
    matchCase String
    matchOp String

    GetWafcrsGroupRule

    Enable string
    ExcludeLists List<GetWafcrsGroupRuleExcludeList>
    Index string
    IsSensitive string
    Mode string
    Name string
    Search WafCRS by name.
    ParanoiaLevel string
    Phase string
    Rule string
    RuleId string
    Tags List<string>
    Enable string
    ExcludeLists []GetWafcrsGroupRuleExcludeList
    Index string
    IsSensitive string
    Mode string
    Name string
    Search WafCRS by name.
    ParanoiaLevel string
    Phase string
    Rule string
    RuleId string
    Tags []string
    enable String
    excludeLists List<GetWafcrsGroupRuleExcludeList>
    index String
    isSensitive String
    mode String
    name String
    Search WafCRS by name.
    paranoiaLevel String
    phase String
    rule String
    ruleId String
    tags List<String>
    enable string
    excludeLists GetWafcrsGroupRuleExcludeList[]
    index string
    isSensitive string
    mode string
    name string
    Search WafCRS by name.
    paranoiaLevel string
    phase string
    rule string
    ruleId string
    tags string[]
    enable String
    excludeLists List<Property Map>
    index String
    isSensitive String
    mode String
    name String
    Search WafCRS by name.
    paranoiaLevel String
    phase String
    rule String
    ruleId String
    tags List<String>

    GetWafcrsGroupRuleExcludeList

    ClientSubnets List<GetWafcrsGroupRuleExcludeListClientSubnet>
    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.
    MatchElement string
    MatchElementCriterias List<GetWafcrsGroupRuleExcludeListMatchElementCriteria>
    UriMatchCriterias List<GetWafcrsGroupRuleExcludeListUriMatchCriteria>
    UriPath string
    ClientSubnets []GetWafcrsGroupRuleExcludeListClientSubnet
    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.
    MatchElement string
    MatchElementCriterias []GetWafcrsGroupRuleExcludeListMatchElementCriteria
    UriMatchCriterias []GetWafcrsGroupRuleExcludeListUriMatchCriteria
    UriPath string
    clientSubnets List<GetWafcrsGroupRuleExcludeListClientSubnet>
    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.
    matchElement String
    matchElementCriterias List<GetWafcrsGroupRuleExcludeListMatchElementCriteria>
    uriMatchCriterias List<GetWafcrsGroupRuleExcludeListUriMatchCriteria>
    uriPath String
    clientSubnets GetWafcrsGroupRuleExcludeListClientSubnet[]
    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.
    matchElement string
    matchElementCriterias GetWafcrsGroupRuleExcludeListMatchElementCriteria[]
    uriMatchCriterias GetWafcrsGroupRuleExcludeListUriMatchCriteria[]
    uriPath string
    client_subnets Sequence[GetWafcrsGroupRuleExcludeListClientSubnet]
    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_criterias Sequence[GetWafcrsGroupRuleExcludeListMatchElementCriteria]
    uri_match_criterias Sequence[GetWafcrsGroupRuleExcludeListUriMatchCriteria]
    uri_path str
    clientSubnets 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.
    matchElement String
    matchElementCriterias List<Property Map>
    uriMatchCriterias List<Property Map>
    uriPath String

    GetWafcrsGroupRuleExcludeListClientSubnet

    GetWafcrsGroupRuleExcludeListClientSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetWafcrsGroupRuleExcludeListMatchElementCriteria

    MatchCase string
    MatchOp string
    MatchCase string
    MatchOp string
    matchCase String
    matchOp String
    matchCase string
    matchOp string
    matchCase String
    matchOp String

    GetWafcrsGroupRuleExcludeListUriMatchCriteria

    MatchCase string
    MatchOp string
    MatchCase string
    MatchOp string
    matchCase String
    matchOp String
    matchCase string
    matchOp string
    matchCase String
    matchOp String

    GetWafcrsMarker

    Key string
    Values List<string>
    Key string
    Values []string
    key String
    values List<String>
    key string
    values string[]
    key str
    values Sequence[str]
    key String
    values List<String>

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware