@maxim_mazurok/gapi.client.cloudasset-v1p1beta1 0.0.20250222 → 0.0.20250307
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 +5 -1
- 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: 20250307
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -265,6 +265,8 @@ declare namespace gapi.client {
|
|
|
265
265
|
operations?: GoogleIdentityAccesscontextmanagerV1ApiOperation[];
|
|
266
266
|
/** A list of resources, currently only projects in the form `projects/`, that are allowed to be accessed by sources defined in the corresponding EgressFrom. A request matches if it contains a resource in this list. If `*` is specified for `resources`, then this EgressTo rule will authorize access to all resources outside the perimeter. */
|
|
267
267
|
resources?: string[];
|
|
268
|
+
/** IAM roles that represent the set of operations that the sources specified in the corresponding EgressFrom. are allowed to perform in this ServicePerimeter. */
|
|
269
|
+
roles?: string[];
|
|
268
270
|
}
|
|
269
271
|
interface GoogleIdentityAccesscontextmanagerV1IngressFrom {
|
|
270
272
|
/** A list of identities that are allowed access through [IngressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported. */
|
|
@@ -293,6 +295,8 @@ declare namespace gapi.client {
|
|
|
293
295
|
operations?: GoogleIdentityAccesscontextmanagerV1ApiOperation[];
|
|
294
296
|
/** A list of resources, currently only projects in the form `projects/`, protected by this ServicePerimeter that are allowed to be accessed by sources defined in the corresponding IngressFrom. If a single `*` is specified, then access to all resources inside the perimeter are allowed. */
|
|
295
297
|
resources?: string[];
|
|
298
|
+
/** IAM roles that represent the set of operations that the sources specified in the corresponding IngressFrom are allowed to perform in this ServicePerimeter. */
|
|
299
|
+
roles?: string[];
|
|
296
300
|
}
|
|
297
301
|
interface GoogleIdentityAccesscontextmanagerV1MethodSelector {
|
|
298
302
|
/** A valid method name for the corresponding `service_name` in ApiOperation. If `*` is used as the value for the `method`, then ALL methods and permissions are allowed. */
|