@maxim_mazurok/gapi.client.networksecurity-v1 0.0.20250721 → 0.0.20250806
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 +13 -13
- 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: 20250806
|
|
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 {
|
|
@@ -282,13 +282,13 @@ declare namespace gapi.client {
|
|
|
282
282
|
associations?: FirewallEndpointAssociationReference[];
|
|
283
283
|
/** Required. Project to bill on endpoint uptime usage. */
|
|
284
284
|
billingProjectId?: string;
|
|
285
|
-
/** Output only. Create time stamp */
|
|
285
|
+
/** Output only. Create time stamp. */
|
|
286
286
|
createTime?: string;
|
|
287
287
|
/** Optional. Description of the firewall endpoint. Max length 2048 characters. */
|
|
288
288
|
description?: string;
|
|
289
289
|
/** Optional. Labels as key value pairs */
|
|
290
290
|
labels?: {[P in string]: string};
|
|
291
|
-
/** Immutable. Identifier.
|
|
291
|
+
/** Immutable. Identifier. Name of resource. */
|
|
292
292
|
name?: string;
|
|
293
293
|
/** Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. */
|
|
294
294
|
reconciling?: boolean;
|
|
@@ -1651,7 +1651,7 @@ declare namespace gapi.client {
|
|
|
1651
1651
|
fields?: string;
|
|
1652
1652
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1653
1653
|
key?: string;
|
|
1654
|
-
/** Immutable. Identifier.
|
|
1654
|
+
/** Immutable. Identifier. Name of resource. */
|
|
1655
1655
|
name: string;
|
|
1656
1656
|
/** OAuth 2.0 token for the current user. */
|
|
1657
1657
|
oauth_token?: string;
|
|
@@ -1684,7 +1684,7 @@ declare namespace gapi.client {
|
|
|
1684
1684
|
fields?: string;
|
|
1685
1685
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1686
1686
|
key?: string;
|
|
1687
|
-
/** Immutable. Identifier.
|
|
1687
|
+
/** Immutable. Identifier. Name of resource. */
|
|
1688
1688
|
name: string;
|
|
1689
1689
|
/** OAuth 2.0 token for the current user. */
|
|
1690
1690
|
oauth_token?: string;
|