@maxim_mazurok/gapi.client.cloudasset-v1p1beta1 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=v1p1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240705
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -241,7 +241,7 @@ declare namespace gapi.client {
|
|
|
241
241
|
identityType?: string;
|
|
242
242
|
/** 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`. */
|
|
243
243
|
sourceRestriction?: string;
|
|
244
|
-
/** Sources that this EgressPolicy authorizes access from. If this field is not empty, then `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. */
|
|
244
|
+
/** 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. */
|
|
245
245
|
sources?: GoogleIdentityAccesscontextmanagerV1EgressSource[];
|
|
246
246
|
}
|
|
247
247
|
interface GoogleIdentityAccesscontextmanagerV1EgressPolicy {
|
|
@@ -251,7 +251,7 @@ declare namespace gapi.client {
|
|
|
251
251
|
egressTo?: GoogleIdentityAccesscontextmanagerV1EgressTo;
|
|
252
252
|
}
|
|
253
253
|
interface GoogleIdentityAccesscontextmanagerV1EgressSource {
|
|
254
|
-
/** 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. */
|
|
254
|
+
/** 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. */
|
|
255
255
|
accessLevel?: string;
|
|
256
256
|
}
|
|
257
257
|
interface GoogleIdentityAccesscontextmanagerV1EgressTo {
|
|
@@ -339,7 +339,7 @@ declare namespace gapi.client {
|
|
|
339
339
|
enableRestriction?: boolean;
|
|
340
340
|
}
|
|
341
341
|
interface GoogleIdentityAccesscontextmanagerV1VpcNetworkSource {
|
|
342
|
-
/** Sub-segment ranges of a VPC network. */
|
|
342
|
+
/** 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. */
|
|
343
343
|
vpcSubnetwork?: GoogleIdentityAccesscontextmanagerV1VpcSubNetwork;
|
|
344
344
|
}
|
|
345
345
|
interface GoogleIdentityAccesscontextmanagerV1VpcSubNetwork {
|