avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getWafapplicationsignatureprovider
Explore with Pulumi AI
- –>
- layout: “avi”
- page_title: “AVI: avi.Wafapplicationsignatureprovider” sidebar_current: “docs-avi-datasource-wafapplicationsignatureprovider” description: |- Get information of Avi WafApplicationSignatureProvider.
- Example Usage
- Using getWafapplicationsignatureprovider
- getWafapplicationsignatureprovider Result
- Supporting Types
- Package Details
<!–
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",
});
import pulumi
import pulumi_avi as avi
foo_wafapplicationsignatureprovider = avi.get_wafapplicationsignatureprovider(name="foo",
uuid="wafapplicationsignatureprovider-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.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
})
}
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",
});
});
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());
}
}
variables:
fooWafapplicationsignatureprovider:
fn::invoke:
function: avi:getWafapplicationsignatureprovider
arguments:
name: foo
uuid: wafapplicationsignatureprovider-f9cf6b3e-a411-436f-95e2-2982ba2b217b
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>
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]
func LookupWafapplicationsignatureprovider(ctx *Context, args *LookupWafapplicationsignatureproviderArgs, opts ...InvokeOption) (*LookupWafapplicationsignatureproviderResult, error)
func LookupWafapplicationsignatureproviderOutput(ctx *Context, args *LookupWafapplicationsignatureproviderOutputArgs, opts ...InvokeOption) LookupWafapplicationsignatureproviderResultOutput
> 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)
}
public static CompletableFuture<GetWafapplicationsignatureproviderResult> getWafapplicationsignatureprovider(GetWafapplicationsignatureproviderArgs args, InvokeOptions options)
public static Output<GetWafapplicationsignatureproviderResult> getWafapplicationsignatureprovider(GetWafapplicationsignatureproviderArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getWafapplicationsignatureprovider:getWafapplicationsignatureprovider
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Name string
- Search WafApplicationSignatureProvider by name.
- Tenant
Ref 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.
- Tenant
Ref 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.
- tenant
Ref 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.
- tenant
Ref 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.
- tenant
Ref 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:
- Available
Applications List<GetWafapplicationsignatureprovider Available Application> - 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 List<GetWafapplicationsignatureprovider Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Filter
Rules stringOn Import - 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.
- Ruleset
Version string - Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Service
Statuses List<GetWafapplicationsignatureprovider Service Status> - 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<Get
Wafapplicationsignatureprovider Signature> - 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 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 []GetWafapplicationsignatureprovider Available Application - 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 []GetWafapplicationsignatureprovider Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Filter
Rules stringOn Import - 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.
- Ruleset
Version string - Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Service
Statuses []GetWafapplicationsignatureprovider Service Status - 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
[]Get
Wafapplicationsignatureprovider Signature - 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 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 List<GetWafapplicationsignatureprovider Available Application> - 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 List<GetWafapplicationsignatureprovider Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- filter
Rules StringOn Import - 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.
- ruleset
Version String - Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- service
Statuses List<GetWafapplicationsignatureprovider Service Status> - 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<Get
Wafapplicationsignatureprovider Signature> - 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 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 GetWafapplicationsignatureprovider Available Application[] - 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 GetWafapplicationsignatureprovider Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- filter
Rules stringOn Import - 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.
- ruleset
Version string - Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- service
Statuses GetWafapplicationsignatureprovider Service Status[] - 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
Get
Wafapplicationsignatureprovider Signature[] - 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 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[GetWafapplicationsignatureprovider Available Application] - 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[GetWafapplicationsignatureprovider Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- filter_
rules_ stron_ import - 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[GetWafapplicationsignatureprovider Service Status] - 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[Get
Wafapplicationsignatureprovider Signature] - 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.
- available
Applications 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.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- filter
Rules StringOn Import - 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.
- ruleset
Version String - Version of signatures. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- service
Statuses 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.
- tenant
Ref 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 - Last
Changed Ruleset Version This property is required. string - Number
Of Rules This property is required. string
- Application
This property is required. string - Last
Changed Ruleset Version This property is required. string - Number
Of Rules This property is required. string
- application
This property is required. String - last
Changed Ruleset Version This property is required. String - number
Of Rules This property is required. String
- application
This property is required. string - last
Changed Ruleset Version This property is required. string - number
Of Rules 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 - last
Changed Ruleset Version This property is required. String - number
Of Rules 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 - Last
Successful Update Checks This property is required. List<GetWafapplicationsignatureprovider Service Status Last Successful Update Check> - Upstream
Sync Timestamps This property is required. List<GetWafapplicationsignatureprovider Service Status Upstream Sync Timestamp>
- Error
This property is required. string - Last
Successful Update Checks This property is required. []GetWafapplicationsignatureprovider Service Status Last Successful Update Check - Upstream
Sync Timestamps This property is required. []GetWafapplicationsignatureprovider Service Status Upstream Sync Timestamp
- error
This property is required. String - last
Successful Update Checks This property is required. List<GetWafapplicationsignatureprovider Service Status Last Successful Update Check> - upstream
Sync Timestamps This property is required. List<GetWafapplicationsignatureprovider Service Status Upstream Sync Timestamp>
- error
This property is required. string - last
Successful Update Checks This property is required. GetWafapplicationsignatureprovider Service Status Last Successful Update Check[] - upstream
Sync Timestamps This property is required. GetWafapplicationsignatureprovider Service Status Upstream Sync Timestamp[]
- error
This property is required. str - last_
successful_ update_ checks This property is required. Sequence[GetWafapplicationsignatureprovider Service Status Last Successful Update Check] - upstream_
sync_ timestamps This property is required. Sequence[GetWafapplicationsignatureprovider Service Status Upstream Sync Timestamp]
- error
This property is required. String - last
Successful Update Checks This property is required. List<Property Map> - upstream
Sync Timestamps This property is required. List<Property Map>
GetWafapplicationsignatureproviderServiceStatusLastSuccessfulUpdateCheck
GetWafapplicationsignatureproviderServiceStatusUpstreamSyncTimestamp
GetWafapplicationsignatureproviderSignature
- Enable
This property is required. string - Exclude
Lists This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List> - Index
This property is required. string - Is
Sensitive This property is required. string - Mode
This property is required. string - Name
This property is required. string - Search WafApplicationSignatureProvider by name.
- Paranoia
Level This property is required. string - Phase
This property is required. string - Rule
This property is required. string - Rule
Id This property is required. string This property is required. List<string>
- Enable
This property is required. string - Exclude
Lists This property is required. []GetWafapplicationsignatureprovider Signature Exclude List - Index
This property is required. string - Is
Sensitive This property is required. string - Mode
This property is required. string - Name
This property is required. string - Search WafApplicationSignatureProvider by name.
- Paranoia
Level This property is required. string - Phase
This property is required. string - Rule
This property is required. string - Rule
Id This property is required. string This property is required. []string
- enable
This property is required. String - exclude
Lists This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List> - index
This property is required. String - is
Sensitive This property is required. String - mode
This property is required. String - name
This property is required. String - Search WafApplicationSignatureProvider by name.
- paranoia
Level This property is required. String - phase
This property is required. String - rule
This property is required. String - rule
Id This property is required. String This property is required. List<String>
- enable
This property is required. string - exclude
Lists This property is required. GetWafapplicationsignatureprovider Signature Exclude List[] - index
This property is required. string - is
Sensitive This property is required. string - mode
This property is required. string - name
This property is required. string - Search WafApplicationSignatureProvider by name.
- paranoia
Level This property is required. string - phase
This property is required. string - rule
This property is required. string - rule
Id This property is required. string This property is required. string[]
- enable
This property is required. str - exclude_
lists This property is required. Sequence[GetWafapplicationsignatureprovider Signature Exclude List] - 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 This property is required. Sequence[str]
- enable
This property is required. String - exclude
Lists This property is required. List<Property Map> - index
This property is required. String - is
Sensitive This property is required. String - mode
This property is required. String - name
This property is required. String - Search WafApplicationSignatureProvider by name.
- paranoia
Level This property is required. String - phase
This property is required. String - rule
This property is required. String - rule
Id This property is required. String This property is required. List<String>
GetWafapplicationsignatureproviderSignatureExcludeList
- Client
Subnets This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Client Subnet> - Description
This property is required. string - Match
Element This property is required. string - Match
Element Criterias This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Match Element Criteria> - Uri
Match Criterias This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Uri Match Criteria> - Uri
Path This property is required. string
- Client
Subnets This property is required. []GetWafapplicationsignatureprovider Signature Exclude List Client Subnet - Description
This property is required. string - Match
Element This property is required. string - Match
Element Criterias This property is required. []GetWafapplicationsignatureprovider Signature Exclude List Match Element Criteria - Uri
Match Criterias This property is required. []GetWafapplicationsignatureprovider Signature Exclude List Uri Match Criteria - Uri
Path This property is required. string
- client
Subnets This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Client Subnet> - description
This property is required. String - match
Element This property is required. String - match
Element Criterias This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Match Element Criteria> - uri
Match Criterias This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Uri Match Criteria> - uri
Path This property is required. String
- client
Subnets This property is required. GetWafapplicationsignatureprovider Signature Exclude List Client Subnet[] - description
This property is required. string - match
Element This property is required. string - match
Element Criterias This property is required. GetWafapplicationsignatureprovider Signature Exclude List Match Element Criteria[] - uri
Match Criterias This property is required. GetWafapplicationsignatureprovider Signature Exclude List Uri Match Criteria[] - uri
Path This property is required. string
- client_
subnets This property is required. Sequence[GetWafapplicationsignatureprovider Signature Exclude List Client Subnet] - description
This property is required. str - match_
element This property is required. str - match_
element_ criterias This property is required. Sequence[GetWafapplicationsignatureprovider Signature Exclude List Match Element Criteria] - uri_
match_ criterias This property is required. Sequence[GetWafapplicationsignatureprovider Signature Exclude List Uri Match Criteria] - uri_
path This property is required. str
- client
Subnets This property is required. List<Property Map> - description
This property is required. String - match
Element This property is required. String - match
Element Criterias This property is required. List<Property Map> - uri
Match Criterias This property is required. List<Property Map> - uri
Path This property is required. String
GetWafapplicationsignatureproviderSignatureExcludeListClientSubnet
- Ip
Addrs This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Client Subnet Ip Addr> - Mask
This property is required. string
- Ip
Addrs This property is required. []GetWafapplicationsignatureprovider Signature Exclude List Client Subnet Ip Addr - Mask
This property is required. string
- ip
Addrs This property is required. List<GetWafapplicationsignatureprovider Signature Exclude List Client Subnet Ip Addr> - mask
This property is required. String
- ip
Addrs This property is required. GetWafapplicationsignatureprovider Signature Exclude List Client Subnet Ip Addr[] - mask
This property is required. string
- ip_
addrs This property is required. Sequence[GetWafapplicationsignatureprovider Signature Exclude List Client Subnet Ip Addr] - mask
This property is required. str
- ip
Addrs This property is required. List<Property Map> - mask
This property is required. String
GetWafapplicationsignatureproviderSignatureExcludeListClientSubnetIpAddr
GetWafapplicationsignatureproviderSignatureExcludeListMatchElementCriteria
- match_
case This property is required. str - match_
op This property is required. str
GetWafapplicationsignatureproviderSignatureExcludeListUriMatchCriteria
- match_
case This property is required. str - match_
op This property is required. str
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.
- –>
- layout: “avi”
- page_title: “AVI: avi.Wafapplicationsignatureprovider” sidebar_current: “docs-avi-datasource-wafapplicationsignatureprovider” description: |- Get information of Avi WafApplicationSignatureProvider.
- Example Usage
- Using getWafapplicationsignatureprovider
- getWafapplicationsignatureprovider Result
- Supporting Types
- Package Details