@maxim_mazurok/gapi.client.cloudidentity-v1beta1 0.0.20250113 → 0.0.20250121
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 +2 -2
- package/package.json +1 -1
- package/readme.md +6 -0
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://cloudidentity.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250121
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -3409,7 +3409,7 @@ declare namespace gapi.client {
|
|
|
3409
3409
|
callback?: string;
|
|
3410
3410
|
/** Selector specifying which fields to include in a partial response. */
|
|
3411
3411
|
fields?: string;
|
|
3412
|
-
/** Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.
|
|
3412
|
+
/** Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches('^settings/gmail\\..*$') Policies can be filtered by setting type with this expression: setting.type.matches('^.*\\.service_status$') A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == "customers/{customer}" Where `customer` is the `id` from the [Admin SDK `Customer` resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the `&&` operator. */
|
|
3413
3413
|
filter?: string;
|
|
3414
3414
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
3415
3415
|
key?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -69,6 +69,12 @@ var client_id = '',
|
|
|
69
69
|
// See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
|
|
70
70
|
'https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly',
|
|
71
71
|
|
|
72
|
+
// List, Move orgmembers of an OrgUnit in your Cloud Identity Organization.
|
|
73
|
+
'https://www.googleapis.com/auth/cloud-identity.orgunits',
|
|
74
|
+
|
|
75
|
+
// List org members of an OrgUnit in your Cloud Identity Organization.
|
|
76
|
+
'https://www.googleapis.com/auth/cloud-identity.orgunits.readonly',
|
|
77
|
+
|
|
72
78
|
// See and edit policies in your Cloud Identity Organization.
|
|
73
79
|
'https://www.googleapis.com/auth/cloud-identity.policies',
|
|
74
80
|
|