@maxim_mazurok/gapi.client.cloudidentity-v1 0.2.20260619 → 0.3.20260628
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 -25
- 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://cloudidentity.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260628
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -246,9 +246,7 @@ declare namespace gapi.client {
|
|
|
246
246
|
assetTags?: string[];
|
|
247
247
|
/** The compliance state of the resource as specified by the API client. */
|
|
248
248
|
complianceState?:
|
|
249
|
-
| '
|
|
250
|
-
| 'COMPLIANT'
|
|
251
|
-
| 'NON_COMPLIANT';
|
|
249
|
+
'COMPLIANCE_STATE_UNSPECIFIED' | 'COMPLIANT' | 'NON_COMPLIANT';
|
|
252
250
|
/** Output only. The time the client state data was created. */
|
|
253
251
|
createTime?: string;
|
|
254
252
|
/** This field may be used to store a unique identifier for the API resource within which these CustomAttributes are a field. */
|
|
@@ -275,9 +273,7 @@ declare namespace gapi.client {
|
|
|
275
273
|
name?: string;
|
|
276
274
|
/** Output only. The owner of the ClientState */
|
|
277
275
|
ownerType?:
|
|
278
|
-
| '
|
|
279
|
-
| 'OWNER_TYPE_CUSTOMER'
|
|
280
|
-
| 'OWNER_TYPE_PARTNER';
|
|
276
|
+
'OWNER_TYPE_UNSPECIFIED' | 'OWNER_TYPE_CUSTOMER' | 'OWNER_TYPE_PARTNER';
|
|
281
277
|
/** A descriptive cause of the health score. */
|
|
282
278
|
scoreReason?: string;
|
|
283
279
|
}
|
|
@@ -307,9 +303,7 @@ declare namespace gapi.client {
|
|
|
307
303
|
buildNumber?: string;
|
|
308
304
|
/** Output only. Represents whether the Device is compromised. */
|
|
309
305
|
compromisedState?:
|
|
310
|
-
| '
|
|
311
|
-
| 'COMPROMISED'
|
|
312
|
-
| 'UNCOMPROMISED';
|
|
306
|
+
'COMPROMISED_STATE_UNSPECIFIED' | 'COMPROMISED' | 'UNCOMPROMISED';
|
|
313
307
|
/** Output only. When the Company-Owned device was imported. This field is empty for BYOD devices. */
|
|
314
308
|
createTime?: string;
|
|
315
309
|
/** Unique identifier for the device. */
|
|
@@ -383,9 +377,7 @@ declare namespace gapi.client {
|
|
|
383
377
|
interface GoogleAppsCloudidentityDevicesV1DeviceUser {
|
|
384
378
|
/** Compromised State of the DeviceUser object */
|
|
385
379
|
compromisedState?:
|
|
386
|
-
| '
|
|
387
|
-
| 'COMPROMISED'
|
|
388
|
-
| 'NOT_COMPROMISED';
|
|
380
|
+
'COMPROMISED_STATE_UNSPECIFIED' | 'COMPROMISED' | 'NOT_COMPROMISED';
|
|
389
381
|
/** When the user first signed in to the device */
|
|
390
382
|
createTime?: string;
|
|
391
383
|
/** Output only. Most recent time when user registered with this service. */
|
|
@@ -407,9 +399,7 @@ declare namespace gapi.client {
|
|
|
407
399
|
name?: string;
|
|
408
400
|
/** Password state of the DeviceUser object */
|
|
409
401
|
passwordState?:
|
|
410
|
-
| '
|
|
411
|
-
| 'PASSWORD_SET'
|
|
412
|
-
| 'PASSWORD_NOT_SET';
|
|
402
|
+
'PASSWORD_STATE_UNSPECIFIED' | 'PASSWORD_SET' | 'PASSWORD_NOT_SET';
|
|
413
403
|
/** Output only. User agent on the device for this specific user */
|
|
414
404
|
userAgent?: string;
|
|
415
405
|
/** Email address of the user registered on the device. */
|
|
@@ -1831,9 +1821,7 @@ declare namespace gapi.client {
|
|
|
1831
1821
|
uploadType?: string;
|
|
1832
1822
|
/** Optional. The view to use for the List request. */
|
|
1833
1823
|
view?:
|
|
1834
|
-
| '
|
|
1835
|
-
| 'COMPANY_INVENTORY'
|
|
1836
|
-
| 'USER_ASSIGNED_DEVICES';
|
|
1824
|
+
'VIEW_UNSPECIFIED' | 'COMPANY_INVENTORY' | 'USER_ASSIGNED_DEVICES';
|
|
1837
1825
|
}): Request<GoogleAppsCloudidentityDevicesV1ListDevicesResponse>;
|
|
1838
1826
|
/** Wipes all data on the specified device. */
|
|
1839
1827
|
wipe(request: {
|
|
@@ -2303,9 +2291,7 @@ declare namespace gapi.client {
|
|
|
2303
2291
|
fields?: string;
|
|
2304
2292
|
/** Optional. The initial configuration option for the `Group`. */
|
|
2305
2293
|
initialGroupConfig?:
|
|
2306
|
-
| '
|
|
2307
|
-
| 'WITH_INITIAL_OWNER'
|
|
2308
|
-
| 'EMPTY';
|
|
2294
|
+
'INITIAL_GROUP_CONFIG_UNSPECIFIED' | 'WITH_INITIAL_OWNER' | 'EMPTY';
|
|
2309
2295
|
/** 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. */
|
|
2310
2296
|
key?: string;
|
|
2311
2297
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2335,9 +2321,7 @@ declare namespace gapi.client {
|
|
|
2335
2321
|
fields?: string;
|
|
2336
2322
|
/** Optional. The initial configuration option for the `Group`. */
|
|
2337
2323
|
initialGroupConfig?:
|
|
2338
|
-
| '
|
|
2339
|
-
| 'WITH_INITIAL_OWNER'
|
|
2340
|
-
| 'EMPTY';
|
|
2324
|
+
'INITIAL_GROUP_CONFIG_UNSPECIFIED' | 'WITH_INITIAL_OWNER' | 'EMPTY';
|
|
2341
2325
|
/** 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. */
|
|
2342
2326
|
key?: string;
|
|
2343
2327
|
/** OAuth 2.0 token for the current user. */
|