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

avi.getWafapplicationsignatureprovider

Explore with Pulumi AI

<!–

Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0

–>

layout: “avi”

page_title: “AVI: avi.Wafapplicationsignatureprovider” sidebar_current: “docs-avi-datasource-wafapplicationsignatureprovider” description: |- Get information of Avi WafApplicationSignatureProvider.

avi.Wafapplicationsignatureprovider

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

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";

const fooWafapplicationsignatureprovider = avi.getWafapplicationsignatureprovider({
    name: "foo",
    uuid: "wafapplicationsignatureprovider-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
});
Copy
import pulumi
import pulumi_avi as avi

foo_wafapplicationsignatureprovider = avi.get_wafapplicationsignatureprovider(name="foo",
    uuid="wafapplicationsignatureprovider-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
Copy
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.LookupWafapplicationsignatureprovider(ctx, &avi.LookupWafapplicationsignatureproviderArgs{
			Name: pulumi.StringRef("foo"),
			Uuid: pulumi.StringRef("wafapplicationsignatureprovider-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;

return await Deployment.RunAsync(() => 
{
    var fooWafapplicationsignatureprovider = Avi.GetWafapplicationsignatureprovider.Invoke(new()
    {
        Name = "foo",
        Uuid = "wafapplicationsignatureprovider-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });

});
Copy
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.GetWafapplicationsignatureproviderArgs;
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 fooWafapplicationsignatureprovider = AviFunctions.getWafapplicationsignatureprovider(GetWafapplicationsignatureproviderArgs.builder()
            .name("foo")
            .uuid("wafapplicationsignatureprovider-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
            .build());

    }
}
Copy
variables:
  fooWafapplicationsignatureprovider:
    fn::invoke:
      function: avi:getWafapplicationsignatureprovider
      arguments:
        name: foo
        uuid: wafapplicationsignatureprovider-f9cf6b3e-a411-436f-95e2-2982ba2b217b
Copy

Using getWafapplicationsignatureprovider

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 getWafapplicationsignatureprovider(args: GetWafapplicationsignatureproviderArgs, opts?: InvokeOptions): Promise<GetWafapplicationsignatureproviderResult>
function getWafapplicationsignatureproviderOutput(args: GetWafapplicationsignatureproviderOutputArgs, opts?: InvokeOptions): Output<GetWafapplicationsignatureproviderResult>
Copy
def get_wafapplicationsignatureprovider(id: Optional[str] = None,
                                        name: Optional[str] = None,
                                        tenant_ref: Optional[str] = None,
                                        uuid: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetWafapplicationsignatureproviderResult
def get_wafapplicationsignatureprovider_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[GetWafapplicationsignatureproviderResult]
Copy
func LookupWafapplicationsignatureprovider(ctx *Context, args *LookupWafapplicationsignatureproviderArgs, opts ...InvokeOption) (*LookupWafapplicationsignatureproviderResult, error)
func LookupWafapplicationsignatureproviderOutput(ctx *Context, args *LookupWafapplicationsignatureproviderOutputArgs, opts ...InvokeOption) LookupWafapplicationsignatureproviderResultOutput
Copy

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

public static class GetWafapplicationsignatureprovider 
{
    public static Task<GetWafapplicationsignatureproviderResult> InvokeAsync(GetWafapplicationsignatureproviderArgs args, InvokeOptions? opts = null)
    public static Output<GetWafapplicationsignatureproviderResult> Invoke(GetWafapplicationsignatureproviderInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWafapplicationsignatureproviderResult> getWafapplicationsignatureprovider(GetWafapplicationsignatureproviderArgs args, InvokeOptions options)
public static Output<GetWafapplicationsignatureproviderResult> getWafapplicationsignatureprovider(GetWafapplicationsignatureproviderArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: avi:index/getWafapplicationsignatureprovider:getWafapplicationsignatureprovider
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Name string
Search WafApplicationSignatureProvider by name.
TenantRef string
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Search WafApplicationSignatureProvider by uuid.
Id string
Name string
Search WafApplicationSignatureProvider by name.
TenantRef string
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Search WafApplicationSignatureProvider by uuid.
id String
name String
Search WafApplicationSignatureProvider by name.
tenantRef String
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Search WafApplicationSignatureProvider by uuid.
id string
name string
Search WafApplicationSignatureProvider by name.
tenantRef string
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid string
Search WafApplicationSignatureProvider by uuid.
id str
name str
Search WafApplicationSignatureProvider by name.
tenant_ref str
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid str
Search WafApplicationSignatureProvider by uuid.
id String
name String
Search WafApplicationSignatureProvider by name.
tenantRef String
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Search WafApplicationSignatureProvider by uuid.

getWafapplicationsignatureprovider Result

The following output properties are available:

AvailableApplications List<GetWafapplicationsignatureproviderAvailableApplication>
Available application names and the ruleset version, when the rules for an application changed the last time. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ConfigpbAttributes List<GetWafapplicationsignatureproviderConfigpbAttribute>
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
FilterRulesOnImport string
If this is set to false, all provided rules are imported when updating this object. If this is set to true, only newer rules are considered for import. Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. All other rules are ignored on rule import. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
Id string
Name string
Name of application specific ruleset provider. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
RulesetVersion string
Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ServiceStatuses List<GetWafapplicationsignatureproviderServiceStatus>
If this object is managed by the application signatures update service, this field contain the status of this syncronization. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Signatures List<GetWafapplicationsignatureproviderSignature>
The waf rules. Not visible in the api. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
TenantRef string
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
AvailableApplications []GetWafapplicationsignatureproviderAvailableApplication
Available application names and the ruleset version, when the rules for an application changed the last time. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ConfigpbAttributes []GetWafapplicationsignatureproviderConfigpbAttribute
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
FilterRulesOnImport string
If this is set to false, all provided rules are imported when updating this object. If this is set to true, only newer rules are considered for import. Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. All other rules are ignored on rule import. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
Id string
Name string
Name of application specific ruleset provider. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
RulesetVersion string
Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ServiceStatuses []GetWafapplicationsignatureproviderServiceStatus
If this object is managed by the application signatures update service, this field contain the status of this syncronization. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
Signatures []GetWafapplicationsignatureproviderSignature
The waf rules. Not visible in the api. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
TenantRef string
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Uuid string
Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
availableApplications List<GetWafapplicationsignatureproviderAvailableApplication>
Available application names and the ruleset version, when the rules for an application changed the last time. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpbAttributes List<GetWafapplicationsignatureproviderConfigpbAttribute>
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
filterRulesOnImport String
If this is set to false, all provided rules are imported when updating this object. If this is set to true, only newer rules are considered for import. Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. All other rules are ignored on rule import. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
id String
name String
Name of application specific ruleset provider. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
rulesetVersion String
Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
serviceStatuses List<GetWafapplicationsignatureproviderServiceStatus>
If this object is managed by the application signatures update service, this field contain the status of this syncronization. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
signatures List<GetWafapplicationsignatureproviderSignature>
The waf rules. Not visible in the api. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantRef String
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
availableApplications GetWafapplicationsignatureproviderAvailableApplication[]
Available application names and the ruleset version, when the rules for an application changed the last time. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpbAttributes GetWafapplicationsignatureproviderConfigpbAttribute[]
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
filterRulesOnImport string
If this is set to false, all provided rules are imported when updating this object. If this is set to true, only newer rules are considered for import. Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. All other rules are ignored on rule import. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
id string
name string
Name of application specific ruleset provider. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
rulesetVersion string
Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
serviceStatuses GetWafapplicationsignatureproviderServiceStatus[]
If this object is managed by the application signatures update service, this field contain the status of this syncronization. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
signatures GetWafapplicationsignatureproviderSignature[]
The waf rules. Not visible in the api. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantRef string
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid string
Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
available_applications Sequence[GetWafapplicationsignatureproviderAvailableApplication]
Available application names and the ruleset version, when the rules for an application changed the last time. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
configpb_attributes Sequence[GetWafapplicationsignatureproviderConfigpbAttribute]
Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
filter_rules_on_import str
If this is set to false, all provided rules are imported when updating this object. If this is set to true, only newer rules are considered for import. Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. All other rules are ignored on rule import. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
id str
name str
Name of application specific ruleset provider. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
ruleset_version str
Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
service_statuses Sequence[GetWafapplicationsignatureproviderServiceStatus]
If this object is managed by the application signatures update service, this field contain the status of this syncronization. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
signatures Sequence[GetWafapplicationsignatureproviderSignature]
The waf rules. Not visible in the api. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenant_ref str
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid str
Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
availableApplications List<Property Map>
Available application names and the ruleset version, when the rules for an application changed the last time. Field introduced in 20.1.1. 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.
filterRulesOnImport String
If this is set to false, all provided rules are imported when updating this object. If this is set to true, only newer rules are considered for import. Newer rules are rules where the rule id is not in the range of 2,000,000 to 2,080,000 or where the rule has a tag with a cve from 2013 or newer. All other rules are ignored on rule import. Field introduced in 30.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
id String
name String
Name of application specific ruleset provider. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
rulesetVersion String
Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
serviceStatuses List<Property Map>
If this object is managed by the application signatures update service, this field contain the status of this syncronization. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
signatures List<Property Map>
The waf rules. Not visible in the api. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
tenantRef String
It is a reference to an object of type tenant. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
uuid String
Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

Supporting Types

GetWafapplicationsignatureproviderAvailableApplication

Application This property is required. string
LastChangedRulesetVersion This property is required. string
NumberOfRules This property is required. string
Application This property is required. string
LastChangedRulesetVersion This property is required. string
NumberOfRules This property is required. string
application This property is required. String
lastChangedRulesetVersion This property is required. String
numberOfRules This property is required. String
application This property is required. string
lastChangedRulesetVersion This property is required. string
numberOfRules This property is required. string
application This property is required. str
last_changed_ruleset_version This property is required. str
number_of_rules This property is required. str
application This property is required. String
lastChangedRulesetVersion This property is required. String
numberOfRules This property is required. String

GetWafapplicationsignatureproviderConfigpbAttribute

Version This property is required. string
Version This property is required. string
version This property is required. String
version This property is required. string
version This property is required. str
version This property is required. String

GetWafapplicationsignatureproviderServiceStatus

error This property is required. String
lastSuccessfulUpdateChecks This property is required. List<Property Map>
upstreamSyncTimestamps This property is required. List<Property Map>

GetWafapplicationsignatureproviderServiceStatusLastSuccessfulUpdateCheck

Secs This property is required. string
Usecs This property is required. string
Secs This property is required. string
Usecs This property is required. string
secs This property is required. String
usecs This property is required. String
secs This property is required. string
usecs This property is required. string
secs This property is required. str
usecs This property is required. str
secs This property is required. String
usecs This property is required. String

GetWafapplicationsignatureproviderServiceStatusUpstreamSyncTimestamp

Secs This property is required. string
Usecs This property is required. string
Secs This property is required. string
Usecs This property is required. string
secs This property is required. String
usecs This property is required. String
secs This property is required. string
usecs This property is required. string
secs This property is required. str
usecs This property is required. str
secs This property is required. String
usecs This property is required. String

GetWafapplicationsignatureproviderSignature

Enable This property is required. string
ExcludeLists This property is required. List<GetWafapplicationsignatureproviderSignatureExcludeList>
Index This property is required. string
IsSensitive This property is required. string
Mode This property is required. string
Name This property is required. string
Search WafApplicationSignatureProvider by name.
ParanoiaLevel This property is required. string
Phase This property is required. string
Rule This property is required. string
RuleId This property is required. string
Tags This property is required. List<string>
Enable This property is required. string
ExcludeLists This property is required. []GetWafapplicationsignatureproviderSignatureExcludeList
Index This property is required. string
IsSensitive This property is required. string
Mode This property is required. string
Name This property is required. string
Search WafApplicationSignatureProvider by name.
ParanoiaLevel This property is required. string
Phase This property is required. string
Rule This property is required. string
RuleId This property is required. string
Tags This property is required. []string
enable This property is required. String
excludeLists This property is required. List<GetWafapplicationsignatureproviderSignatureExcludeList>
index This property is required. String
isSensitive This property is required. String
mode This property is required. String
name This property is required. String
Search WafApplicationSignatureProvider by name.
paranoiaLevel This property is required. String
phase This property is required. String
rule This property is required. String
ruleId This property is required. String
tags This property is required. List<String>
enable This property is required. string
excludeLists This property is required. GetWafapplicationsignatureproviderSignatureExcludeList[]
index This property is required. string
isSensitive This property is required. string
mode This property is required. string
name This property is required. string
Search WafApplicationSignatureProvider by name.
paranoiaLevel This property is required. string
phase This property is required. string
rule This property is required. string
ruleId This property is required. string
tags This property is required. string[]
enable This property is required. str
exclude_lists This property is required. Sequence[GetWafapplicationsignatureproviderSignatureExcludeList]
index This property is required. str
is_sensitive This property is required. str
mode This property is required. str
name This property is required. str
Search WafApplicationSignatureProvider by name.
paranoia_level This property is required. str
phase This property is required. str
rule This property is required. str
rule_id This property is required. str
tags This property is required. Sequence[str]
enable This property is required. String
excludeLists This property is required. List<Property Map>
index This property is required. String
isSensitive This property is required. String
mode This property is required. String
name This property is required. String
Search WafApplicationSignatureProvider by name.
paranoiaLevel This property is required. String
phase This property is required. String
rule This property is required. String
ruleId This property is required. String
tags This property is required. List<String>

GetWafapplicationsignatureproviderSignatureExcludeList

clientSubnets This property is required. List<Property Map>
description This property is required. String
matchElement This property is required. String
matchElementCriterias This property is required. List<Property Map>
uriMatchCriterias This property is required. List<Property Map>
uriPath This property is required. String

GetWafapplicationsignatureproviderSignatureExcludeListClientSubnet

IpAddrs This property is required. List<GetWafapplicationsignatureproviderSignatureExcludeListClientSubnetIpAddr>
Mask This property is required. string
IpAddrs This property is required. []GetWafapplicationsignatureproviderSignatureExcludeListClientSubnetIpAddr
Mask This property is required. string
ipAddrs This property is required. List<GetWafapplicationsignatureproviderSignatureExcludeListClientSubnetIpAddr>
mask This property is required. String
ipAddrs This property is required. GetWafapplicationsignatureproviderSignatureExcludeListClientSubnetIpAddr[]
mask This property is required. string
ipAddrs This property is required. List<Property Map>
mask This property is required. String

GetWafapplicationsignatureproviderSignatureExcludeListClientSubnetIpAddr

Addr This property is required. string
Type This property is required. string
Addr This property is required. string
Type This property is required. string
addr This property is required. String
type This property is required. String
addr This property is required. string
type This property is required. string
addr This property is required. str
type This property is required. str
addr This property is required. String
type This property is required. String

GetWafapplicationsignatureproviderSignatureExcludeListMatchElementCriteria

MatchCase This property is required. string
MatchOp This property is required. string
MatchCase This property is required. string
MatchOp This property is required. string
matchCase This property is required. String
matchOp This property is required. String
matchCase This property is required. string
matchOp This property is required. string
match_case This property is required. str
match_op This property is required. str
matchCase This property is required. String
matchOp This property is required. String

GetWafapplicationsignatureproviderSignatureExcludeListUriMatchCriteria

MatchCase This property is required. string
MatchOp This property is required. string
MatchCase This property is required. string
MatchOp This property is required. string
matchCase This property is required. String
matchOp This property is required. String
matchCase This property is required. string
matchOp This property is required. string
match_case This property is required. str
match_op This property is required. str
matchCase This property is required. String
matchOp This property is required. String

Package Details

Repository
avi vmware/terraform-provider-avi
License
Notes
This Pulumi package is based on the avi Terraform Provider.