@maxim_mazurok/gapi.client.cloudasset-v1beta1 0.0.20240621 → 0.0.20240705
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 +4 -4
- 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://cloudasset.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240705
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -275,7 +275,7 @@ declare namespace gapi.client {
|
|
|
275
275
|
identityType?: string;
|
|
276
276
|
/** Whether to enforce traffic restrictions based on `sources` field. If the `sources` fields is non-empty, then this field must be set to `SOURCE_RESTRICTION_ENABLED`. */
|
|
277
277
|
sourceRestriction?: string;
|
|
278
|
-
/** Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. */
|
|
278
|
+
/** Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out. */
|
|
279
279
|
sources?: GoogleIdentityAccesscontextmanagerV1EgressSource[];
|
|
280
280
|
}
|
|
281
281
|
interface GoogleIdentityAccesscontextmanagerV1EgressPolicy {
|
|
@@ -285,7 +285,7 @@ declare namespace gapi.client {
|
|
|
285
285
|
egressTo?: GoogleIdentityAccesscontextmanagerV1EgressTo;
|
|
286
286
|
}
|
|
287
287
|
interface GoogleIdentityAccesscontextmanagerV1EgressSource {
|
|
288
|
-
/** An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. */
|
|
288
|
+
/** An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out. */
|
|
289
289
|
accessLevel?: string;
|
|
290
290
|
}
|
|
291
291
|
interface GoogleIdentityAccesscontextmanagerV1EgressTo {
|
|
@@ -373,7 +373,7 @@ declare namespace gapi.client {
|
|
|
373
373
|
enableRestriction?: boolean;
|
|
374
374
|
}
|
|
375
375
|
interface GoogleIdentityAccesscontextmanagerV1VpcNetworkSource {
|
|
376
|
-
/** Sub-segment ranges of a VPC network. */
|
|
376
|
+
/** Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with custom_org_policy_accessibility when cl/640698580 will be rolled out. */
|
|
377
377
|
vpcSubnetwork?: GoogleIdentityAccesscontextmanagerV1VpcSubNetwork;
|
|
378
378
|
}
|
|
379
379
|
interface GoogleIdentityAccesscontextmanagerV1VpcSubNetwork {
|