@maxim_mazurok/gapi.client.admin-directory_v1 0.4.20260522 → 0.4.20260602
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 +9 -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://admin.googleapis.com/$discovery/rest?version=directory_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260602
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1267,6 +1267,8 @@ declare namespace gapi.client {
|
|
|
1267
1267
|
agreedToTerms?: boolean;
|
|
1268
1268
|
/** Output only. The list of the user's alias email addresses. */
|
|
1269
1269
|
aliases?: string[];
|
|
1270
|
+
/** Output only. User's account archival time. (Read-only) */
|
|
1271
|
+
archivalTime?: string;
|
|
1270
1272
|
/** Indicates if user is archived. */
|
|
1271
1273
|
archived?: boolean;
|
|
1272
1274
|
/** Indicates if the user is forced to change their password at next login. This setting doesn't apply when [the user signs in via a third-party identity provider](https://support.google.com/a/answer/60224). */
|
|
@@ -1350,6 +1352,8 @@ declare namespace gapi.client {
|
|
|
1350
1352
|
suspended?: boolean;
|
|
1351
1353
|
/** Output only. Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the `suspended` property is `true`. */
|
|
1352
1354
|
suspensionReason?: string;
|
|
1355
|
+
/** Output only. User's account suspension time. (Read-only) */
|
|
1356
|
+
suspensionTime?: string;
|
|
1353
1357
|
/** Output only. ETag of the user's photo (Read-only) */
|
|
1354
1358
|
thumbnailPhotoEtag?: string;
|
|
1355
1359
|
/** Output only. The URL of the user's profile photo. The URL might be temporary or private. */
|
|
@@ -3837,6 +3841,8 @@ declare namespace gapi.client {
|
|
|
3837
3841
|
agreedToTerms?: boolean;
|
|
3838
3842
|
/** Output only. The list of the user's alias email addresses. */
|
|
3839
3843
|
aliases?: string[];
|
|
3844
|
+
/** Output only. User's account archival time. (Read-only) */
|
|
3845
|
+
archivalTime?: string;
|
|
3840
3846
|
/** Indicates if user is archived. */
|
|
3841
3847
|
archived?: boolean;
|
|
3842
3848
|
/** Indicates if the user is forced to change their password at next login. This setting doesn't apply when [the user signs in via a third-party identity provider](https://support.google.com/a/answer/60224). */
|
|
@@ -3920,6 +3926,8 @@ declare namespace gapi.client {
|
|
|
3920
3926
|
suspended?: boolean;
|
|
3921
3927
|
/** Output only. Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the `suspended` property is `true`. */
|
|
3922
3928
|
suspensionReason?: string;
|
|
3929
|
+
/** Output only. User's account suspension time. (Read-only) */
|
|
3930
|
+
suspensionTime?: string;
|
|
3923
3931
|
/** Output only. ETag of the user's photo (Read-only) */
|
|
3924
3932
|
thumbnailPhotoEtag?: string;
|
|
3925
3933
|
/** Output only. The URL of the user's profile photo. The URL might be temporary or private. */
|