@maxim_mazurok/gapi.client.networksecurity-v1 0.0.20250721 → 0.0.20250804
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -9
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://networksecurity.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250804
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -113,11 +113,11 @@ declare namespace gapi.client {
|
|
|
113
113
|
sources?: AuthzPolicyAuthzRuleFromRequestSource[];
|
|
114
114
|
}
|
|
115
115
|
interface AuthzPolicyAuthzRuleFromRequestSource {
|
|
116
|
-
/** Optional. A list of IP addresses or IP address ranges to match against the source IP address of the request. Limited to
|
|
116
|
+
/** Optional. A list of IP addresses or IP address ranges to match against the source IP address of the request. Limited to 10 ip_blocks per Authorization Policy */
|
|
117
117
|
ipBlocks?: AuthzPolicyAuthzRuleIpBlock[];
|
|
118
|
-
/** Optional. A list of identities derived from the client's certificate. This field will not match on a request unless frontend mutual TLS is enabled for the forwarding rule or Gateway and the client certificate has been successfully validated by mTLS. Each identity is a string whose value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's certificate. A match happens when any principal matches with the rule. Limited to
|
|
118
|
+
/** Optional. A list of identities derived from the client's certificate. This field will not match on a request unless frontend mutual TLS is enabled for the forwarding rule or Gateway and the client certificate has been successfully validated by mTLS. Each identity is a string whose value is matched against a list of URI SANs, DNS Name SANs, or the common name in the client's certificate. A match happens when any principal matches with the rule. Limited to 50 principals per Authorization Policy for Regional Internal Application Load Balancer, Regional External Application Load Balancer, Cross-region Internal Application Load Balancer, and Cloud Service Mesh. Limited to 25 principals per Authorization Policy for Global External Application Load Balancer. */
|
|
119
119
|
principals?: AuthzPolicyAuthzRulePrincipal[];
|
|
120
|
-
/** Optional. A list of resources to match against the resource of the source VM of a request. Limited to
|
|
120
|
+
/** Optional. A list of resources to match against the resource of the source VM of a request. Limited to 10 resources per Authorization Policy. */
|
|
121
121
|
resources?: AuthzPolicyAuthzRuleRequestResource[];
|
|
122
122
|
}
|
|
123
123
|
interface AuthzPolicyAuthzRuleHeaderMatch {
|
|
@@ -145,7 +145,7 @@ declare namespace gapi.client {
|
|
|
145
145
|
tagValueIdSet?: AuthzPolicyAuthzRuleRequestResourceTagValueIdSet;
|
|
146
146
|
}
|
|
147
147
|
interface AuthzPolicyAuthzRuleRequestResourceTagValueIdSet {
|
|
148
|
-
/** Required. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5
|
|
148
|
+
/** Required. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 ids in the Tag value id set. */
|
|
149
149
|
ids?: string[];
|
|
150
150
|
}
|
|
151
151
|
interface AuthzPolicyAuthzRuleStringMatch {
|
|
@@ -169,15 +169,15 @@ declare namespace gapi.client {
|
|
|
169
169
|
interface AuthzPolicyAuthzRuleToRequestOperation {
|
|
170
170
|
/** Optional. A list of headers to match against in http header. */
|
|
171
171
|
headerSet?: AuthzPolicyAuthzRuleToRequestOperationHeaderSet;
|
|
172
|
-
/** Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to
|
|
172
|
+
/** Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 10 hosts per Authorization Policy. */
|
|
173
173
|
hosts?: AuthzPolicyAuthzRuleStringMatch[];
|
|
174
|
-
/** Optional. A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive. */
|
|
174
|
+
/** Optional. A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive. Limited to 10 methods per Authorization Policy. */
|
|
175
175
|
methods?: string[];
|
|
176
|
-
/** Optional. A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to
|
|
176
|
+
/** Optional. A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 10 paths per Authorization Policy. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method. */
|
|
177
177
|
paths?: AuthzPolicyAuthzRuleStringMatch[];
|
|
178
178
|
}
|
|
179
179
|
interface AuthzPolicyAuthzRuleToRequestOperationHeaderSet {
|
|
180
|
-
/** Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to
|
|
180
|
+
/** Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 10 headers per Authorization Policy. */
|
|
181
181
|
headers?: AuthzPolicyAuthzRuleHeaderMatch[];
|
|
182
182
|
}
|
|
183
183
|
interface AuthzPolicyCustomProvider {
|