@maxim_mazurok/gapi.client.cloudasset-v1p1beta1 0.0.20240119 → 0.0.20240126
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 +3 -3
- 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: 20240126
|
|
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 this [EgressPolicy]
|
|
238
|
+
/** A list of identities that are allowed access through this [EgressPolicy], in the format of `user:{email_id}` or `serviceAccount:{email_id}`. */
|
|
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 this ingress policy
|
|
266
|
+
/** A list of identities that are allowed access through this ingress policy, in the format of `user:{email_id}` or `serviceAccount:{email_id}`. */
|
|
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;
|