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

avi.getWafpolicypsmgroup

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.Wafpolicypsmgroup” sidebar_current: “docs-avi-datasource-wafpolicypsmgroup” description: |- Get information of Avi WafPolicyPSMGroup.

    avi.Wafpolicypsmgroup

    This data source is used to to get avi.Wafpolicypsmgroup objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const fooWafpolicypsmgroup = avi.getWafpolicypsmgroup({
        name: "foo",
        uuid: "wafpolicypsmgroup-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_wafpolicypsmgroup = avi.get_wafpolicypsmgroup(name="foo",
        uuid="wafpolicypsmgroup-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.LookupWafpolicypsmgroup(ctx, &avi.LookupWafpolicypsmgroupArgs{
    			Name: pulumi.StringRef("foo"),
    			Uuid: pulumi.StringRef("wafpolicypsmgroup-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 fooWafpolicypsmgroup = Avi.GetWafpolicypsmgroup.Invoke(new()
        {
            Name = "foo",
            Uuid = "wafpolicypsmgroup-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.GetWafpolicypsmgroupArgs;
    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 fooWafpolicypsmgroup = AviFunctions.getWafpolicypsmgroup(GetWafpolicypsmgroupArgs.builder()
                .name("foo")
                .uuid("wafpolicypsmgroup-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooWafpolicypsmgroup:
        fn::invoke:
          function: avi:getWafpolicypsmgroup
          arguments:
            name: foo
            uuid: wafpolicypsmgroup-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getWafpolicypsmgroup

    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 getWafpolicypsmgroup(args: GetWafpolicypsmgroupArgs, opts?: InvokeOptions): Promise<GetWafpolicypsmgroupResult>
    function getWafpolicypsmgroupOutput(args: GetWafpolicypsmgroupOutputArgs, opts?: InvokeOptions): Output<GetWafpolicypsmgroupResult>
    def get_wafpolicypsmgroup(id: Optional[str] = None,
                              name: Optional[str] = None,
                              tenant_ref: Optional[str] = None,
                              uuid: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetWafpolicypsmgroupResult
    def get_wafpolicypsmgroup_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[GetWafpolicypsmgroupResult]
    func LookupWafpolicypsmgroup(ctx *Context, args *LookupWafpolicypsmgroupArgs, opts ...InvokeOption) (*LookupWafpolicypsmgroupResult, error)
    func LookupWafpolicypsmgroupOutput(ctx *Context, args *LookupWafpolicypsmgroupOutputArgs, opts ...InvokeOption) LookupWafpolicypsmgroupResultOutput

    > Note: This function is named LookupWafpolicypsmgroup in the Go SDK.

    public static class GetWafpolicypsmgroup 
    {
        public static Task<GetWafpolicypsmgroupResult> InvokeAsync(GetWafpolicypsmgroupArgs args, InvokeOptions? opts = null)
        public static Output<GetWafpolicypsmgroupResult> Invoke(GetWafpolicypsmgroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWafpolicypsmgroupResult> getWafpolicypsmgroup(GetWafpolicypsmgroupArgs args, InvokeOptions options)
    public static Output<GetWafpolicypsmgroupResult> getWafpolicypsmgroup(GetWafpolicypsmgroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getWafpolicypsmgroup:getWafpolicypsmgroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Search WafPolicyPSMGroup 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search WafPolicyPSMGroup by uuid.
    Id string
    Name string
    Search WafPolicyPSMGroup 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search WafPolicyPSMGroup by uuid.
    id String
    name String
    Search WafPolicyPSMGroup 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search WafPolicyPSMGroup by uuid.
    id string
    name string
    Search WafPolicyPSMGroup 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Search WafPolicyPSMGroup by uuid.
    id str
    name str
    Search WafPolicyPSMGroup 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Search WafPolicyPSMGroup by uuid.
    id String
    name String
    Search WafPolicyPSMGroup 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search WafPolicyPSMGroup by uuid.

    getWafpolicypsmgroup Result

    The following output properties are available:

    ConfigpbAttributes List<GetWafpolicypsmgroupConfigpbAttribute>
    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
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Enable string
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    HitAction string
    If a rule in this group matches the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_allow_parameter. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    IsLearningGroup string
    This field indicates that this group is used for learning. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Locations List<GetWafpolicypsmgroupLocation>
    Positive security model locations. These are used to partition the application name space. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Markers List<GetWafpolicypsmgroupMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    MissAction string
    If a rule in this group does not match the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_block. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    User defined name of the group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Uuid of this object. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []GetWafpolicypsmgroupConfigpbAttribute
    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
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Enable string
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    HitAction string
    If a rule in this group matches the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_allow_parameter. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Id string
    IsLearningGroup string
    This field indicates that this group is used for learning. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Locations []GetWafpolicypsmgroupLocation
    Positive security model locations. These are used to partition the application name space. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Markers []GetWafpolicypsmgroupMarker
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    MissAction string
    If a rule in this group does not match the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_block. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    User defined name of the group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Uuid of this object. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<GetWafpolicypsmgroupConfigpbAttribute>
    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
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable String
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hitAction String
    If a rule in this group matches the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_allow_parameter. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id String
    isLearningGroup String
    This field indicates that this group is used for learning. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    locations List<GetWafpolicypsmgroupLocation>
    Positive security model locations. These are used to partition the application name space. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers List<GetWafpolicypsmgroupMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    missAction String
    If a rule in this group does not match the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_block. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    User defined name of the group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Uuid of this object. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes GetWafpolicypsmgroupConfigpbAttribute[]
    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
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable string
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hitAction string
    If a rule in this group matches the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_allow_parameter. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id string
    isLearningGroup string
    This field indicates that this group is used for learning. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    locations GetWafpolicypsmgroupLocation[]
    Positive security model locations. These are used to partition the application name space. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers GetWafpolicypsmgroupMarker[]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    missAction string
    If a rule in this group does not match the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_block. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name string
    User defined name of the group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Uuid of this object. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[GetWafpolicypsmgroupConfigpbAttribute]
    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
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable str
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hit_action str
    If a rule in this group matches the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_allow_parameter. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id str
    is_learning_group str
    This field indicates that this group is used for learning. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    locations Sequence[GetWafpolicypsmgroupLocation]
    Positive security model locations. These are used to partition the application name space. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers Sequence[GetWafpolicypsmgroupMarker]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    miss_action str
    If a rule in this group does not match the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_block. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name str
    User defined name of the group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Uuid of this object. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, 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
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable String
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    hitAction String
    If a rule in this group matches the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_allow_parameter. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    id String
    isLearningGroup String
    This field indicates that this group is used for learning. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    locations List<Property Map>
    Positive security model locations. These are used to partition the application name space. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    markers List<Property Map>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    missAction String
    If a rule in this group does not match the match_value pattern, this action will be executed. Allowed actions are waf_action_no_op and waf_action_block. Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    User defined name of the group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, 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.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Uuid of this object. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    GetWafpolicypsmgroupConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetWafpolicypsmgroupLocation

    Description string
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Index string
    Matches List<GetWafpolicypsmgroupLocationMatch>
    Name string
    Search WafPolicyPSMGroup by name.
    Rules List<GetWafpolicypsmgroupLocationRule>
    Description string
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Index string
    Matches []GetWafpolicypsmgroupLocationMatch
    Name string
    Search WafPolicyPSMGroup by name.
    Rules []GetWafpolicypsmgroupLocationRule
    description String
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index String
    matches List<GetWafpolicypsmgroupLocationMatch>
    name String
    Search WafPolicyPSMGroup by name.
    rules List<GetWafpolicypsmgroupLocationRule>
    description string
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index string
    matches GetWafpolicypsmgroupLocationMatch[]
    name string
    Search WafPolicyPSMGroup by name.
    rules GetWafpolicypsmgroupLocationRule[]
    description str
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index str
    matches Sequence[GetWafpolicypsmgroupLocationMatch]
    name str
    Search WafPolicyPSMGroup by name.
    rules Sequence[GetWafpolicypsmgroupLocationRule]
    description String
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index String
    matches List<Property Map>
    name String
    Search WafPolicyPSMGroup by name.
    rules List<Property Map>

    GetWafpolicypsmgroupLocationMatch

    GetWafpolicypsmgroupLocationMatchHost

    MatchCase string
    MatchCriteria string
    Values List<string>
    MatchCase string
    MatchCriteria string
    Values []string
    matchCase String
    matchCriteria String
    values List<String>
    matchCase string
    matchCriteria string
    values string[]
    match_case str
    match_criteria str
    values Sequence[str]
    matchCase String
    matchCriteria String
    values List<String>

    GetWafpolicypsmgroupLocationMatchMethod

    MatchCriteria string
    Methods List<string>
    MatchCriteria string
    Methods []string
    matchCriteria String
    methods List<String>
    matchCriteria string
    methods string[]
    match_criteria str
    methods Sequence[str]
    matchCriteria String
    methods List<String>

    GetWafpolicypsmgroupLocationMatchPath

    MatchCase string
    MatchCriteria string
    MatchDecodedString string
    MatchStrs List<string>
    StringGroupRefs List<string>
    matchCase String
    matchCriteria String
    matchDecodedString String
    matchStrs List<String>
    stringGroupRefs List<String>
    matchCase String
    matchCriteria String
    matchDecodedString String
    matchStrs List<String>
    stringGroupRefs List<String>

    GetWafpolicypsmgroupLocationRule

    Description string
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Enable string
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Index string
    MatchCase string
    MatchElements List<GetWafpolicypsmgroupLocationRuleMatchElement>
    MatchValueMaxLength string
    MatchValuePattern string
    MatchValueStringGroupKey string
    MatchValueStringGroupRef string
    Mode string
    Name string
    Search WafPolicyPSMGroup by name.
    ParanoiaLevel string
    RuleId string
    Description string
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Enable string
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Index string
    MatchCase string
    MatchElements []GetWafpolicypsmgroupLocationRuleMatchElement
    MatchValueMaxLength string
    MatchValuePattern string
    MatchValueStringGroupKey string
    MatchValueStringGroupRef string
    Mode string
    Name string
    Search WafPolicyPSMGroup by name.
    ParanoiaLevel string
    RuleId string
    description String
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable String
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index String
    matchCase String
    matchElements List<GetWafpolicypsmgroupLocationRuleMatchElement>
    matchValueMaxLength String
    matchValuePattern String
    matchValueStringGroupKey String
    matchValueStringGroupRef String
    mode String
    name String
    Search WafPolicyPSMGroup by name.
    paranoiaLevel String
    ruleId String
    description string
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable string
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index string
    matchCase string
    matchElements GetWafpolicypsmgroupLocationRuleMatchElement[]
    matchValueMaxLength string
    matchValuePattern string
    matchValueStringGroupKey string
    matchValueStringGroupRef string
    mode string
    name string
    Search WafPolicyPSMGroup by name.
    paranoiaLevel string
    ruleId string
    description str
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable str
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index str
    match_case str
    match_elements Sequence[GetWafpolicypsmgroupLocationRuleMatchElement]
    match_value_max_length str
    match_value_pattern str
    match_value_string_group_key str
    match_value_string_group_ref str
    mode str
    name str
    Search WafPolicyPSMGroup by name.
    paranoia_level str
    rule_id str
    description String
    Free-text comment about this group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    enable String
    Enable or disable this waf rule group. Field introduced in 18.2.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    index String
    matchCase String
    matchElements List<Property Map>
    matchValueMaxLength String
    matchValuePattern String
    matchValueStringGroupKey String
    matchValueStringGroupRef String
    mode String
    name String
    Search WafPolicyPSMGroup by name.
    paranoiaLevel String
    ruleId String

    GetWafpolicypsmgroupLocationRuleMatchElement

    Excluded string
    Index string
    MatchCase string
    MatchOp string
    Name string
    Search WafPolicyPSMGroup by name.
    SubElement string
    Excluded string
    Index string
    MatchCase string
    MatchOp string
    Name string
    Search WafPolicyPSMGroup by name.
    SubElement string
    excluded String
    index String
    matchCase String
    matchOp String
    name String
    Search WafPolicyPSMGroup by name.
    subElement String
    excluded string
    index string
    matchCase string
    matchOp string
    name string
    Search WafPolicyPSMGroup by name.
    subElement string
    excluded str
    index str
    match_case str
    match_op str
    name str
    Search WafPolicyPSMGroup by name.
    sub_element str
    excluded String
    index String
    matchCase String
    matchOp String
    name String
    Search WafPolicyPSMGroup by name.
    subElement String

    GetWafpolicypsmgroupMarker

    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