@maxim_mazurok/gapi.client.cloudasset-v1p1beta1 0.0.20240726 → 0.0.20240806

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  2. 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: 20240726
12
+ // Revision: 20240806
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -235,7 +235,7 @@ declare namespace gapi.client {
235
235
  requireScreenlock?: boolean;
236
236
  }
237
237
  interface GoogleIdentityAccesscontextmanagerV1EgressFrom {
238
- /** A list of identities that are allowed access through [EgressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported. */
238
+ /** A list of identities that are allowed access through [EgressPolicy]. 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. */
239
239
  identities?: string[];
240
240
  /** Specifies the type of identities that are allowed access to outside the perimeter. If left unspecified, then members of `identities` field will be allowed access. */
241
241
  identityType?: string;
@@ -263,7 +263,7 @@ declare namespace gapi.client {
263
263
  resources?: string[];
264
264
  }
265
265
  interface GoogleIdentityAccesscontextmanagerV1IngressFrom {
266
- /** A list of identities that are allowed access through [IngressPolicy]. Identities can be an individual user, service account, Google group, or third-party identity. The `v1` identities that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported. */
266
+ /** 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. */
267
267
  identities?: string[];
268
268
  /** Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of `identities` field will be allowed access. */
269
269
  identityType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudasset-v1p1beta1",
3
- "version": "0.0.20240726",
3
+ "version": "0.0.20240806",
4
4
  "description": "TypeScript typings for Cloud Asset API v1p1beta1",
5
5
  "repository": {
6
6
  "type": "git",