Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI:<span pulumi-lang-nodejs=” avi.Httppolicyset"" pulumi-lang-dotnet=" avi.Httppolicyset"" pulumi-lang-go=" Httppolicyset"" pulumi-lang-python=" Httppolicyset"" pulumi-lang-yaml=" avi.Httppolicyset"" pulumi-lang-java=" avi.Httppolicyset""> avi.Httppolicyset" sidebar_current: “docs-avi-datasource-httppolicyset” description: |- Get information of Avi HTTPPolicySet.
# avi.Httppolicyset This data source is used to to get avi.Httppolicyset objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooHttppolicyset = avi.getHttppolicyset({
uuid: "httppolicyset-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
});
import pulumi
import pulumi_avi as avi
foo_httppolicyset = avi.get_httppolicyset(uuid="httppolicyset-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo")
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.LookupHttppolicyset(ctx, &avi.LookupHttppolicysetArgs{
Uuid: pulumi.StringRef("httppolicyset-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
}, 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 fooHttppolicyset = Avi.GetHttppolicyset.Invoke(new()
{
Uuid = "httppolicyset-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
});
});
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.GetHttppolicysetArgs;
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 fooHttppolicyset = AviFunctions.getHttppolicyset(GetHttppolicysetArgs.builder()
.uuid("httppolicyset-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.build());
}
}
variables:
fooHttppolicyset:
fn::invoke:
function: avi:getHttppolicyset
arguments:
uuid: httppolicyset-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
Using getHttppolicyset
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 getHttppolicyset(args: GetHttppolicysetArgs, opts?: InvokeOptions): Promise<GetHttppolicysetResult>
function getHttppolicysetOutput(args: GetHttppolicysetOutputArgs, opts?: InvokeOptions): Output<GetHttppolicysetResult>def get_httppolicyset(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHttppolicysetResult
def get_httppolicyset_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[GetHttppolicysetResult]func LookupHttppolicyset(ctx *Context, args *LookupHttppolicysetArgs, opts ...InvokeOption) (*LookupHttppolicysetResult, error)
func LookupHttppolicysetOutput(ctx *Context, args *LookupHttppolicysetOutputArgs, opts ...InvokeOption) LookupHttppolicysetResultOutput> Note: This function is named LookupHttppolicyset in the Go SDK.
public static class GetHttppolicyset
{
public static Task<GetHttppolicysetResult> InvokeAsync(GetHttppolicysetArgs args, InvokeOptions? opts = null)
public static Output<GetHttppolicysetResult> Invoke(GetHttppolicysetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHttppolicysetResult> getHttppolicyset(GetHttppolicysetArgs args, InvokeOptions options)
public static Output<GetHttppolicysetResult> getHttppolicyset(GetHttppolicysetArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getHttppolicyset:getHttppolicyset
arguments:
# arguments dictionaryThe following arguments are supported:
- id str
- name str
- Search HTTPPolicySet by name.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search HTTPPolicySet by uuid.
getHttppolicyset Result
The following output properties are available:
- Cloud
Config stringCksum - Checksum of cloud configuration for pool. Internally set by cloud connector. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes List<GetHttppolicyset 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.
- Created
By string - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Geo
Db stringRef - Geo database. It is a reference to an object of type geodb. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http
Request List<GetPolicies Httppolicyset Http Request Policy> - Http request policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Http
Response List<GetPolicies Httppolicyset Http Response Policy> - Http response policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Http
Security List<GetPolicies Httppolicyset Http Security Policy> - Http security policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Ip
Reputation stringDb Ref - Ip reputation database. It is a reference to an object of type ipreputationdb. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Is
Internal stringPolicy - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
List<Get
Httppolicyset Marker> - 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.
- Name string
- Name of the http policy set. 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the http policy set. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Cloud
Config stringCksum - Checksum of cloud configuration for pool. Internally set by cloud connector. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Configpb
Attributes []GetHttppolicyset 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.
- Created
By string - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Geo
Db stringRef - Geo database. It is a reference to an object of type geodb. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Http
Request []GetPolicies Httppolicyset Http Request Policy - Http request policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Http
Response []GetPolicies Httppolicyset Http Response Policy - Http response policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Http
Security []GetPolicies Httppolicyset Http Security Policy - Http security policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Id string
- Ip
Reputation stringDb Ref - Ip reputation database. It is a reference to an object of type ipreputationdb. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Is
Internal stringPolicy - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
[]Get
Httppolicyset Marker - 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.
- Name string
- Name of the http policy set. 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the http policy set. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Config StringCksum - Checksum of cloud configuration for pool. Internally set by cloud connector. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes List<GetHttppolicyset 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.
- created
By String - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- geo
Db StringRef - Geo database. It is a reference to an object of type geodb. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http
Request List<GetPolicies Httppolicyset Http Request Policy> - Http request policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http
Response List<GetPolicies Httppolicyset Http Response Policy> - Http response policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http
Security List<GetPolicies Httppolicyset Http Security Policy> - Http security policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- ip
Reputation StringDb Ref - Ip reputation database. It is a reference to an object of type ipreputationdb. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Internal StringPolicy - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
List<Get
Httppolicyset Marker> - 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.
- name String
- Name of the http policy set. 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the http policy set. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Config stringCksum - Checksum of cloud configuration for pool. Internally set by cloud connector. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb
Attributes GetHttppolicyset 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.
- created
By string - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- geo
Db stringRef - Geo database. It is a reference to an object of type geodb. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http
Request GetPolicies Httppolicyset Http Request Policy[] - Http request policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http
Response GetPolicies Httppolicyset Http Response Policy[] - Http response policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http
Security GetPolicies Httppolicyset Http Security Policy[] - Http security policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id string
- ip
Reputation stringDb Ref - Ip reputation database. It is a reference to an object of type ipreputationdb. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Internal stringPolicy - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Get
Httppolicyset Marker[] - 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.
- name string
- Name of the http policy set. 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Uuid of the http policy set. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud_
config_ strcksum - Checksum of cloud configuration for pool. Internally set by cloud connector. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetHttppolicyset 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.
- created_
by str - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- geo_
db_ strref - Geo database. It is a reference to an object of type geodb. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http_
request_ Sequence[Getpolicies Httppolicyset Http Request Policy] - Http request policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http_
response_ Sequence[Getpolicies Httppolicyset Http Response Policy] - Http response policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http_
security_ Sequence[Getpolicies Httppolicyset Http Security Policy] - Http security policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id str
- ip_
reputation_ strdb_ ref - Ip reputation database. It is a reference to an object of type ipreputationdb. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- is_
internal_ strpolicy - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Sequence[Get
Httppolicyset Marker] - 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.
- name str
- Name of the http policy set. 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Uuid of the http policy set. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- cloud
Config StringCksum - Checksum of cloud configuration for pool. Internally set by cloud connector. 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.
- created
By String - Creator name. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- description String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- geo
Db StringRef - Geo database. It is a reference to an object of type geodb. Field introduced in 21.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- http
Request List<Property Map>Policies - Http request policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http
Response List<Property Map>Policies - Http response policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- http
Security List<Property Map>Policies - Http security policy for the virtual service. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- id String
- ip
Reputation StringDb Ref - Ip reputation database. It is a reference to an object of type ipreputationdb. Field introduced in 20.1.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- is
Internal StringPolicy - 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.
- name String
- Name of the http policy set. 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. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the http policy set. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetHttppolicysetConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetHttppolicysetHttpRequestPolicy
GetHttppolicysetHttpRequestPolicyRule
- All
Headers string - Enable string
- Hdr
Actions List<GetHttppolicyset Http Request Policy Rule Hdr Action> - Index string
- Log string
- Matches
List<Get
Httppolicyset Http Request Policy Rule Match> - Name string
- Search HTTPPolicySet by name.
- Redirect
Actions List<GetHttppolicyset Http Request Policy Rule Redirect Action> - Rewrite
Url List<GetActions Httppolicyset Http Request Policy Rule Rewrite Url Action> - Switching
Actions List<GetHttppolicyset Http Request Policy Rule Switching Action>
- All
Headers string - Enable string
- Hdr
Actions []GetHttppolicyset Http Request Policy Rule Hdr Action - Index string
- Log string
- Matches
[]Get
Httppolicyset Http Request Policy Rule Match - Name string
- Search HTTPPolicySet by name.
- Redirect
Actions []GetHttppolicyset Http Request Policy Rule Redirect Action - Rewrite
Url []GetActions Httppolicyset Http Request Policy Rule Rewrite Url Action - Switching
Actions []GetHttppolicyset Http Request Policy Rule Switching Action
- all
Headers String - enable String
- hdr
Actions List<GetHttppolicyset Http Request Policy Rule Hdr Action> - index String
- log String
- matches
List<Get
Httppolicyset Http Request Policy Rule Match> - name String
- Search HTTPPolicySet by name.
- redirect
Actions List<GetHttppolicyset Http Request Policy Rule Redirect Action> - rewrite
Url List<GetActions Httppolicyset Http Request Policy Rule Rewrite Url Action> - switching
Actions List<GetHttppolicyset Http Request Policy Rule Switching Action>
- all
Headers string - enable string
- hdr
Actions GetHttppolicyset Http Request Policy Rule Hdr Action[] - index string
- log string
- matches
Get
Httppolicyset Http Request Policy Rule Match[] - name string
- Search HTTPPolicySet by name.
- redirect
Actions GetHttppolicyset Http Request Policy Rule Redirect Action[] - rewrite
Url GetActions Httppolicyset Http Request Policy Rule Rewrite Url Action[] - switching
Actions GetHttppolicyset Http Request Policy Rule Switching Action[]
- all_
headers str - enable str
- hdr_
actions Sequence[GetHttppolicyset Http Request Policy Rule Hdr Action] - index str
- log str
- matches
Sequence[Get
Httppolicyset Http Request Policy Rule Match] - name str
- Search HTTPPolicySet by name.
- redirect_
actions Sequence[GetHttppolicyset Http Request Policy Rule Redirect Action] - rewrite_
url_ Sequence[Getactions Httppolicyset Http Request Policy Rule Rewrite Url Action] - switching_
actions Sequence[GetHttppolicyset Http Request Policy Rule Switching Action]
- all
Headers String - enable String
- hdr
Actions List<Property Map> - index String
- log String
- matches List<Property Map>
- name String
- Search HTTPPolicySet by name.
- redirect
Actions List<Property Map> - rewrite
Url List<Property Map>Actions - switching
Actions List<Property Map>
GetHttppolicysetHttpRequestPolicyRuleHdrAction
- action String
- List<Property Map>
- hdr
Index String - hdrs List<Property Map>
GetHttppolicysetHttpRequestPolicyRuleHdrActionCookie
GetHttppolicysetHttpRequestPolicyRuleHdrActionHdr
- Name string
- Search HTTPPolicySet by name.
- Values
List<Get
Httppolicyset Http Request Policy Rule Hdr Action Hdr Value>
- Name string
- Search HTTPPolicySet by name.
- Values
[]Get
Httppolicyset Http Request Policy Rule Hdr Action Hdr Value
- name String
- Search HTTPPolicySet by name.
- values
List<Get
Httppolicyset Http Request Policy Rule Hdr Action Hdr Value>
- name string
- Search HTTPPolicySet by name.
- values
Get
Httppolicyset Http Request Policy Rule Hdr Action Hdr Value[]
- name str
- Search HTTPPolicySet by name.
- values
Sequence[Get
Httppolicyset Http Request Policy Rule Hdr Action Hdr Value]
- name String
- Search HTTPPolicySet by name.
- values List<Property Map>
GetHttppolicysetHttpRequestPolicyRuleHdrActionHdrValue
- Is
Sensitive string - Val string
- Var string
- Is
Sensitive string - Val string
- Var string
- is
Sensitive String - val String
- var_ String
- is
Sensitive string - val string
- var string
- is_
sensitive str - val str
- var str
- is
Sensitive String - val String
- var String
GetHttppolicysetHttpRequestPolicyRuleMatch
- Bot
Detection List<GetResults Httppolicyset Http Request Policy Rule Match Bot Detection Result> - Client
Ips List<GetHttppolicyset Http Request Policy Rule Match Client Ip> -
List<Get
Httppolicyset Http Request Policy Rule Match Cookie> - Geo
Matches List<GetHttppolicyset Http Request Policy Rule Match Geo Match> - Hdrs
List<Get
Httppolicyset Http Request Policy Rule Match Hdr> - Host
Hdrs List<GetHttppolicyset Http Request Policy Rule Match Host Hdr> - Ip
Reputation List<GetTypes Httppolicyset Http Request Policy Rule Match Ip Reputation Type> - Methods
List<Get
Httppolicyset Http Request Policy Rule Match Method> - Paths
List<Get
Httppolicyset Http Request Policy Rule Match Path> - Protocols
List<Get
Httppolicyset Http Request Policy Rule Match Protocol> - Queries
List<Get
Httppolicyset Http Request Policy Rule Match Query> - Source
Ips List<GetHttppolicyset Http Request Policy Rule Match Source Ip> - Tls
Fingerprint List<GetMatches Httppolicyset Http Request Policy Rule Match Tls Fingerprint Match> - Versions
List<Get
Httppolicyset Http Request Policy Rule Match Version> - Vs
Ports List<GetHttppolicyset Http Request Policy Rule Match Vs Port>
- Bot
Detection []GetResults Httppolicyset Http Request Policy Rule Match Bot Detection Result - Client
Ips []GetHttppolicyset Http Request Policy Rule Match Client Ip -
[]Get
Httppolicyset Http Request Policy Rule Match Cookie - Geo
Matches []GetHttppolicyset Http Request Policy Rule Match Geo Match - Hdrs
[]Get
Httppolicyset Http Request Policy Rule Match Hdr - Host
Hdrs []GetHttppolicyset Http Request Policy Rule Match Host Hdr - Ip
Reputation []GetTypes Httppolicyset Http Request Policy Rule Match Ip Reputation Type - Methods
[]Get
Httppolicyset Http Request Policy Rule Match Method - Paths
[]Get
Httppolicyset Http Request Policy Rule Match Path - Protocols
[]Get
Httppolicyset Http Request Policy Rule Match Protocol - Queries
[]Get
Httppolicyset Http Request Policy Rule Match Query - Source
Ips []GetHttppolicyset Http Request Policy Rule Match Source Ip - Tls
Fingerprint []GetMatches Httppolicyset Http Request Policy Rule Match Tls Fingerprint Match - Versions
[]Get
Httppolicyset Http Request Policy Rule Match Version - Vs
Ports []GetHttppolicyset Http Request Policy Rule Match Vs Port
- bot
Detection List<GetResults Httppolicyset Http Request Policy Rule Match Bot Detection Result> - client
Ips List<GetHttppolicyset Http Request Policy Rule Match Client Ip> -
List<Get
Httppolicyset Http Request Policy Rule Match Cookie> - geo
Matches List<GetHttppolicyset Http Request Policy Rule Match Geo Match> - hdrs
List<Get
Httppolicyset Http Request Policy Rule Match Hdr> - host
Hdrs List<GetHttppolicyset Http Request Policy Rule Match Host Hdr> - ip
Reputation List<GetTypes Httppolicyset Http Request Policy Rule Match Ip Reputation Type> - methods
List<Get
Httppolicyset Http Request Policy Rule Match Method> - paths
List<Get
Httppolicyset Http Request Policy Rule Match Path> - protocols
List<Get
Httppolicyset Http Request Policy Rule Match Protocol> - queries
List<Get
Httppolicyset Http Request Policy Rule Match Query> - source
Ips List<GetHttppolicyset Http Request Policy Rule Match Source Ip> - tls
Fingerprint List<GetMatches Httppolicyset Http Request Policy Rule Match Tls Fingerprint Match> - versions
List<Get
Httppolicyset Http Request Policy Rule Match Version> - vs
Ports List<GetHttppolicyset Http Request Policy Rule Match Vs Port>
- bot
Detection GetResults Httppolicyset Http Request Policy Rule Match Bot Detection Result[] - client
Ips GetHttppolicyset Http Request Policy Rule Match Client Ip[] -
Get
Httppolicyset Http Request Policy Rule Match Cookie[] - geo
Matches GetHttppolicyset Http Request Policy Rule Match Geo Match[] - hdrs
Get
Httppolicyset Http Request Policy Rule Match Hdr[] - host
Hdrs GetHttppolicyset Http Request Policy Rule Match Host Hdr[] - ip
Reputation GetTypes Httppolicyset Http Request Policy Rule Match Ip Reputation Type[] - methods
Get
Httppolicyset Http Request Policy Rule Match Method[] - paths
Get
Httppolicyset Http Request Policy Rule Match Path[] - protocols
Get
Httppolicyset Http Request Policy Rule Match Protocol[] - queries
Get
Httppolicyset Http Request Policy Rule Match Query[] - source
Ips GetHttppolicyset Http Request Policy Rule Match Source Ip[] - tls
Fingerprint GetMatches Httppolicyset Http Request Policy Rule Match Tls Fingerprint Match[] - versions
Get
Httppolicyset Http Request Policy Rule Match Version[] - vs
Ports GetHttppolicyset Http Request Policy Rule Match Vs Port[]
- bot_
detection_ Sequence[Getresults Httppolicyset Http Request Policy Rule Match Bot Detection Result] - client_
ips Sequence[GetHttppolicyset Http Request Policy Rule Match Client Ip] -
Sequence[Get
Httppolicyset Http Request Policy Rule Match Cookie] - geo_
matches Sequence[GetHttppolicyset Http Request Policy Rule Match Geo Match] - hdrs
Sequence[Get
Httppolicyset Http Request Policy Rule Match Hdr] - host_
hdrs Sequence[GetHttppolicyset Http Request Policy Rule Match Host Hdr] - ip_
reputation_ Sequence[Gettypes Httppolicyset Http Request Policy Rule Match Ip Reputation Type] - methods
Sequence[Get
Httppolicyset Http Request Policy Rule Match Method] - paths
Sequence[Get
Httppolicyset Http Request Policy Rule Match Path] - protocols
Sequence[Get
Httppolicyset Http Request Policy Rule Match Protocol] - queries
Sequence[Get
Httppolicyset Http Request Policy Rule Match Query] - source_
ips Sequence[GetHttppolicyset Http Request Policy Rule Match Source Ip] - tls_
fingerprint_ Sequence[Getmatches Httppolicyset Http Request Policy Rule Match Tls Fingerprint Match] - versions
Sequence[Get
Httppolicyset Http Request Policy Rule Match Version] - vs_
ports Sequence[GetHttppolicyset Http Request Policy Rule Match Vs Port]
- bot
Detection List<Property Map>Results - client
Ips List<Property Map> - List<Property Map>
- geo
Matches List<Property Map> - hdrs List<Property Map>
- host
Hdrs List<Property Map> - ip
Reputation List<Property Map>Types - methods List<Property Map>
- paths List<Property Map>
- protocols List<Property Map>
- queries List<Property Map>
- source
Ips List<Property Map> - tls
Fingerprint List<Property Map>Matches - versions List<Property Map>
- vs
Ports List<Property Map>
GetHttppolicysetHttpRequestPolicyRuleMatchBotDetectionResult
GetHttppolicysetHttpRequestPolicyRuleMatchBotDetectionResultClassification
- Type string
- User
Defined stringType
- Type string
- User
Defined stringType
- type String
- user
Defined StringType
- type string
- user
Defined stringType
- type str
- user_
defined_ strtype
- type String
- user
Defined StringType
GetHttppolicysetHttpRequestPolicyRuleMatchClientIp
GetHttppolicysetHttpRequestPolicyRuleMatchClientIpAddr
GetHttppolicysetHttpRequestPolicyRuleMatchClientIpPrefix
- ip
Addrs List<Property Map> - mask String
GetHttppolicysetHttpRequestPolicyRuleMatchClientIpPrefixIpAddr
GetHttppolicysetHttpRequestPolicyRuleMatchClientIpRange
GetHttppolicysetHttpRequestPolicyRuleMatchClientIpRangeBegin
GetHttppolicysetHttpRequestPolicyRuleMatchClientIpRangeEnd
GetHttppolicysetHttpRequestPolicyRuleMatchCookie
- Match
Case string - Match
Criteria string - Name string
- Search HTTPPolicySet by name.
- Value string
- Match
Case string - Match
Criteria string - Name string
- Search HTTPPolicySet by name.
- Value string
- match
Case String - match
Criteria String - name String
- Search HTTPPolicySet by name.
- value String
- match
Case string - match
Criteria string - name string
- Search HTTPPolicySet by name.
- value string
- match_
case str - match_
criteria str - name str
- Search HTTPPolicySet by name.
- value str
- match
Case String - match
Criteria String - name String
- Search HTTPPolicySet by name.
- value String
GetHttppolicysetHttpRequestPolicyRuleMatchGeoMatch
- Attribute string
- Match
Operation string - Values List<string>
- Attribute string
- Match
Operation string - Values []string
- attribute String
- match
Operation String - values List<String>
- attribute string
- match
Operation string - values string[]
- attribute str
- match_
operation str - values Sequence[str]
- attribute String
- match
Operation String - values List<String>
GetHttppolicysetHttpRequestPolicyRuleMatchHdr
- Hdr string
- Match
Case string - Match
Criteria string - String
Group List<string>Refs - Values List<string>
- Hdr string
- Match
Case string - Match
Criteria string - String
Group []stringRefs - Values []string
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
- hdr string
- match
Case string - match
Criteria string - string
Group string[]Refs - values string[]
- hdr str
- match_
case str - match_
criteria str - string_
group_ Sequence[str]refs - values Sequence[str]
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
GetHttppolicysetHttpRequestPolicyRuleMatchHostHdr
- Match
Case string - Match
Criteria string - Values List<string>
- Match
Case string - Match
Criteria string - Values []string
- match
Case String - match
Criteria String - values List<String>
- match
Case string - match
Criteria string - values string[]
- match_
case str - match_
criteria str - values Sequence[str]
- match
Case String - match
Criteria String - values List<String>
GetHttppolicysetHttpRequestPolicyRuleMatchIpReputationType
- Match
Operation string - Reputation
Types List<string>
- Match
Operation string - Reputation
Types []string
- match
Operation String - reputation
Types List<String>
- match
Operation string - reputation
Types string[]
- match_
operation str - reputation_
types Sequence[str]
- match
Operation String - reputation
Types List<String>
GetHttppolicysetHttpRequestPolicyRuleMatchMethod
- Match
Criteria string - Methods List<string>
- Match
Criteria string - Methods []string
- match
Criteria String - methods List<String>
- match
Criteria string - methods string[]
- match_
criteria str - methods Sequence[str]
- match
Criteria String - methods List<String>
GetHttppolicysetHttpRequestPolicyRuleMatchPath
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs List<string> - String
Group List<string>Refs
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs []string - String
Group []stringRefs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
- match
Case string - match
Criteria string - match
Decoded stringString - match
Strs string[] - string
Group string[]Refs
- match_
case str - match_
criteria str - match_
decoded_ strstring - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
GetHttppolicysetHttpRequestPolicyRuleMatchProtocol
- Match
Criteria string - Protocols string
- Match
Criteria string - Protocols string
- match
Criteria String - protocols String
- match
Criteria string - protocols string
- match_
criteria str - protocols str
- match
Criteria String - protocols String
GetHttppolicysetHttpRequestPolicyRuleMatchQuery
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs List<string> - String
Group List<string>Refs
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs []string - String
Group []stringRefs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
- match
Case string - match
Criteria string - match
Decoded stringString - match
Strs string[] - string
Group string[]Refs
- match_
case str - match_
criteria str - match_
decoded_ strstring - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
GetHttppolicysetHttpRequestPolicyRuleMatchSourceIp
GetHttppolicysetHttpRequestPolicyRuleMatchSourceIpAddr
GetHttppolicysetHttpRequestPolicyRuleMatchSourceIpPrefix
- ip
Addrs List<Property Map> - mask String
GetHttppolicysetHttpRequestPolicyRuleMatchSourceIpPrefixIpAddr
GetHttppolicysetHttpRequestPolicyRuleMatchSourceIpRange
GetHttppolicysetHttpRequestPolicyRuleMatchSourceIpRangeBegin
GetHttppolicysetHttpRequestPolicyRuleMatchSourceIpRangeEnd
GetHttppolicysetHttpRequestPolicyRuleMatchTlsFingerprintMatch
- Fingerprints List<string>
- Match
Operation string - String
Group List<string>Refs
- Fingerprints []string
- Match
Operation string - String
Group []stringRefs
- fingerprints List<String>
- match
Operation String - string
Group List<String>Refs
- fingerprints string[]
- match
Operation string - string
Group string[]Refs
- fingerprints Sequence[str]
- match_
operation str - string_
group_ Sequence[str]refs
- fingerprints List<String>
- match
Operation String - string
Group List<String>Refs
GetHttppolicysetHttpRequestPolicyRuleMatchVersion
- Match
Criteria string - Versions List<string>
- Match
Criteria string - Versions []string
- match
Criteria String - versions List<String>
- match
Criteria string - versions string[]
- match_
criteria str - versions Sequence[str]
- match
Criteria String - versions List<String>
GetHttppolicysetHttpRequestPolicyRuleMatchVsPort
- Match
Criteria string - Ports List<double>
- Match
Criteria string - Ports []float64
- match
Criteria String - ports List<Double>
- match
Criteria string - ports number[]
- match_
criteria str - ports Sequence[float]
- match
Criteria String - ports List<Number>
GetHttppolicysetHttpRequestPolicyRuleRedirectAction
- add
String String - hosts List<Property Map>
- keep
Query String - paths List<Property Map>
- port String
- protocol String
- status
Code String
GetHttppolicysetHttpRequestPolicyRuleRedirectActionHost
- tokens List<Property Map>
- type String
GetHttppolicysetHttpRequestPolicyRuleRedirectActionHostToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpRequestPolicyRuleRedirectActionPath
- tokens List<Property Map>
- type String
GetHttppolicysetHttpRequestPolicyRuleRedirectActionPathToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpRequestPolicyRuleRewriteUrlAction
GetHttppolicysetHttpRequestPolicyRuleRewriteUrlActionHostHdr
- tokens List<Property Map>
- type String
GetHttppolicysetHttpRequestPolicyRuleRewriteUrlActionHostHdrToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpRequestPolicyRuleRewriteUrlActionPath
- tokens List<Property Map>
- type String
GetHttppolicysetHttpRequestPolicyRuleRewriteUrlActionPathToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpRequestPolicyRuleRewriteUrlActionQuery
- add_
string str - keep_
query str
GetHttppolicysetHttpRequestPolicyRuleSwitchingAction
- action String
- files List<Property Map>
- other
Status StringCode - pool
Group StringRef - pool
Ref String - servers List<Property Map>
- status
Code String
GetHttppolicysetHttpRequestPolicyRuleSwitchingActionFile
- Content
Type string - File
Content string - File
Length string
- Content
Type string - File
Content string - File
Length string
- content
Type String - file
Content String - file
Length String
- content
Type string - file
Content string - file
Length string
- content_
type str - file_
content str - file_
length str
- content
Type String - file
Content String - file
Length String
GetHttppolicysetHttpRequestPolicyRuleSwitchingActionServer
- hostname String
- ips List<Property Map>
- port String
GetHttppolicysetHttpRequestPolicyRuleSwitchingActionServerIp
GetHttppolicysetHttpResponsePolicy
GetHttppolicysetHttpResponsePolicyRule
- All
Headers string - Enable string
- Hdr
Actions List<GetHttppolicyset Http Response Policy Rule Hdr Action> - Index string
- Loc
Hdr List<GetActions Httppolicyset Http Response Policy Rule Loc Hdr Action> - Log string
- Matches
List<Get
Httppolicyset Http Response Policy Rule Match> - Name string
- Search HTTPPolicySet by name.
- All
Headers string - Enable string
- Hdr
Actions []GetHttppolicyset Http Response Policy Rule Hdr Action - Index string
- Loc
Hdr []GetActions Httppolicyset Http Response Policy Rule Loc Hdr Action - Log string
- Matches
[]Get
Httppolicyset Http Response Policy Rule Match - Name string
- Search HTTPPolicySet by name.
- all
Headers String - enable String
- hdr
Actions List<GetHttppolicyset Http Response Policy Rule Hdr Action> - index String
- loc
Hdr List<GetActions Httppolicyset Http Response Policy Rule Loc Hdr Action> - log String
- matches
List<Get
Httppolicyset Http Response Policy Rule Match> - name String
- Search HTTPPolicySet by name.
- all
Headers string - enable string
- hdr
Actions GetHttppolicyset Http Response Policy Rule Hdr Action[] - index string
- loc
Hdr GetActions Httppolicyset Http Response Policy Rule Loc Hdr Action[] - log string
- matches
Get
Httppolicyset Http Response Policy Rule Match[] - name string
- Search HTTPPolicySet by name.
- all
Headers String - enable String
- hdr
Actions List<Property Map> - index String
- loc
Hdr List<Property Map>Actions - log String
- matches List<Property Map>
- name String
- Search HTTPPolicySet by name.
GetHttppolicysetHttpResponsePolicyRuleHdrAction
- action String
- List<Property Map>
- hdr
Index String - hdrs List<Property Map>
GetHttppolicysetHttpResponsePolicyRuleHdrActionCookie
GetHttppolicysetHttpResponsePolicyRuleHdrActionHdr
- Name string
- Search HTTPPolicySet by name.
- Values
List<Get
Httppolicyset Http Response Policy Rule Hdr Action Hdr Value>
- Name string
- Search HTTPPolicySet by name.
- Values
[]Get
Httppolicyset Http Response Policy Rule Hdr Action Hdr Value
- name String
- Search HTTPPolicySet by name.
- values
List<Get
Httppolicyset Http Response Policy Rule Hdr Action Hdr Value>
- name string
- Search HTTPPolicySet by name.
- values
Get
Httppolicyset Http Response Policy Rule Hdr Action Hdr Value[]
- name str
- Search HTTPPolicySet by name.
- values
Sequence[Get
Httppolicyset Http Response Policy Rule Hdr Action Hdr Value]
- name String
- Search HTTPPolicySet by name.
- values List<Property Map>
GetHttppolicysetHttpResponsePolicyRuleHdrActionHdrValue
- Is
Sensitive string - Val string
- Var string
- Is
Sensitive string - Val string
- Var string
- is
Sensitive String - val String
- var_ String
- is
Sensitive string - val string
- var string
- is_
sensitive str - val str
- var str
- is
Sensitive String - val String
- var String
GetHttppolicysetHttpResponsePolicyRuleLocHdrAction
- hosts List<Property Map>
- keep
Query String - paths List<Property Map>
- port String
- protocol String
GetHttppolicysetHttpResponsePolicyRuleLocHdrActionHost
- tokens List<Property Map>
- type String
GetHttppolicysetHttpResponsePolicyRuleLocHdrActionHostToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpResponsePolicyRuleLocHdrActionPath
- tokens List<Property Map>
- type String
GetHttppolicysetHttpResponsePolicyRuleLocHdrActionPathToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpResponsePolicyRuleMatch
- Client
Ips List<GetHttppolicyset Http Response Policy Rule Match Client Ip> -
List<Get
Httppolicyset Http Response Policy Rule Match Cookie> - Hdrs
List<Get
Httppolicyset Http Response Policy Rule Match Hdr> - Host
Hdrs List<GetHttppolicyset Http Response Policy Rule Match Host Hdr> - Loc
Hdrs List<GetHttppolicyset Http Response Policy Rule Match Loc Hdr> - Methods
List<Get
Httppolicyset Http Response Policy Rule Match Method> - Paths
List<Get
Httppolicyset Http Response Policy Rule Match Path> - Protocols
List<Get
Httppolicyset Http Response Policy Rule Match Protocol> - Queries
List<Get
Httppolicyset Http Response Policy Rule Match Query> - Rsp
Hdrs List<GetHttppolicyset Http Response Policy Rule Match Rsp Hdr> - Source
Ips List<GetHttppolicyset Http Response Policy Rule Match Source Ip> - Statuses
List<Get
Httppolicyset Http Response Policy Rule Match Status> - Versions
List<Get
Httppolicyset Http Response Policy Rule Match Version> - Vs
Ports List<GetHttppolicyset Http Response Policy Rule Match Vs Port>
- Client
Ips []GetHttppolicyset Http Response Policy Rule Match Client Ip -
[]Get
Httppolicyset Http Response Policy Rule Match Cookie - Hdrs
[]Get
Httppolicyset Http Response Policy Rule Match Hdr - Host
Hdrs []GetHttppolicyset Http Response Policy Rule Match Host Hdr - Loc
Hdrs []GetHttppolicyset Http Response Policy Rule Match Loc Hdr - Methods
[]Get
Httppolicyset Http Response Policy Rule Match Method - Paths
[]Get
Httppolicyset Http Response Policy Rule Match Path - Protocols
[]Get
Httppolicyset Http Response Policy Rule Match Protocol - Queries
[]Get
Httppolicyset Http Response Policy Rule Match Query - Rsp
Hdrs []GetHttppolicyset Http Response Policy Rule Match Rsp Hdr - Source
Ips []GetHttppolicyset Http Response Policy Rule Match Source Ip - Statuses
[]Get
Httppolicyset Http Response Policy Rule Match Status - Versions
[]Get
Httppolicyset Http Response Policy Rule Match Version - Vs
Ports []GetHttppolicyset Http Response Policy Rule Match Vs Port
- client
Ips List<GetHttppolicyset Http Response Policy Rule Match Client Ip> -
List<Get
Httppolicyset Http Response Policy Rule Match Cookie> - hdrs
List<Get
Httppolicyset Http Response Policy Rule Match Hdr> - host
Hdrs List<GetHttppolicyset Http Response Policy Rule Match Host Hdr> - loc
Hdrs List<GetHttppolicyset Http Response Policy Rule Match Loc Hdr> - methods
List<Get
Httppolicyset Http Response Policy Rule Match Method> - paths
List<Get
Httppolicyset Http Response Policy Rule Match Path> - protocols
List<Get
Httppolicyset Http Response Policy Rule Match Protocol> - queries
List<Get
Httppolicyset Http Response Policy Rule Match Query> - rsp
Hdrs List<GetHttppolicyset Http Response Policy Rule Match Rsp Hdr> - source
Ips List<GetHttppolicyset Http Response Policy Rule Match Source Ip> - statuses
List<Get
Httppolicyset Http Response Policy Rule Match Status> - versions
List<Get
Httppolicyset Http Response Policy Rule Match Version> - vs
Ports List<GetHttppolicyset Http Response Policy Rule Match Vs Port>
- client
Ips GetHttppolicyset Http Response Policy Rule Match Client Ip[] -
Get
Httppolicyset Http Response Policy Rule Match Cookie[] - hdrs
Get
Httppolicyset Http Response Policy Rule Match Hdr[] - host
Hdrs GetHttppolicyset Http Response Policy Rule Match Host Hdr[] - loc
Hdrs GetHttppolicyset Http Response Policy Rule Match Loc Hdr[] - methods
Get
Httppolicyset Http Response Policy Rule Match Method[] - paths
Get
Httppolicyset Http Response Policy Rule Match Path[] - protocols
Get
Httppolicyset Http Response Policy Rule Match Protocol[] - queries
Get
Httppolicyset Http Response Policy Rule Match Query[] - rsp
Hdrs GetHttppolicyset Http Response Policy Rule Match Rsp Hdr[] - source
Ips GetHttppolicyset Http Response Policy Rule Match Source Ip[] - statuses
Get
Httppolicyset Http Response Policy Rule Match Status[] - versions
Get
Httppolicyset Http Response Policy Rule Match Version[] - vs
Ports GetHttppolicyset Http Response Policy Rule Match Vs Port[]
- client_
ips Sequence[GetHttppolicyset Http Response Policy Rule Match Client Ip] -
Sequence[Get
Httppolicyset Http Response Policy Rule Match Cookie] - hdrs
Sequence[Get
Httppolicyset Http Response Policy Rule Match Hdr] - host_
hdrs Sequence[GetHttppolicyset Http Response Policy Rule Match Host Hdr] - loc_
hdrs Sequence[GetHttppolicyset Http Response Policy Rule Match Loc Hdr] - methods
Sequence[Get
Httppolicyset Http Response Policy Rule Match Method] - paths
Sequence[Get
Httppolicyset Http Response Policy Rule Match Path] - protocols
Sequence[Get
Httppolicyset Http Response Policy Rule Match Protocol] - queries
Sequence[Get
Httppolicyset Http Response Policy Rule Match Query] - rsp_
hdrs Sequence[GetHttppolicyset Http Response Policy Rule Match Rsp Hdr] - source_
ips Sequence[GetHttppolicyset Http Response Policy Rule Match Source Ip] - statuses
Sequence[Get
Httppolicyset Http Response Policy Rule Match Status] - versions
Sequence[Get
Httppolicyset Http Response Policy Rule Match Version] - vs_
ports Sequence[GetHttppolicyset Http Response Policy Rule Match Vs Port]
- client
Ips List<Property Map> - List<Property Map>
- hdrs List<Property Map>
- host
Hdrs List<Property Map> - loc
Hdrs List<Property Map> - methods List<Property Map>
- paths List<Property Map>
- protocols List<Property Map>
- queries List<Property Map>
- rsp
Hdrs List<Property Map> - source
Ips List<Property Map> - statuses List<Property Map>
- versions List<Property Map>
- vs
Ports List<Property Map>
GetHttppolicysetHttpResponsePolicyRuleMatchClientIp
GetHttppolicysetHttpResponsePolicyRuleMatchClientIpAddr
GetHttppolicysetHttpResponsePolicyRuleMatchClientIpPrefix
- ip
Addrs List<Property Map> - mask String
GetHttppolicysetHttpResponsePolicyRuleMatchClientIpPrefixIpAddr
GetHttppolicysetHttpResponsePolicyRuleMatchClientIpRange
GetHttppolicysetHttpResponsePolicyRuleMatchClientIpRangeBegin
GetHttppolicysetHttpResponsePolicyRuleMatchClientIpRangeEnd
GetHttppolicysetHttpResponsePolicyRuleMatchCookie
- Match
Case string - Match
Criteria string - Name string
- Search HTTPPolicySet by name.
- Value string
- Match
Case string - Match
Criteria string - Name string
- Search HTTPPolicySet by name.
- Value string
- match
Case String - match
Criteria String - name String
- Search HTTPPolicySet by name.
- value String
- match
Case string - match
Criteria string - name string
- Search HTTPPolicySet by name.
- value string
- match_
case str - match_
criteria str - name str
- Search HTTPPolicySet by name.
- value str
- match
Case String - match
Criteria String - name String
- Search HTTPPolicySet by name.
- value String
GetHttppolicysetHttpResponsePolicyRuleMatchHdr
- Hdr string
- Match
Case string - Match
Criteria string - String
Group List<string>Refs - Values List<string>
- Hdr string
- Match
Case string - Match
Criteria string - String
Group []stringRefs - Values []string
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
- hdr string
- match
Case string - match
Criteria string - string
Group string[]Refs - values string[]
- hdr str
- match_
case str - match_
criteria str - string_
group_ Sequence[str]refs - values Sequence[str]
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
GetHttppolicysetHttpResponsePolicyRuleMatchHostHdr
- Match
Case string - Match
Criteria string - Values List<string>
- Match
Case string - Match
Criteria string - Values []string
- match
Case String - match
Criteria String - values List<String>
- match
Case string - match
Criteria string - values string[]
- match_
case str - match_
criteria str - values Sequence[str]
- match
Case String - match
Criteria String - values List<String>
GetHttppolicysetHttpResponsePolicyRuleMatchLocHdr
- Match
Case string - Match
Criteria string - Values List<string>
- Match
Case string - Match
Criteria string - Values []string
- match
Case String - match
Criteria String - values List<String>
- match
Case string - match
Criteria string - values string[]
- match_
case str - match_
criteria str - values Sequence[str]
- match
Case String - match
Criteria String - values List<String>
GetHttppolicysetHttpResponsePolicyRuleMatchMethod
- Match
Criteria string - Methods List<string>
- Match
Criteria string - Methods []string
- match
Criteria String - methods List<String>
- match
Criteria string - methods string[]
- match_
criteria str - methods Sequence[str]
- match
Criteria String - methods List<String>
GetHttppolicysetHttpResponsePolicyRuleMatchPath
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs List<string> - String
Group List<string>Refs
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs []string - String
Group []stringRefs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
- match
Case string - match
Criteria string - match
Decoded stringString - match
Strs string[] - string
Group string[]Refs
- match_
case str - match_
criteria str - match_
decoded_ strstring - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
GetHttppolicysetHttpResponsePolicyRuleMatchProtocol
- Match
Criteria string - Protocols string
- Match
Criteria string - Protocols string
- match
Criteria String - protocols String
- match
Criteria string - protocols string
- match_
criteria str - protocols str
- match
Criteria String - protocols String
GetHttppolicysetHttpResponsePolicyRuleMatchQuery
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs List<string> - String
Group List<string>Refs
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs []string - String
Group []stringRefs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
- match
Case string - match
Criteria string - match
Decoded stringString - match
Strs string[] - string
Group string[]Refs
- match_
case str - match_
criteria str - match_
decoded_ strstring - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
GetHttppolicysetHttpResponsePolicyRuleMatchRspHdr
- Hdr string
- Match
Case string - Match
Criteria string - String
Group List<string>Refs - Values List<string>
- Hdr string
- Match
Case string - Match
Criteria string - String
Group []stringRefs - Values []string
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
- hdr string
- match
Case string - match
Criteria string - string
Group string[]Refs - values string[]
- hdr str
- match_
case str - match_
criteria str - string_
group_ Sequence[str]refs - values Sequence[str]
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
GetHttppolicysetHttpResponsePolicyRuleMatchSourceIp
GetHttppolicysetHttpResponsePolicyRuleMatchSourceIpAddr
GetHttppolicysetHttpResponsePolicyRuleMatchSourceIpPrefix
- ip
Addrs List<Property Map> - mask String
GetHttppolicysetHttpResponsePolicyRuleMatchSourceIpPrefixIpAddr
GetHttppolicysetHttpResponsePolicyRuleMatchSourceIpRange
GetHttppolicysetHttpResponsePolicyRuleMatchSourceIpRangeBegin
GetHttppolicysetHttpResponsePolicyRuleMatchSourceIpRangeEnd
GetHttppolicysetHttpResponsePolicyRuleMatchStatus
- match
Criteria String - ranges List<Property Map>
- status
Codes List<Number>
GetHttppolicysetHttpResponsePolicyRuleMatchStatusRange
GetHttppolicysetHttpResponsePolicyRuleMatchVersion
- Match
Criteria string - Versions List<string>
- Match
Criteria string - Versions []string
- match
Criteria String - versions List<String>
- match
Criteria string - versions string[]
- match_
criteria str - versions Sequence[str]
- match
Criteria String - versions List<String>
GetHttppolicysetHttpResponsePolicyRuleMatchVsPort
- Match
Criteria string - Ports List<double>
- Match
Criteria string - Ports []float64
- match
Criteria String - ports List<Double>
- match
Criteria string - ports number[]
- match_
criteria str - ports Sequence[float]
- match
Criteria String - ports List<Number>
GetHttppolicysetHttpSecurityPolicy
GetHttppolicysetHttpSecurityPolicyRule
- Actions
List<Get
Httppolicyset Http Security Policy Rule Action> - Enable string
- Index string
- Log string
- Matches
List<Get
Httppolicyset Http Security Policy Rule Match> - Name string
- Search HTTPPolicySet by name.
- Actions
[]Get
Httppolicyset Http Security Policy Rule Action - Enable string
- Index string
- Log string
- Matches
[]Get
Httppolicyset Http Security Policy Rule Match - Name string
- Search HTTPPolicySet by name.
- actions
List<Get
Httppolicyset Http Security Policy Rule Action> - enable String
- index String
- log String
- matches
List<Get
Httppolicyset Http Security Policy Rule Match> - name String
- Search HTTPPolicySet by name.
- actions
Get
Httppolicyset Http Security Policy Rule Action[] - enable string
- index string
- log string
- matches
Get
Httppolicyset Http Security Policy Rule Match[] - name string
- Search HTTPPolicySet by name.
- actions
Sequence[Get
Httppolicyset Http Security Policy Rule Action] - enable str
- index str
- log str
- matches
Sequence[Get
Httppolicyset Http Security Policy Rule Match] - name str
- Search HTTPPolicySet by name.
- actions List<Property Map>
- enable String
- index String
- log String
- matches List<Property Map>
- name String
- Search HTTPPolicySet by name.
GetHttppolicysetHttpSecurityPolicyRuleAction
- action String
- files List<Property Map>
- https
Port String - rate
Profiles List<Property Map> - status
Code String
GetHttppolicysetHttpSecurityPolicyRuleActionFile
- Content
Type string - File
Content string - File
Length string
- Content
Type string - File
Content string - File
Length string
- content
Type String - file
Content String - file
Length String
- content
Type string - file
Content string - file
Length string
- content_
type str - file_
content str - file_
length str
- content
Type String - file
Content String - file
Length String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfile
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileAction
- files List<Property Map>
- redirects List<Property Map>
- status
Code String - type String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileActionFile
- Content
Type string - File
Content string - File
Length string
- Content
Type string - File
Content string - File
Length string
- content
Type String - file
Content String - file
Length String
- content
Type string - file
Content string - file
Length string
- content_
type str - file_
content str - file_
length str
- content
Type String - file
Content String - file
Length String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileActionRedirect
- add
String String - hosts List<Property Map>
- keep
Query String - paths List<Property Map>
- port String
- protocol String
- status
Code String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileActionRedirectHost
- tokens List<Property Map>
- type String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileActionRedirectHostToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileActionRedirectPath
- tokens List<Property Map>
- type String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileActionRedirectPathToken
- End
Index string - Start
Index string - Str
Value string - Type string
- End
Index string - Start
Index string - Str
Value string - Type string
- end
Index String - start
Index String - str
Value String - type String
- end
Index string - start
Index string - str
Value string - type string
- end_
index str - start_
index str - str_
value str - type str
- end
Index String - start
Index String - str
Value String - type String
GetHttppolicysetHttpSecurityPolicyRuleActionRateProfileRateLimiter
GetHttppolicysetHttpSecurityPolicyRuleMatch
- Bot
Detection List<GetResults Httppolicyset Http Security Policy Rule Match Bot Detection Result> - Client
Ips List<GetHttppolicyset Http Security Policy Rule Match Client Ip> -
List<Get
Httppolicyset Http Security Policy Rule Match Cookie> - Geo
Matches List<GetHttppolicyset Http Security Policy Rule Match Geo Match> - Hdrs
List<Get
Httppolicyset Http Security Policy Rule Match Hdr> - Host
Hdrs List<GetHttppolicyset Http Security Policy Rule Match Host Hdr> - Ip
Reputation List<GetTypes Httppolicyset Http Security Policy Rule Match Ip Reputation Type> - Methods
List<Get
Httppolicyset Http Security Policy Rule Match Method> - Paths
List<Get
Httppolicyset Http Security Policy Rule Match Path> - Protocols
List<Get
Httppolicyset Http Security Policy Rule Match Protocol> - Queries
List<Get
Httppolicyset Http Security Policy Rule Match Query> - Source
Ips List<GetHttppolicyset Http Security Policy Rule Match Source Ip> - Tls
Fingerprint List<GetMatches Httppolicyset Http Security Policy Rule Match Tls Fingerprint Match> - Versions
List<Get
Httppolicyset Http Security Policy Rule Match Version> - Vs
Ports List<GetHttppolicyset Http Security Policy Rule Match Vs Port>
- Bot
Detection []GetResults Httppolicyset Http Security Policy Rule Match Bot Detection Result - Client
Ips []GetHttppolicyset Http Security Policy Rule Match Client Ip -
[]Get
Httppolicyset Http Security Policy Rule Match Cookie - Geo
Matches []GetHttppolicyset Http Security Policy Rule Match Geo Match - Hdrs
[]Get
Httppolicyset Http Security Policy Rule Match Hdr - Host
Hdrs []GetHttppolicyset Http Security Policy Rule Match Host Hdr - Ip
Reputation []GetTypes Httppolicyset Http Security Policy Rule Match Ip Reputation Type - Methods
[]Get
Httppolicyset Http Security Policy Rule Match Method - Paths
[]Get
Httppolicyset Http Security Policy Rule Match Path - Protocols
[]Get
Httppolicyset Http Security Policy Rule Match Protocol - Queries
[]Get
Httppolicyset Http Security Policy Rule Match Query - Source
Ips []GetHttppolicyset Http Security Policy Rule Match Source Ip - Tls
Fingerprint []GetMatches Httppolicyset Http Security Policy Rule Match Tls Fingerprint Match - Versions
[]Get
Httppolicyset Http Security Policy Rule Match Version - Vs
Ports []GetHttppolicyset Http Security Policy Rule Match Vs Port
- bot
Detection List<GetResults Httppolicyset Http Security Policy Rule Match Bot Detection Result> - client
Ips List<GetHttppolicyset Http Security Policy Rule Match Client Ip> -
List<Get
Httppolicyset Http Security Policy Rule Match Cookie> - geo
Matches List<GetHttppolicyset Http Security Policy Rule Match Geo Match> - hdrs
List<Get
Httppolicyset Http Security Policy Rule Match Hdr> - host
Hdrs List<GetHttppolicyset Http Security Policy Rule Match Host Hdr> - ip
Reputation List<GetTypes Httppolicyset Http Security Policy Rule Match Ip Reputation Type> - methods
List<Get
Httppolicyset Http Security Policy Rule Match Method> - paths
List<Get
Httppolicyset Http Security Policy Rule Match Path> - protocols
List<Get
Httppolicyset Http Security Policy Rule Match Protocol> - queries
List<Get
Httppolicyset Http Security Policy Rule Match Query> - source
Ips List<GetHttppolicyset Http Security Policy Rule Match Source Ip> - tls
Fingerprint List<GetMatches Httppolicyset Http Security Policy Rule Match Tls Fingerprint Match> - versions
List<Get
Httppolicyset Http Security Policy Rule Match Version> - vs
Ports List<GetHttppolicyset Http Security Policy Rule Match Vs Port>
- bot
Detection GetResults Httppolicyset Http Security Policy Rule Match Bot Detection Result[] - client
Ips GetHttppolicyset Http Security Policy Rule Match Client Ip[] -
Get
Httppolicyset Http Security Policy Rule Match Cookie[] - geo
Matches GetHttppolicyset Http Security Policy Rule Match Geo Match[] - hdrs
Get
Httppolicyset Http Security Policy Rule Match Hdr[] - host
Hdrs GetHttppolicyset Http Security Policy Rule Match Host Hdr[] - ip
Reputation GetTypes Httppolicyset Http Security Policy Rule Match Ip Reputation Type[] - methods
Get
Httppolicyset Http Security Policy Rule Match Method[] - paths
Get
Httppolicyset Http Security Policy Rule Match Path[] - protocols
Get
Httppolicyset Http Security Policy Rule Match Protocol[] - queries
Get
Httppolicyset Http Security Policy Rule Match Query[] - source
Ips GetHttppolicyset Http Security Policy Rule Match Source Ip[] - tls
Fingerprint GetMatches Httppolicyset Http Security Policy Rule Match Tls Fingerprint Match[] - versions
Get
Httppolicyset Http Security Policy Rule Match Version[] - vs
Ports GetHttppolicyset Http Security Policy Rule Match Vs Port[]
- bot_
detection_ Sequence[Getresults Httppolicyset Http Security Policy Rule Match Bot Detection Result] - client_
ips Sequence[GetHttppolicyset Http Security Policy Rule Match Client Ip] -
Sequence[Get
Httppolicyset Http Security Policy Rule Match Cookie] - geo_
matches Sequence[GetHttppolicyset Http Security Policy Rule Match Geo Match] - hdrs
Sequence[Get
Httppolicyset Http Security Policy Rule Match Hdr] - host_
hdrs Sequence[GetHttppolicyset Http Security Policy Rule Match Host Hdr] - ip_
reputation_ Sequence[Gettypes Httppolicyset Http Security Policy Rule Match Ip Reputation Type] - methods
Sequence[Get
Httppolicyset Http Security Policy Rule Match Method] - paths
Sequence[Get
Httppolicyset Http Security Policy Rule Match Path] - protocols
Sequence[Get
Httppolicyset Http Security Policy Rule Match Protocol] - queries
Sequence[Get
Httppolicyset Http Security Policy Rule Match Query] - source_
ips Sequence[GetHttppolicyset Http Security Policy Rule Match Source Ip] - tls_
fingerprint_ Sequence[Getmatches Httppolicyset Http Security Policy Rule Match Tls Fingerprint Match] - versions
Sequence[Get
Httppolicyset Http Security Policy Rule Match Version] - vs_
ports Sequence[GetHttppolicyset Http Security Policy Rule Match Vs Port]
- bot
Detection List<Property Map>Results - client
Ips List<Property Map> - List<Property Map>
- geo
Matches List<Property Map> - hdrs List<Property Map>
- host
Hdrs List<Property Map> - ip
Reputation List<Property Map>Types - methods List<Property Map>
- paths List<Property Map>
- protocols List<Property Map>
- queries List<Property Map>
- source
Ips List<Property Map> - tls
Fingerprint List<Property Map>Matches - versions List<Property Map>
- vs
Ports List<Property Map>
GetHttppolicysetHttpSecurityPolicyRuleMatchBotDetectionResult
GetHttppolicysetHttpSecurityPolicyRuleMatchBotDetectionResultClassification
- Type string
- User
Defined stringType
- Type string
- User
Defined stringType
- type String
- user
Defined StringType
- type string
- user
Defined stringType
- type str
- user_
defined_ strtype
- type String
- user
Defined StringType
GetHttppolicysetHttpSecurityPolicyRuleMatchClientIp
GetHttppolicysetHttpSecurityPolicyRuleMatchClientIpAddr
GetHttppolicysetHttpSecurityPolicyRuleMatchClientIpPrefix
- ip
Addrs List<Property Map> - mask String
GetHttppolicysetHttpSecurityPolicyRuleMatchClientIpPrefixIpAddr
GetHttppolicysetHttpSecurityPolicyRuleMatchClientIpRange
GetHttppolicysetHttpSecurityPolicyRuleMatchClientIpRangeBegin
GetHttppolicysetHttpSecurityPolicyRuleMatchClientIpRangeEnd
GetHttppolicysetHttpSecurityPolicyRuleMatchCookie
- Match
Case string - Match
Criteria string - Name string
- Search HTTPPolicySet by name.
- Value string
- Match
Case string - Match
Criteria string - Name string
- Search HTTPPolicySet by name.
- Value string
- match
Case String - match
Criteria String - name String
- Search HTTPPolicySet by name.
- value String
- match
Case string - match
Criteria string - name string
- Search HTTPPolicySet by name.
- value string
- match_
case str - match_
criteria str - name str
- Search HTTPPolicySet by name.
- value str
- match
Case String - match
Criteria String - name String
- Search HTTPPolicySet by name.
- value String
GetHttppolicysetHttpSecurityPolicyRuleMatchGeoMatch
- Attribute string
- Match
Operation string - Values List<string>
- Attribute string
- Match
Operation string - Values []string
- attribute String
- match
Operation String - values List<String>
- attribute string
- match
Operation string - values string[]
- attribute str
- match_
operation str - values Sequence[str]
- attribute String
- match
Operation String - values List<String>
GetHttppolicysetHttpSecurityPolicyRuleMatchHdr
- Hdr string
- Match
Case string - Match
Criteria string - String
Group List<string>Refs - Values List<string>
- Hdr string
- Match
Case string - Match
Criteria string - String
Group []stringRefs - Values []string
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
- hdr string
- match
Case string - match
Criteria string - string
Group string[]Refs - values string[]
- hdr str
- match_
case str - match_
criteria str - string_
group_ Sequence[str]refs - values Sequence[str]
- hdr String
- match
Case String - match
Criteria String - string
Group List<String>Refs - values List<String>
GetHttppolicysetHttpSecurityPolicyRuleMatchHostHdr
- Match
Case string - Match
Criteria string - Values List<string>
- Match
Case string - Match
Criteria string - Values []string
- match
Case String - match
Criteria String - values List<String>
- match
Case string - match
Criteria string - values string[]
- match_
case str - match_
criteria str - values Sequence[str]
- match
Case String - match
Criteria String - values List<String>
GetHttppolicysetHttpSecurityPolicyRuleMatchIpReputationType
- Match
Operation string - Reputation
Types List<string>
- Match
Operation string - Reputation
Types []string
- match
Operation String - reputation
Types List<String>
- match
Operation string - reputation
Types string[]
- match_
operation str - reputation_
types Sequence[str]
- match
Operation String - reputation
Types List<String>
GetHttppolicysetHttpSecurityPolicyRuleMatchMethod
- Match
Criteria string - Methods List<string>
- Match
Criteria string - Methods []string
- match
Criteria String - methods List<String>
- match
Criteria string - methods string[]
- match_
criteria str - methods Sequence[str]
- match
Criteria String - methods List<String>
GetHttppolicysetHttpSecurityPolicyRuleMatchPath
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs List<string> - String
Group List<string>Refs
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs []string - String
Group []stringRefs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
- match
Case string - match
Criteria string - match
Decoded stringString - match
Strs string[] - string
Group string[]Refs
- match_
case str - match_
criteria str - match_
decoded_ strstring - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
GetHttppolicysetHttpSecurityPolicyRuleMatchProtocol
- Match
Criteria string - Protocols string
- Match
Criteria string - Protocols string
- match
Criteria String - protocols String
- match
Criteria string - protocols string
- match_
criteria str - protocols str
- match
Criteria String - protocols String
GetHttppolicysetHttpSecurityPolicyRuleMatchQuery
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs List<string> - String
Group List<string>Refs
- Match
Case string - Match
Criteria string - Match
Decoded stringString - Match
Strs []string - String
Group []stringRefs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
- match
Case string - match
Criteria string - match
Decoded stringString - match
Strs string[] - string
Group string[]Refs
- match_
case str - match_
criteria str - match_
decoded_ strstring - match_
strs Sequence[str] - string_
group_ Sequence[str]refs
- match
Case String - match
Criteria String - match
Decoded StringString - match
Strs List<String> - string
Group List<String>Refs
GetHttppolicysetHttpSecurityPolicyRuleMatchSourceIp
GetHttppolicysetHttpSecurityPolicyRuleMatchSourceIpAddr
GetHttppolicysetHttpSecurityPolicyRuleMatchSourceIpPrefix
- ip
Addrs List<Property Map> - mask String
GetHttppolicysetHttpSecurityPolicyRuleMatchSourceIpPrefixIpAddr
GetHttppolicysetHttpSecurityPolicyRuleMatchSourceIpRange
GetHttppolicysetHttpSecurityPolicyRuleMatchSourceIpRangeBegin
GetHttppolicysetHttpSecurityPolicyRuleMatchSourceIpRangeEnd
GetHttppolicysetHttpSecurityPolicyRuleMatchTlsFingerprintMatch
- Fingerprints List<string>
- Match
Operation string - String
Group List<string>Refs
- Fingerprints []string
- Match
Operation string - String
Group []stringRefs
- fingerprints List<String>
- match
Operation String - string
Group List<String>Refs
- fingerprints string[]
- match
Operation string - string
Group string[]Refs
- fingerprints Sequence[str]
- match_
operation str - string_
group_ Sequence[str]refs
- fingerprints List<String>
- match
Operation String - string
Group List<String>Refs
GetHttppolicysetHttpSecurityPolicyRuleMatchVersion
- Match
Criteria string - Versions List<string>
- Match
Criteria string - Versions []string
- match
Criteria String - versions List<String>
- match
Criteria string - versions string[]
- match_
criteria str - versions Sequence[str]
- match
Criteria String - versions List<String>
GetHttppolicysetHttpSecurityPolicyRuleMatchVsPort
- Match
Criteria string - Ports List<double>
- Match
Criteria string - Ports []float64
- match
Criteria String - ports List<Double>
- match
Criteria string - ports number[]
- match_
criteria str - ports Sequence[float]
- match
Criteria String - ports List<Number>
GetHttppolicysetMarker
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
