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",
});
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 string
- Last
Changed stringRuleset Version - Number
Of stringRules
- Application string
- Last
Changed stringRuleset Version - Number
Of stringRules
- application String
- last
Changed StringRuleset Version - number
Of StringRules
- application string
- last
Changed stringRuleset Version - number
Of stringRules
- application String
- last
Changed StringRuleset Version - number
Of StringRules
GetWafapplicationsignatureproviderConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetWafapplicationsignatureproviderServiceStatus
GetWafapplicationsignatureproviderServiceStatusLastSuccessfulUpdateCheck
GetWafapplicationsignatureproviderServiceStatusUpstreamSyncTimestamp
GetWafapplicationsignatureproviderSignature
- Enable string
- Exclude
Lists List<GetWafapplicationsignatureprovider Signature Exclude List> - Index string
- Is
Sensitive string - Mode string
- Name string
- Search WafApplicationSignatureProvider by name.
- Paranoia
Level string - Phase string
- Rule string
- Rule
Id string - List<string>
- Enable string
- Exclude
Lists []GetWafapplicationsignatureprovider Signature Exclude List - Index string
- Is
Sensitive string - Mode string
- Name string
- Search WafApplicationSignatureProvider by name.
- Paranoia
Level string - Phase string
- Rule string
- Rule
Id string - []string
- enable String
- exclude
Lists List<GetWafapplicationsignatureprovider Signature Exclude List> - index String
- is
Sensitive String - mode String
- name String
- Search WafApplicationSignatureProvider by name.
- paranoia
Level String - phase String
- rule String
- rule
Id String - List<String>
- enable string
- exclude
Lists GetWafapplicationsignatureprovider Signature Exclude List[] - index string
- is
Sensitive string - mode string
- name string
- Search WafApplicationSignatureProvider by name.
- paranoia
Level string - phase string
- rule string
- rule
Id string - string[]
- enable str
- exclude_
lists Sequence[GetWafapplicationsignatureprovider Signature Exclude List] - index str
- is_
sensitive str - mode str
- name str
- Search WafApplicationSignatureProvider by name.
- paranoia_
level str - phase str
- rule str
- rule_
id str - Sequence[str]
- enable String
- exclude
Lists List<Property Map> - index String
- is
Sensitive String - mode String
- name String
- Search WafApplicationSignatureProvider by name.
- paranoia
Level String - phase String
- rule String
- rule
Id String - List<String>
GetWafapplicationsignatureproviderSignatureExcludeList
- Client
Subnets List<GetWafapplicationsignatureprovider Signature Exclude List Client Subnet> - Description string
- Match
Element string - Match
Element List<GetCriterias Wafapplicationsignatureprovider Signature Exclude List Match Element Criteria> - Uri
Match List<GetCriterias Wafapplicationsignatureprovider Signature Exclude List Uri Match Criteria> - Uri
Path string
- Client
Subnets []GetWafapplicationsignatureprovider Signature Exclude List Client Subnet - Description string
- Match
Element string - Match
Element []GetCriterias Wafapplicationsignatureprovider Signature Exclude List Match Element Criteria - Uri
Match []GetCriterias Wafapplicationsignatureprovider Signature Exclude List Uri Match Criteria - Uri
Path string
- client
Subnets List<GetWafapplicationsignatureprovider Signature Exclude List Client Subnet> - description String
- match
Element String - match
Element List<GetCriterias Wafapplicationsignatureprovider Signature Exclude List Match Element Criteria> - uri
Match List<GetCriterias Wafapplicationsignatureprovider Signature Exclude List Uri Match Criteria> - uri
Path String
- client
Subnets GetWafapplicationsignatureprovider Signature Exclude List Client Subnet[] - description string
- match
Element string - match
Element GetCriterias Wafapplicationsignatureprovider Signature Exclude List Match Element Criteria[] - uri
Match GetCriterias Wafapplicationsignatureprovider Signature Exclude List Uri Match Criteria[] - uri
Path string
- client_
subnets Sequence[GetWafapplicationsignatureprovider Signature Exclude List Client Subnet] - description str
- match_
element str - match_
element_ Sequence[Getcriterias Wafapplicationsignatureprovider Signature Exclude List Match Element Criteria] - uri_
match_ Sequence[Getcriterias Wafapplicationsignatureprovider Signature Exclude List Uri Match Criteria] - uri_
path str
GetWafapplicationsignatureproviderSignatureExcludeListClientSubnet
- ip
Addrs List<Property Map> - mask String
GetWafapplicationsignatureproviderSignatureExcludeListClientSubnetIpAddr
GetWafapplicationsignatureproviderSignatureExcludeListMatchElementCriteria
- match_
case str - match_
op str
GetWafapplicationsignatureproviderSignatureExcludeListUriMatchCriteria
- match_
case str - match_
op str
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.