Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.compute/v1.RegionSecurityPolicy
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new policy in the specified project using the data included in the request.
Create RegionSecurityPolicy Resource
new RegionSecurityPolicy(name: string, args: RegionSecurityPolicyArgs, opts?: CustomResourceOptions);
@overload
def RegionSecurityPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
adaptive_protection_config: Optional[SecurityPolicyAdaptiveProtectionConfigArgs] = None,
advanced_options_config: Optional[SecurityPolicyAdvancedOptionsConfigArgs] = None,
ddos_protection_config: Optional[SecurityPolicyDdosProtectionConfigArgs] = None,
description: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
project: Optional[str] = None,
recaptcha_options_config: Optional[SecurityPolicyRecaptchaOptionsConfigArgs] = None,
region: Optional[str] = None,
request_id: Optional[str] = None,
rules: Optional[Sequence[SecurityPolicyRuleArgs]] = None,
type: Optional[RegionSecurityPolicyType] = None)
@overload
def RegionSecurityPolicy(resource_name: str,
args: RegionSecurityPolicyArgs,
opts: Optional[ResourceOptions] = None)
func NewRegionSecurityPolicy(ctx *Context, name string, args RegionSecurityPolicyArgs, opts ...ResourceOption) (*RegionSecurityPolicy, error)
public RegionSecurityPolicy(string name, RegionSecurityPolicyArgs args, CustomResourceOptions? opts = null)
public RegionSecurityPolicy(String name, RegionSecurityPolicyArgs args)
public RegionSecurityPolicy(String name, RegionSecurityPolicyArgs args, CustomResourceOptions options)
type: google-native:compute/v1:RegionSecurityPolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RegionSecurityPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RegionSecurityPolicyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RegionSecurityPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RegionSecurityPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RegionSecurityPolicyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RegionSecurityPolicy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The RegionSecurityPolicy resource accepts the following input properties:
- Region string
- Adaptive
Protection Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Adaptive Protection Config - Advanced
Options Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Advanced Options Config - Ddos
Protection Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Ddos Protection Config - Description string
An optional description of this resource. Provide this property when you create the resource.
- Labels Dictionary<string, string>
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- Project string
- Recaptcha
Options Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Recaptcha Options Config - Request
Id string An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- Rules
List<Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule> A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
- Type
Pulumi.
Google Native. Compute. V1. Region Security Policy Type The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
- Region string
- Adaptive
Protection SecurityConfig Policy Adaptive Protection Config Args - Advanced
Options SecurityConfig Policy Advanced Options Config Args - Ddos
Protection SecurityConfig Policy Ddos Protection Config Args - Description string
An optional description of this resource. Provide this property when you create the resource.
- Labels map[string]string
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- Project string
- Recaptcha
Options SecurityConfig Policy Recaptcha Options Config Args - Request
Id string An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- Rules
[]Security
Policy Rule Args A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
- Type
Region
Security Policy Type The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
- region String
- adaptive
Protection SecurityConfig Policy Adaptive Protection Config - advanced
Options SecurityConfig Policy Advanced Options Config - ddos
Protection SecurityConfig Policy Ddos Protection Config - description String
An optional description of this resource. Provide this property when you create the resource.
- labels Map<String,String>
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
- name String
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- project String
- recaptcha
Options SecurityConfig Policy Recaptcha Options Config - request
Id String An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- rules
List<Security
Policy Rule> A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
- type
Region
Security Policy Type The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
- region string
- adaptive
Protection SecurityConfig Policy Adaptive Protection Config - advanced
Options SecurityConfig Policy Advanced Options Config - ddos
Protection SecurityConfig Policy Ddos Protection Config - description string
An optional description of this resource. Provide this property when you create the resource.
- labels {[key: string]: string}
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
- name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- project string
- recaptcha
Options SecurityConfig Policy Recaptcha Options Config - request
Id string An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- rules
Security
Policy Rule[] A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
- type
Region
Security Policy Type The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
- region str
- adaptive_
protection_ Securityconfig Policy Adaptive Protection Config Args - advanced_
options_ Securityconfig Policy Advanced Options Config Args - ddos_
protection_ Securityconfig Policy Ddos Protection Config Args - description str
An optional description of this resource. Provide this property when you create the resource.
- labels Mapping[str, str]
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
- name str
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- project str
- recaptcha_
options_ Securityconfig Policy Recaptcha Options Config Args - request_
id str An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- rules
Sequence[Security
Policy Rule Args] A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
- type
Region
Security Policy Type The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
- region String
- adaptive
Protection Property MapConfig - advanced
Options Property MapConfig - ddos
Protection Property MapConfig - description String
An optional description of this resource. Provide this property when you create the resource.
- labels Map<String>
Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
- name String
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- project String
- recaptcha
Options Property MapConfig - request
Id String An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- rules List<Property Map>
A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
- type "CLOUD_ARMOR" | "CLOUD_ARMOR_EDGE" | "CLOUD_ARMOR_NETWORK"
The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
Outputs
All input properties are implicitly available as output properties. Additionally, the RegionSecurityPolicy resource produces the following output properties:
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Fingerprint string
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
- Id string
The provider-assigned unique ID for this managed resource.
- Kind string
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
- Label
Fingerprint string A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.
- Self
Link string Server-defined URL for the resource.
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Fingerprint string
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
- Id string
The provider-assigned unique ID for this managed resource.
- Kind string
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
- Label
Fingerprint string A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.
- Self
Link string Server-defined URL for the resource.
- creation
Timestamp String Creation timestamp in RFC3339 text format.
- fingerprint String
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
- id String
The provider-assigned unique ID for this managed resource.
- kind String
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
- label
Fingerprint String A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.
- self
Link String Server-defined URL for the resource.
- creation
Timestamp string Creation timestamp in RFC3339 text format.
- fingerprint string
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
- id string
The provider-assigned unique ID for this managed resource.
- kind string
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
- label
Fingerprint string A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.
- self
Link string Server-defined URL for the resource.
- creation_
timestamp str Creation timestamp in RFC3339 text format.
- fingerprint str
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
- id str
The provider-assigned unique ID for this managed resource.
- kind str
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
- label_
fingerprint str A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.
- self_
link str Server-defined URL for the resource.
- creation
Timestamp String Creation timestamp in RFC3339 text format.
- fingerprint String
Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
- id String
The provider-assigned unique ID for this managed resource.
- kind String
[Output only] Type of the resource. Always compute#securityPolicyfor security policies
- label
Fingerprint String A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.
- self
Link String Server-defined URL for the resource.
Supporting Types
Expr, ExprArgs
- Description string
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
Textual representation of an expression in Common Expression Language syntax.
- Location string
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- Description string
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
Textual representation of an expression in Common Expression Language syntax.
- Location string
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
Textual representation of an expression in Common Expression Language syntax.
- location String
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description string
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression string
Textual representation of an expression in Common Expression Language syntax.
- location string
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title string
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description str
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression str
Textual representation of an expression in Common Expression Language syntax.
- location str
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title str
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
Textual representation of an expression in Common Expression Language syntax.
- location String
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
ExprResponse, ExprResponseArgs
- Description string
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
Textual representation of an expression in Common Expression Language syntax.
- Location string
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- Description string
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- Expression string
Textual representation of an expression in Common Expression Language syntax.
- Location string
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- Title string
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
Textual representation of an expression in Common Expression Language syntax.
- location String
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description string
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression string
Textual representation of an expression in Common Expression Language syntax.
- location string
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title string
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description str
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression str
Textual representation of an expression in Common Expression Language syntax.
- location str
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title str
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
- description String
Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
- expression String
Textual representation of an expression in Common Expression Language syntax.
- location String
Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
- title String
Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
RegionSecurityPolicyType, RegionSecurityPolicyTypeArgs
- Cloud
Armor - CLOUD_ARMOR
- Cloud
Armor Edge - CLOUD_ARMOR_EDGE
- Cloud
Armor Network - CLOUD_ARMOR_NETWORK
- Region
Security Policy Type Cloud Armor - CLOUD_ARMOR
- Region
Security Policy Type Cloud Armor Edge - CLOUD_ARMOR_EDGE
- Region
Security Policy Type Cloud Armor Network - CLOUD_ARMOR_NETWORK
- Cloud
Armor - CLOUD_ARMOR
- Cloud
Armor Edge - CLOUD_ARMOR_EDGE
- Cloud
Armor Network - CLOUD_ARMOR_NETWORK
- Cloud
Armor - CLOUD_ARMOR
- Cloud
Armor Edge - CLOUD_ARMOR_EDGE
- Cloud
Armor Network - CLOUD_ARMOR_NETWORK
- CLOUD_ARMOR
- CLOUD_ARMOR
- CLOUD_ARMOR_EDGE
- CLOUD_ARMOR_EDGE
- CLOUD_ARMOR_NETWORK
- CLOUD_ARMOR_NETWORK
- "CLOUD_ARMOR"
- CLOUD_ARMOR
- "CLOUD_ARMOR_EDGE"
- CLOUD_ARMOR_EDGE
- "CLOUD_ARMOR_NETWORK"
- CLOUD_ARMOR_NETWORK
SecurityPolicyAdaptiveProtectionConfig, SecurityPolicyAdaptiveProtectionConfigArgs
- Layer7Ddos
Defense Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Adaptive Protection Config Layer7Ddos Defense Config If set to true, enables Cloud Armor Machine Learning.
- Layer7Ddos
Defense SecurityConfig Policy Adaptive Protection Config Layer7Ddos Defense Config If set to true, enables Cloud Armor Machine Learning.
- layer7Ddos
Defense SecurityConfig Policy Adaptive Protection Config Layer7Ddos Defense Config If set to true, enables Cloud Armor Machine Learning.
- layer7Ddos
Defense SecurityConfig Policy Adaptive Protection Config Layer7Ddos Defense Config If set to true, enables Cloud Armor Machine Learning.
- layer7_
ddos_ Securitydefense_ config Policy Adaptive Protection Config Layer7Ddos Defense Config If set to true, enables Cloud Armor Machine Learning.
- layer7Ddos
Defense Property MapConfig If set to true, enables Cloud Armor Machine Learning.
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig, SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigArgs
- Enable bool
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rule
Visibility Pulumi.Google Native. Compute. V1. Security Policy Adaptive Protection Config Layer7Ddos Defense Config Rule Visibility Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Enable bool
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rule
Visibility SecurityPolicy Adaptive Protection Config Layer7Ddos Defense Config Rule Visibility Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable Boolean
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule
Visibility SecurityPolicy Adaptive Protection Config Layer7Ddos Defense Config Rule Visibility Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable boolean
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule
Visibility SecurityPolicy Adaptive Protection Config Layer7Ddos Defense Config Rule Visibility Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable bool
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule_
visibility SecurityPolicy Adaptive Protection Config Layer7Ddos Defense Config Rule Visibility Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable Boolean
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule
Visibility "PREMIUM" | "STANDARD" Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigResponse, SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigResponseArgs
- Enable bool
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rule
Visibility string Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Enable bool
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rule
Visibility string Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable Boolean
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule
Visibility String Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable boolean
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule
Visibility string Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable bool
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule_
visibility str Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- enable Boolean
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rule
Visibility String Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibility, SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigRuleVisibilityArgs
- Premium
- PREMIUM
- Standard
- STANDARD
- Security
Policy Adaptive Protection Config Layer7Ddos Defense Config Rule Visibility Premium - PREMIUM
- Security
Policy Adaptive Protection Config Layer7Ddos Defense Config Rule Visibility Standard - STANDARD
- Premium
- PREMIUM
- Standard
- STANDARD
- Premium
- PREMIUM
- Standard
- STANDARD
- PREMIUM
- PREMIUM
- STANDARD
- STANDARD
- "PREMIUM"
- PREMIUM
- "STANDARD"
- STANDARD
SecurityPolicyAdaptiveProtectionConfigResponse, SecurityPolicyAdaptiveProtectionConfigResponseArgs
- Layer7Ddos
Defense Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Adaptive Protection Config Layer7Ddos Defense Config Response If set to true, enables Cloud Armor Machine Learning.
- Layer7Ddos
Defense SecurityConfig Policy Adaptive Protection Config Layer7Ddos Defense Config Response If set to true, enables Cloud Armor Machine Learning.
- layer7Ddos
Defense SecurityConfig Policy Adaptive Protection Config Layer7Ddos Defense Config Response If set to true, enables Cloud Armor Machine Learning.
- layer7Ddos
Defense SecurityConfig Policy Adaptive Protection Config Layer7Ddos Defense Config Response If set to true, enables Cloud Armor Machine Learning.
- layer7_
ddos_ Securitydefense_ config Policy Adaptive Protection Config Layer7Ddos Defense Config Response If set to true, enables Cloud Armor Machine Learning.
- layer7Ddos
Defense Property MapConfig If set to true, enables Cloud Armor Machine Learning.
SecurityPolicyAdvancedOptionsConfig, SecurityPolicyAdvancedOptionsConfigArgs
- Json
Custom Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Advanced Options Config Json Custom Config Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- Json
Parsing Pulumi.Google Native. Compute. V1. Security Policy Advanced Options Config Json Parsing - Log
Level Pulumi.Google Native. Compute. V1. Security Policy Advanced Options Config Log Level
- Json
Custom SecurityConfig Policy Advanced Options Config Json Custom Config Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- Json
Parsing SecurityPolicy Advanced Options Config Json Parsing - Log
Level SecurityPolicy Advanced Options Config Log Level
- json
Custom SecurityConfig Policy Advanced Options Config Json Custom Config Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json
Parsing SecurityPolicy Advanced Options Config Json Parsing - log
Level SecurityPolicy Advanced Options Config Log Level
- json
Custom SecurityConfig Policy Advanced Options Config Json Custom Config Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json
Parsing SecurityPolicy Advanced Options Config Json Parsing - log
Level SecurityPolicy Advanced Options Config Log Level
- json_
custom_ Securityconfig Policy Advanced Options Config Json Custom Config Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json_
parsing SecurityPolicy Advanced Options Config Json Parsing - log_
level SecurityPolicy Advanced Options Config Log Level
- json
Custom Property MapConfig Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json
Parsing "DISABLED" | "STANDARD" - log
Level "NORMAL" | "VERBOSE"
SecurityPolicyAdvancedOptionsConfigJsonCustomConfig, SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs
- Content
Types List<string> A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- Content
Types []string A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content
Types List<String> A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content
Types string[] A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content_
types Sequence[str] A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content
Types List<String> A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponse, SecurityPolicyAdvancedOptionsConfigJsonCustomConfigResponseArgs
- Content
Types List<string> A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- Content
Types []string A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content
Types List<String> A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content
Types string[] A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content_
types Sequence[str] A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
- content
Types List<String> A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
SecurityPolicyAdvancedOptionsConfigJsonParsing, SecurityPolicyAdvancedOptionsConfigJsonParsingArgs
- Disabled
- DISABLED
- Standard
- STANDARD
- Security
Policy Advanced Options Config Json Parsing Disabled - DISABLED
- Security
Policy Advanced Options Config Json Parsing Standard - STANDARD
- Disabled
- DISABLED
- Standard
- STANDARD
- Disabled
- DISABLED
- Standard
- STANDARD
- DISABLED
- DISABLED
- STANDARD
- STANDARD
- "DISABLED"
- DISABLED
- "STANDARD"
- STANDARD
SecurityPolicyAdvancedOptionsConfigLogLevel, SecurityPolicyAdvancedOptionsConfigLogLevelArgs
- Normal
- NORMAL
- Verbose
- VERBOSE
- Security
Policy Advanced Options Config Log Level Normal - NORMAL
- Security
Policy Advanced Options Config Log Level Verbose - VERBOSE
- Normal
- NORMAL
- Verbose
- VERBOSE
- Normal
- NORMAL
- Verbose
- VERBOSE
- NORMAL
- NORMAL
- VERBOSE
- VERBOSE
- "NORMAL"
- NORMAL
- "VERBOSE"
- VERBOSE
SecurityPolicyAdvancedOptionsConfigResponse, SecurityPolicyAdvancedOptionsConfigResponseArgs
- Json
Custom Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Advanced Options Config Json Custom Config Response Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- Json
Parsing string - Log
Level string
- Json
Custom SecurityConfig Policy Advanced Options Config Json Custom Config Response Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- Json
Parsing string - Log
Level string
- json
Custom SecurityConfig Policy Advanced Options Config Json Custom Config Response Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json
Parsing String - log
Level String
- json
Custom SecurityConfig Policy Advanced Options Config Json Custom Config Response Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json
Parsing string - log
Level string
- json_
custom_ Securityconfig Policy Advanced Options Config Json Custom Config Response Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json_
parsing str - log_
level str
- json
Custom Property MapConfig Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
- json
Parsing String - log
Level String
SecurityPolicyDdosProtectionConfig, SecurityPolicyDdosProtectionConfigArgs
SecurityPolicyDdosProtectionConfigDdosProtection, SecurityPolicyDdosProtectionConfigDdosProtectionArgs
- Advanced
- ADVANCED
- Standard
- STANDARD
- Security
Policy Ddos Protection Config Ddos Protection Advanced - ADVANCED
- Security
Policy Ddos Protection Config Ddos Protection Standard - STANDARD
- Advanced
- ADVANCED
- Standard
- STANDARD
- Advanced
- ADVANCED
- Standard
- STANDARD
- ADVANCED
- ADVANCED
- STANDARD
- STANDARD
- "ADVANCED"
- ADVANCED
- "STANDARD"
- STANDARD
SecurityPolicyDdosProtectionConfigResponse, SecurityPolicyDdosProtectionConfigResponseArgs
- Ddos
Protection string
- Ddos
Protection string
- ddos
Protection String
- ddos
Protection string
- ddos_
protection str
- ddos
Protection String
SecurityPolicyRecaptchaOptionsConfig, SecurityPolicyRecaptchaOptionsConfigArgs
- Redirect
Site stringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Redirect
Site stringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect
Site StringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect
Site stringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect_
site_ strkey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect
Site StringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
SecurityPolicyRecaptchaOptionsConfigResponse, SecurityPolicyRecaptchaOptionsConfigResponseArgs
- Redirect
Site stringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Redirect
Site stringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect
Site StringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect
Site stringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect_
site_ strkey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- redirect
Site StringKey An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
SecurityPolicyRule, SecurityPolicyRuleArgs
- Action string
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- Description string
An optional description of this resource. Provide this property when you create the resource.
- Header
Action Pulumi.Google Native. Compute. V1. Inputs. Security Policy Rule Http Header Action Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Match
Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Matcher A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- Preconfigured
Waf Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- Preview bool
If set to true, the specified action is not enforced.
- Priority int
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- Rate
Limit Pulumi.Options Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- Redirect
Options Pulumi.Google Native. Compute. V1. Inputs. Security Policy Rule Redirect Options Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Action string
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- Description string
An optional description of this resource. Provide this property when you create the resource.
- Header
Action SecurityPolicy Rule Http Header Action Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Match
Security
Policy Rule Matcher A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- Preconfigured
Waf SecurityConfig Policy Rule Preconfigured Waf Config Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- Preview bool
If set to true, the specified action is not enforced.
- Priority int
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- Rate
Limit SecurityOptions Policy Rule Rate Limit Options Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- Redirect
Options SecurityPolicy Rule Redirect Options Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action String
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description String
An optional description of this resource. Provide this property when you create the resource.
- header
Action SecurityPolicy Rule Http Header Action Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- match
Security
Policy Rule Matcher A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured
Waf SecurityConfig Policy Rule Preconfigured Waf Config Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview Boolean
If set to true, the specified action is not enforced.
- priority Integer
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate
Limit SecurityOptions Policy Rule Rate Limit Options Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect
Options SecurityPolicy Rule Redirect Options Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action string
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description string
An optional description of this resource. Provide this property when you create the resource.
- header
Action SecurityPolicy Rule Http Header Action Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- match
Security
Policy Rule Matcher A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured
Waf SecurityConfig Policy Rule Preconfigured Waf Config Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview boolean
If set to true, the specified action is not enforced.
- priority number
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate
Limit SecurityOptions Policy Rule Rate Limit Options Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect
Options SecurityPolicy Rule Redirect Options Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action str
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description str
An optional description of this resource. Provide this property when you create the resource.
- header_
action SecurityPolicy Rule Http Header Action Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- match
Security
Policy Rule Matcher A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured_
waf_ Securityconfig Policy Rule Preconfigured Waf Config Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview bool
If set to true, the specified action is not enforced.
- priority int
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate_
limit_ Securityoptions Policy Rule Rate Limit Options Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect_
options SecurityPolicy Rule Redirect Options Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action String
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description String
An optional description of this resource. Provide this property when you create the resource.
- header
Action Property Map Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- match Property Map
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured
Waf Property MapConfig Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview Boolean
If set to true, the specified action is not enforced.
- priority Number
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate
Limit Property MapOptions Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect
Options Property Map Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
SecurityPolicyRuleHttpHeaderAction, SecurityPolicyRuleHttpHeaderActionArgs
- Request
Headers List<Pulumi.To Adds Google Native. Compute. V1. Inputs. Security Policy Rule Http Header Action Http Header Option> The list of request headers to add or overwrite if they're already present.
- Request
Headers []SecurityTo Adds Policy Rule Http Header Action Http Header Option The list of request headers to add or overwrite if they're already present.
- request
Headers List<SecurityTo Adds Policy Rule Http Header Action Http Header Option> The list of request headers to add or overwrite if they're already present.
- request
Headers SecurityTo Adds Policy Rule Http Header Action Http Header Option[] The list of request headers to add or overwrite if they're already present.
- request_
headers_ Sequence[Securityto_ adds Policy Rule Http Header Action Http Header Option] The list of request headers to add or overwrite if they're already present.
- request
Headers List<Property Map>To Adds The list of request headers to add or overwrite if they're already present.
SecurityPolicyRuleHttpHeaderActionHttpHeaderOption, SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionArgs
- Header
Name string The name of the header to set.
- Header
Value string The value to set the named header to.
- Header
Name string The name of the header to set.
- Header
Value string The value to set the named header to.
- header
Name String The name of the header to set.
- header
Value String The value to set the named header to.
- header
Name string The name of the header to set.
- header
Value string The value to set the named header to.
- header_
name str The name of the header to set.
- header_
value str The value to set the named header to.
- header
Name String The name of the header to set.
- header
Value String The value to set the named header to.
SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponse, SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionResponseArgs
- Header
Name string The name of the header to set.
- Header
Value string The value to set the named header to.
- Header
Name string The name of the header to set.
- Header
Value string The value to set the named header to.
- header
Name String The name of the header to set.
- header
Value String The value to set the named header to.
- header
Name string The name of the header to set.
- header
Value string The value to set the named header to.
- header_
name str The name of the header to set.
- header_
value str The value to set the named header to.
- header
Name String The name of the header to set.
- header
Value String The value to set the named header to.
SecurityPolicyRuleHttpHeaderActionResponse, SecurityPolicyRuleHttpHeaderActionResponseArgs
- Request
Headers List<Pulumi.To Adds Google Native. Compute. V1. Inputs. Security Policy Rule Http Header Action Http Header Option Response> The list of request headers to add or overwrite if they're already present.
- Request
Headers []SecurityTo Adds Policy Rule Http Header Action Http Header Option Response The list of request headers to add or overwrite if they're already present.
- request
Headers List<SecurityTo Adds Policy Rule Http Header Action Http Header Option Response> The list of request headers to add or overwrite if they're already present.
- request
Headers SecurityTo Adds Policy Rule Http Header Action Http Header Option Response[] The list of request headers to add or overwrite if they're already present.
- request_
headers_ Sequence[Securityto_ adds Policy Rule Http Header Action Http Header Option Response] The list of request headers to add or overwrite if they're already present.
- request
Headers List<Property Map>To Adds The list of request headers to add or overwrite if they're already present.
SecurityPolicyRuleMatcher, SecurityPolicyRuleMatcherArgs
- Config
Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Matcher Config The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- Expr
Pulumi.
Google Native. Compute. V1. Inputs. Expr User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- Versioned
Expr Pulumi.Google Native. Compute. V1. Security Policy Rule Matcher Versioned Expr Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- Config
Security
Policy Rule Matcher Config The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- Expr Expr
User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- Versioned
Expr SecurityPolicy Rule Matcher Versioned Expr Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config
Security
Policy Rule Matcher Config The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr Expr
User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned
Expr SecurityPolicy Rule Matcher Versioned Expr Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config
Security
Policy Rule Matcher Config The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr Expr
User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned
Expr SecurityPolicy Rule Matcher Versioned Expr Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config
Security
Policy Rule Matcher Config The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr Expr
User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned_
expr SecurityPolicy Rule Matcher Versioned Expr Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config Property Map
The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr Property Map
User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned
Expr "SRC_IPS_V1" Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
SecurityPolicyRuleMatcherConfig, SecurityPolicyRuleMatcherConfigArgs
- Src
Ip List<string>Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- Src
Ip []stringRanges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src
Ip List<String>Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src
Ip string[]Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src_
ip_ Sequence[str]ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src
Ip List<String>Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
SecurityPolicyRuleMatcherConfigResponse, SecurityPolicyRuleMatcherConfigResponseArgs
- Src
Ip List<string>Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- Src
Ip []stringRanges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src
Ip List<String>Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src
Ip string[]Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src_
ip_ Sequence[str]ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
- src
Ip List<String>Ranges CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
SecurityPolicyRuleMatcherResponse, SecurityPolicyRuleMatcherResponseArgs
- Config
Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Matcher Config Response The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- Expr
Pulumi.
Google Native. Compute. V1. Inputs. Expr Response User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- Versioned
Expr string Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- Config
Security
Policy Rule Matcher Config Response The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- Expr
Expr
Response User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- Versioned
Expr string Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config
Security
Policy Rule Matcher Config Response The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr
Expr
Response User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned
Expr String Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config
Security
Policy Rule Matcher Config Response The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr
Expr
Response User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned
Expr string Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config
Security
Policy Rule Matcher Config Response The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr
Expr
Response User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned_
expr str Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
- config Property Map
The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
- expr Property Map
User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing
evaluateThreatIntelligence
require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containingevaluatePreconfiguredExpr('sourceiplist-*')
require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.- versioned
Expr String Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
SecurityPolicyRuleMatcherVersionedExpr, SecurityPolicyRuleMatcherVersionedExprArgs
- Src
Ips V1 - SRC_IPS_V1
Matches the source IP address of a request to the IP ranges supplied in config.
- Security
Policy Rule Matcher Versioned Expr Src Ips V1 - SRC_IPS_V1
Matches the source IP address of a request to the IP ranges supplied in config.
- Src
Ips V1 - SRC_IPS_V1
Matches the source IP address of a request to the IP ranges supplied in config.
- Src
Ips V1 - SRC_IPS_V1
Matches the source IP address of a request to the IP ranges supplied in config.
- SRC_IPS_V1
- SRC_IPS_V1
Matches the source IP address of a request to the IP ranges supplied in config.
- "SRC_IPS_V1"
- SRC_IPS_V1
Matches the source IP address of a request to the IP ranges supplied in config.
SecurityPolicyRulePreconfiguredWafConfig, SecurityPolicyRulePreconfiguredWafConfigArgs
- Exclusions
List<Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion> A list of exclusions to apply during preconfigured WAF evaluation.
- Exclusions
[]Security
Policy Rule Preconfigured Waf Config Exclusion A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions
List<Security
Policy Rule Preconfigured Waf Config Exclusion> A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions
Security
Policy Rule Preconfigured Waf Config Exclusion[] A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions
Sequence[Security
Policy Rule Preconfigured Waf Config Exclusion] A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions List<Property Map>
A list of exclusions to apply during preconfigured WAF evaluation.
SecurityPolicyRulePreconfiguredWafConfigExclusion, SecurityPolicyRulePreconfiguredWafConfigExclusionArgs
- List<Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Headers List<Pulumi.To Exclude Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Query List<Pulumi.Params To Exclude Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- Request
Uris List<Pulumi.To Exclude Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- Target
Rule List<string>Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- Target
Rule stringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- []Security
Policy Rule Preconfigured Waf Config Exclusion Field Params A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Headers []SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Query []SecurityParams To Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- Request
Uris []SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- Target
Rule []stringIds A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- Target
Rule stringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- List<Security
Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Headers List<SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Query List<SecurityParams To Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request
Uris List<SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params> A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target
Rule List<String>Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target
Rule StringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- Security
Policy Rule Preconfigured Waf Config Exclusion Field Params[] A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Headers SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params[] A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Query SecurityParams To Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params[] A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request
Uris SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params[] A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target
Rule string[]Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target
Rule stringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- Sequence[Security
Policy Rule Preconfigured Waf Config Exclusion Field Params] A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request_
headers_ Sequence[Securityto_ exclude Policy Rule Preconfigured Waf Config Exclusion Field Params] A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request_
query_ Sequence[Securityparams_ to_ exclude Policy Rule Preconfigured Waf Config Exclusion Field Params] A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request_
uris_ Sequence[Securityto_ exclude Policy Rule Preconfigured Waf Config Exclusion Field Params] A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target_
rule_ Sequence[str]ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target_
rule_ strset Target WAF rule set to apply the preconfigured WAF exclusion.
- List<Property Map>
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Headers List<Property Map>To Exclude A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Query List<Property Map>Params To Exclude A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request
Uris List<Property Map>To Exclude A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target
Rule List<String>Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target
Rule StringSet Target WAF rule set to apply the preconfigured WAF exclusion.
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsArgs
- Op
Pulumi.
Google Native. Compute. V1. Security Policy Rule Preconfigured Waf Config Exclusion Field Params Op The match operator for the field.
- Val string
The value of the field.
- Op
Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op The match operator for the field.
- Val string
The value of the field.
- op
Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op The match operator for the field.
- val String
The value of the field.
- op
Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op The match operator for the field.
- val string
The value of the field.
- op
Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op The match operator for the field.
- val str
The value of the field.
- op "CONTAINS" | "ENDS_WITH" | "EQUALS" | "EQUALS_ANY" | "STARTS_WITH"
The match operator for the field.
- val String
The value of the field.
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOp, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOpArgs
- Contains
- CONTAINS
The operator matches if the field value contains the specified value.
- Ends
With - ENDS_WITH
The operator matches if the field value ends with the specified value.
- Equals
Value - EQUALS
The operator matches if the field value equals the specified value.
- Equals
Any - EQUALS_ANY
The operator matches if the field value is any value.
- Starts
With - STARTS_WITH
The operator matches if the field value starts with the specified value.
- Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op Contains - CONTAINS
The operator matches if the field value contains the specified value.
- Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op Ends With - ENDS_WITH
The operator matches if the field value ends with the specified value.
- Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op Equals - EQUALS
The operator matches if the field value equals the specified value.
- Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op Equals Any - EQUALS_ANY
The operator matches if the field value is any value.
- Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Op Starts With - STARTS_WITH
The operator matches if the field value starts with the specified value.
- Contains
- CONTAINS
The operator matches if the field value contains the specified value.
- Ends
With - ENDS_WITH
The operator matches if the field value ends with the specified value.
- Equals
- EQUALS
The operator matches if the field value equals the specified value.
- Equals
Any - EQUALS_ANY
The operator matches if the field value is any value.
- Starts
With - STARTS_WITH
The operator matches if the field value starts with the specified value.
- Contains
- CONTAINS
The operator matches if the field value contains the specified value.
- Ends
With - ENDS_WITH
The operator matches if the field value ends with the specified value.
- Equals
- EQUALS
The operator matches if the field value equals the specified value.
- Equals
Any - EQUALS_ANY
The operator matches if the field value is any value.
- Starts
With - STARTS_WITH
The operator matches if the field value starts with the specified value.
- CONTAINS
- CONTAINS
The operator matches if the field value contains the specified value.
- ENDS_WITH
- ENDS_WITH
The operator matches if the field value ends with the specified value.
- EQUALS
- EQUALS
The operator matches if the field value equals the specified value.
- EQUALS_ANY
- EQUALS_ANY
The operator matches if the field value is any value.
- STARTS_WITH
- STARTS_WITH
The operator matches if the field value starts with the specified value.
- "CONTAINS"
- CONTAINS
The operator matches if the field value contains the specified value.
- "ENDS_WITH"
- ENDS_WITH
The operator matches if the field value ends with the specified value.
- "EQUALS"
- EQUALS
The operator matches if the field value equals the specified value.
- "EQUALS_ANY"
- EQUALS_ANY
The operator matches if the field value is any value.
- "STARTS_WITH"
- STARTS_WITH
The operator matches if the field value starts with the specified value.
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponse, SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsResponseArgs
SecurityPolicyRulePreconfiguredWafConfigExclusionResponse, SecurityPolicyRulePreconfiguredWafConfigExclusionResponseArgs
- List<Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Headers List<Pulumi.To Exclude Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Query List<Pulumi.Params To Exclude Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- Request
Uris List<Pulumi.To Exclude Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- Target
Rule List<string>Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- Target
Rule stringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- []Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Response A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Headers []SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- Request
Query []SecurityParams To Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- Request
Uris []SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- Target
Rule []stringIds A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- Target
Rule stringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- List<Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Headers List<SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Query List<SecurityParams To Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request
Uris List<SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response> A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target
Rule List<String>Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target
Rule StringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Response[] A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Headers SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response[] A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Query SecurityParams To Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response[] A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request
Uris SecurityTo Exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response[] A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target
Rule string[]Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target
Rule stringSet Target WAF rule set to apply the preconfigured WAF exclusion.
- Sequence[Security
Policy Rule Preconfigured Waf Config Exclusion Field Params Response] A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request_
headers_ Sequence[Securityto_ exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response] A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request_
query_ Sequence[Securityparams_ to_ exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response] A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request_
uris_ Sequence[Securityto_ exclude Policy Rule Preconfigured Waf Config Exclusion Field Params Response] A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target_
rule_ Sequence[str]ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target_
rule_ strset Target WAF rule set to apply the preconfigured WAF exclusion.
- List<Property Map>
A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Headers List<Property Map>To Exclude A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
- request
Query List<Property Map>Params To Exclude A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
- request
Uris List<Property Map>To Exclude A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
- target
Rule List<String>Ids A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
- target
Rule StringSet Target WAF rule set to apply the preconfigured WAF exclusion.
SecurityPolicyRulePreconfiguredWafConfigResponse, SecurityPolicyRulePreconfiguredWafConfigResponseArgs
- Exclusions
List<Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Exclusion Response> A list of exclusions to apply during preconfigured WAF evaluation.
- Exclusions
[]Security
Policy Rule Preconfigured Waf Config Exclusion Response A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions
List<Security
Policy Rule Preconfigured Waf Config Exclusion Response> A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions
Security
Policy Rule Preconfigured Waf Config Exclusion Response[] A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions
Sequence[Security
Policy Rule Preconfigured Waf Config Exclusion Response] A list of exclusions to apply during preconfigured WAF evaluation.
- exclusions List<Property Map>
A list of exclusions to apply during preconfigured WAF evaluation.
SecurityPolicyRuleRateLimitOptions, SecurityPolicyRuleRateLimitOptionsArgs
- Ban
Duration intSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- Ban
Threshold Pulumi.Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Threshold Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- Conform
Action string Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- Enforce
On Pulumi.Key Google Native. Compute. V1. Security Policy Rule Rate Limit Options Enforce On Key Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- Enforce
On List<Pulumi.Key Configs Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Enforce On Key Config> If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Exceed
Action string Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- Exceed
Redirect Pulumi.Options Google Native. Compute. V1. Inputs. Security Policy Rule Redirect Options Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rate
Limit Pulumi.Threshold Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Threshold Threshold at which to begin ratelimiting.
- Ban
Duration intSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- Ban
Threshold SecurityPolicy Rule Rate Limit Options Threshold Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- Conform
Action string Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- Enforce
On SecurityKey Policy Rule Rate Limit Options Enforce On Key Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- Enforce
On []SecurityKey Configs Policy Rule Rate Limit Options Enforce On Key Config If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Exceed
Action string Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- Exceed
Redirect SecurityOptions Policy Rule Redirect Options Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rate
Limit SecurityThreshold Policy Rule Rate Limit Options Threshold Threshold at which to begin ratelimiting.
- ban
Duration IntegerSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban
Threshold SecurityPolicy Rule Rate Limit Options Threshold Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform
Action String Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce
On SecurityKey Policy Rule Rate Limit Options Enforce On Key Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On List<SecurityKey Configs Policy Rule Rate Limit Options Enforce On Key Config> If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed
Action String Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed
Redirect SecurityOptions Policy Rule Redirect Options Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate
Limit SecurityThreshold Policy Rule Rate Limit Options Threshold Threshold at which to begin ratelimiting.
- ban
Duration numberSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban
Threshold SecurityPolicy Rule Rate Limit Options Threshold Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform
Action string Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce
On SecurityKey Policy Rule Rate Limit Options Enforce On Key Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On SecurityKey Configs Policy Rule Rate Limit Options Enforce On Key Config[] If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed
Action string Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed
Redirect SecurityOptions Policy Rule Redirect Options Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate
Limit SecurityThreshold Policy Rule Rate Limit Options Threshold Threshold at which to begin ratelimiting.
- ban_
duration_ intsec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban_
threshold SecurityPolicy Rule Rate Limit Options Threshold Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform_
action str Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce_
on_ Securitykey Policy Rule Rate Limit Options Enforce On Key Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce_
on_ Sequence[Securitykey_ configs Policy Rule Rate Limit Options Enforce On Key Config] If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce_
on_ strkey_ name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed_
action str Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed_
redirect_ Securityoptions Policy Rule Redirect Options Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate_
limit_ Securitythreshold Policy Rule Rate Limit Options Threshold Threshold at which to begin ratelimiting.
- ban
Duration NumberSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban
Threshold Property Map Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform
Action String Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce
On "ALL" | "HTTP_COOKIE" | "HTTP_HEADER" | "HTTP_PATH" | "IP" | "REGION_CODE" | "SNI" | "XFF_IP"Key Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On List<Property Map>Key Configs If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed
Action String Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed
Redirect Property MapOptions Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate
Limit Property MapThreshold Threshold at which to begin ratelimiting.
SecurityPolicyRuleRateLimitOptionsEnforceOnKey, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyArgs
- All
- ALL
- Http
Cookie - HTTP_COOKIE
- Http
Header - HTTP_HEADER
- Http
Path - HTTP_PATH
- Ip
- IP
- Region
Code - REGION_CODE
- Sni
- SNI
- Xff
Ip - XFF_IP
- Security
Policy Rule Rate Limit Options Enforce On Key All - ALL
- Security
Policy Rule Rate Limit Options Enforce On Key Http Cookie - HTTP_COOKIE
- Security
Policy Rule Rate Limit Options Enforce On Key Http Header - HTTP_HEADER
- Security
Policy Rule Rate Limit Options Enforce On Key Http Path - HTTP_PATH
- Security
Policy Rule Rate Limit Options Enforce On Key Ip - IP
- Security
Policy Rule Rate Limit Options Enforce On Key Region Code - REGION_CODE
- Security
Policy Rule Rate Limit Options Enforce On Key Sni - SNI
- Security
Policy Rule Rate Limit Options Enforce On Key Xff Ip - XFF_IP
- All
- ALL
- Http
Cookie - HTTP_COOKIE
- Http
Header - HTTP_HEADER
- Http
Path - HTTP_PATH
- Ip
- IP
- Region
Code - REGION_CODE
- Sni
- SNI
- Xff
Ip - XFF_IP
- All
- ALL
- Http
Cookie - HTTP_COOKIE
- Http
Header - HTTP_HEADER
- Http
Path - HTTP_PATH
- Ip
- IP
- Region
Code - REGION_CODE
- Sni
- SNI
- Xff
Ip - XFF_IP
- ALL
- ALL
- HTTP_COOKIE
- HTTP_COOKIE
- HTTP_HEADER
- HTTP_HEADER
- HTTP_PATH
- HTTP_PATH
- IP
- IP
- REGION_CODE
- REGION_CODE
- SNI
- SNI
- XFF_IP
- XFF_IP
- "ALL"
- ALL
- "HTTP_COOKIE"
- HTTP_COOKIE
- "HTTP_HEADER"
- HTTP_HEADER
- "HTTP_PATH"
- HTTP_PATH
- "IP"
- IP
- "REGION_CODE"
- REGION_CODE
- "SNI"
- SNI
- "XFF_IP"
- XFF_IP
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigArgs
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Enforce
On Pulumi.Key Type Google Native. Compute. V1. Security Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Enforce
On SecurityKey Type Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce
On SecurityKey Type Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce
On SecurityKey Type Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce_
on_ strkey_ name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce_
on_ Securitykey_ type Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce
On "ALL" | "HTTP_COOKIE" | "HTTP_HEADER" | "HTTP_PATH" | "IP" | "REGION_CODE" | "SNI" | "XFF_IP"Key Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyType, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigEnforceOnKeyTypeArgs
- All
- ALL
- Http
Cookie - HTTP_COOKIE
- Http
Header - HTTP_HEADER
- Http
Path - HTTP_PATH
- Ip
- IP
- Region
Code - REGION_CODE
- Sni
- SNI
- Xff
Ip - XFF_IP
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type All - ALL
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Http Cookie - HTTP_COOKIE
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Http Header - HTTP_HEADER
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Http Path - HTTP_PATH
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Ip - IP
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Region Code - REGION_CODE
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Sni - SNI
- Security
Policy Rule Rate Limit Options Enforce On Key Config Enforce On Key Type Xff Ip - XFF_IP
- All
- ALL
- Http
Cookie - HTTP_COOKIE
- Http
Header - HTTP_HEADER
- Http
Path - HTTP_PATH
- Ip
- IP
- Region
Code - REGION_CODE
- Sni
- SNI
- Xff
Ip - XFF_IP
- All
- ALL
- Http
Cookie - HTTP_COOKIE
- Http
Header - HTTP_HEADER
- Http
Path - HTTP_PATH
- Ip
- IP
- Region
Code - REGION_CODE
- Sni
- SNI
- Xff
Ip - XFF_IP
- ALL
- ALL
- HTTP_COOKIE
- HTTP_COOKIE
- HTTP_HEADER
- HTTP_HEADER
- HTTP_PATH
- HTTP_PATH
- IP
- IP
- REGION_CODE
- REGION_CODE
- SNI
- SNI
- XFF_IP
- XFF_IP
- "ALL"
- ALL
- "HTTP_COOKIE"
- HTTP_COOKIE
- "HTTP_HEADER"
- HTTP_HEADER
- "HTTP_PATH"
- HTTP_PATH
- "IP"
- IP
- "REGION_CODE"
- REGION_CODE
- "SNI"
- SNI
- "XFF_IP"
- XFF_IP
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponse, SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfigResponseArgs
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Enforce
On stringKey Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Enforce
On stringKey Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce
On StringKey Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce
On stringKey Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce_
on_ strkey_ name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce_
on_ strkey_ type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- enforce
On StringKey Type Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
SecurityPolicyRuleRateLimitOptionsResponse, SecurityPolicyRuleRateLimitOptionsResponseArgs
- Ban
Duration intSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- Ban
Threshold Pulumi.Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Threshold Response Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- Conform
Action string Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- Enforce
On stringKey Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- Enforce
On List<Pulumi.Key Configs Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Enforce On Key Config Response> If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Exceed
Action string Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- Exceed
Redirect Pulumi.Options Google Native. Compute. V1. Inputs. Security Policy Rule Redirect Options Response Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rate
Limit Pulumi.Threshold Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Threshold Response Threshold at which to begin ratelimiting.
- Ban
Duration intSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- Ban
Threshold SecurityPolicy Rule Rate Limit Options Threshold Response Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- Conform
Action string Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- Enforce
On stringKey Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- Enforce
On []SecurityKey Configs Policy Rule Rate Limit Options Enforce On Key Config Response If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- Enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- Exceed
Action string Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- Exceed
Redirect SecurityOptions Policy Rule Redirect Options Response Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Rate
Limit SecurityThreshold Policy Rule Rate Limit Options Threshold Response Threshold at which to begin ratelimiting.
- ban
Duration IntegerSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban
Threshold SecurityPolicy Rule Rate Limit Options Threshold Response Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform
Action String Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce
On StringKey Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On List<SecurityKey Configs Policy Rule Rate Limit Options Enforce On Key Config Response> If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed
Action String Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed
Redirect SecurityOptions Policy Rule Redirect Options Response Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate
Limit SecurityThreshold Policy Rule Rate Limit Options Threshold Response Threshold at which to begin ratelimiting.
- ban
Duration numberSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban
Threshold SecurityPolicy Rule Rate Limit Options Threshold Response Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform
Action string Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce
On stringKey Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On SecurityKey Configs Policy Rule Rate Limit Options Enforce On Key Config Response[] If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce
On stringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed
Action string Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed
Redirect SecurityOptions Policy Rule Redirect Options Response Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate
Limit SecurityThreshold Policy Rule Rate Limit Options Threshold Response Threshold at which to begin ratelimiting.
- ban_
duration_ intsec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban_
threshold SecurityPolicy Rule Rate Limit Options Threshold Response Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform_
action str Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce_
on_ strkey Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce_
on_ Sequence[Securitykey_ configs Policy Rule Rate Limit Options Enforce On Key Config Response] If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce_
on_ strkey_ name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed_
action str Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed_
redirect_ Securityoptions Policy Rule Redirect Options Response Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate_
limit_ Securitythreshold Policy Rule Rate Limit Options Threshold Response Threshold at which to begin ratelimiting.
- ban
Duration NumberSec Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
- ban
Threshold Property Map Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
- conform
Action String Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
- enforce
On StringKey Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
- enforce
On List<Property Map>Key Configs If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
- enforce
On StringKey Name Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
- exceed
Action String Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are
deny(STATUS)
, where valid values forSTATUS
are 403, 404, 429, and 502, andredirect
, where the redirect parameters come fromexceedRedirectOptions
below. Theredirect
action is only supported in Global Security Policies of type CLOUD_ARMOR.- exceed
Redirect Property MapOptions Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- rate
Limit Property MapThreshold Threshold at which to begin ratelimiting.
SecurityPolicyRuleRateLimitOptionsThreshold, SecurityPolicyRuleRateLimitOptionsThresholdArgs
- Count int
Number of HTTP(S) requests for calculating the threshold.
- Interval
Sec int Interval over which the threshold is computed.
- Count int
Number of HTTP(S) requests for calculating the threshold.
- Interval
Sec int Interval over which the threshold is computed.
- count Integer
Number of HTTP(S) requests for calculating the threshold.
- interval
Sec Integer Interval over which the threshold is computed.
- count number
Number of HTTP(S) requests for calculating the threshold.
- interval
Sec number Interval over which the threshold is computed.
- count int
Number of HTTP(S) requests for calculating the threshold.
- interval_
sec int Interval over which the threshold is computed.
- count Number
Number of HTTP(S) requests for calculating the threshold.
- interval
Sec Number Interval over which the threshold is computed.
SecurityPolicyRuleRateLimitOptionsThresholdResponse, SecurityPolicyRuleRateLimitOptionsThresholdResponseArgs
- Count int
Number of HTTP(S) requests for calculating the threshold.
- Interval
Sec int Interval over which the threshold is computed.
- Count int
Number of HTTP(S) requests for calculating the threshold.
- Interval
Sec int Interval over which the threshold is computed.
- count Integer
Number of HTTP(S) requests for calculating the threshold.
- interval
Sec Integer Interval over which the threshold is computed.
- count number
Number of HTTP(S) requests for calculating the threshold.
- interval
Sec number Interval over which the threshold is computed.
- count int
Number of HTTP(S) requests for calculating the threshold.
- interval_
sec int Interval over which the threshold is computed.
- count Number
Number of HTTP(S) requests for calculating the threshold.
- interval
Sec Number Interval over which the threshold is computed.
SecurityPolicyRuleRedirectOptions, SecurityPolicyRuleRedirectOptionsArgs
- Target string
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
- Type
Pulumi.
Google Native. Compute. V1. Security Policy Rule Redirect Options Type Type of the redirect action.
- Target string
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
- Type
Security
Policy Rule Redirect Options Type Type of the redirect action.
- target String
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
- type
Security
Policy Rule Redirect Options Type Type of the redirect action.
- target string
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
- type
Security
Policy Rule Redirect Options Type Type of the redirect action.
- target str
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
- type
Security
Policy Rule Redirect Options Type Type of the redirect action.
- target String
Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
- type "EXTERNAL_302" | "GOOGLE_RECAPTCHA"
Type of the redirect action.
SecurityPolicyRuleRedirectOptionsResponse, SecurityPolicyRuleRedirectOptionsResponseArgs
SecurityPolicyRuleRedirectOptionsType, SecurityPolicyRuleRedirectOptionsTypeArgs
- External302
- EXTERNAL_302
- Google
Recaptcha - GOOGLE_RECAPTCHA
- Security
Policy Rule Redirect Options Type External302 - EXTERNAL_302
- Security
Policy Rule Redirect Options Type Google Recaptcha - GOOGLE_RECAPTCHA
- External302
- EXTERNAL_302
- Google
Recaptcha - GOOGLE_RECAPTCHA
- External302
- EXTERNAL_302
- Google
Recaptcha - GOOGLE_RECAPTCHA
- EXTERNAL302
- EXTERNAL_302
- GOOGLE_RECAPTCHA
- GOOGLE_RECAPTCHA
- "EXTERNAL_302"
- EXTERNAL_302
- "GOOGLE_RECAPTCHA"
- GOOGLE_RECAPTCHA
SecurityPolicyRuleResponse, SecurityPolicyRuleResponseArgs
- Action string
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- Description string
An optional description of this resource. Provide this property when you create the resource.
- Header
Action Pulumi.Google Native. Compute. V1. Inputs. Security Policy Rule Http Header Action Response Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Kind string
[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules
- Match
Pulumi.
Google Native. Compute. V1. Inputs. Security Policy Rule Matcher Response A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- Preconfigured
Waf Pulumi.Config Google Native. Compute. V1. Inputs. Security Policy Rule Preconfigured Waf Config Response Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- Preview bool
If set to true, the specified action is not enforced.
- Priority int
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- Rate
Limit Pulumi.Options Google Native. Compute. V1. Inputs. Security Policy Rule Rate Limit Options Response Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- Redirect
Options Pulumi.Google Native. Compute. V1. Inputs. Security Policy Rule Redirect Options Response Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Action string
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- Description string
An optional description of this resource. Provide this property when you create the resource.
- Header
Action SecurityPolicy Rule Http Header Action Response Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- Kind string
[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules
- Match
Security
Policy Rule Matcher Response A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- Preconfigured
Waf SecurityConfig Policy Rule Preconfigured Waf Config Response Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- Preview bool
If set to true, the specified action is not enforced.
- Priority int
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- Rate
Limit SecurityOptions Policy Rule Rate Limit Options Response Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- Redirect
Options SecurityPolicy Rule Redirect Options Response Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action String
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description String
An optional description of this resource. Provide this property when you create the resource.
- header
Action SecurityPolicy Rule Http Header Action Response Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- kind String
[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules
- match
Security
Policy Rule Matcher Response A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured
Waf SecurityConfig Policy Rule Preconfigured Waf Config Response Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview Boolean
If set to true, the specified action is not enforced.
- priority Integer
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate
Limit SecurityOptions Policy Rule Rate Limit Options Response Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect
Options SecurityPolicy Rule Redirect Options Response Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action string
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description string
An optional description of this resource. Provide this property when you create the resource.
- header
Action SecurityPolicy Rule Http Header Action Response Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- kind string
[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules
- match
Security
Policy Rule Matcher Response A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured
Waf SecurityConfig Policy Rule Preconfigured Waf Config Response Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview boolean
If set to true, the specified action is not enforced.
- priority number
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate
Limit SecurityOptions Policy Rule Rate Limit Options Response Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect
Options SecurityPolicy Rule Redirect Options Response Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action str
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description str
An optional description of this resource. Provide this property when you create the resource.
- header_
action SecurityPolicy Rule Http Header Action Response Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- kind str
[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules
- match
Security
Policy Rule Matcher Response A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured_
waf_ Securityconfig Policy Rule Preconfigured Waf Config Response Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview bool
If set to true, the specified action is not enforced.
- priority int
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate_
limit_ Securityoptions Policy Rule Rate Limit Options Response Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect_
options SecurityPolicy Rule Redirect Options Response Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- action String
The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for
STATUS
are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.- description String
An optional description of this resource. Provide this property when you create the resource.
- header
Action Property Map Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
- kind String
[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules
- match Property Map
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
- preconfigured
Waf Property MapConfig Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
- preview Boolean
If set to true, the specified action is not enforced.
- priority Number
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- rate
Limit Property MapOptions Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
- redirect
Options Property Map Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.