@maxim_mazurok/gapi.client.cloudidentity-v1beta1 0.2.20260619 → 0.3.20260619
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 +13 -39
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -220,9 +220,7 @@ declare namespace gapi.client {
|
|
|
220
220
|
assetTags?: string[];
|
|
221
221
|
/** The compliance state of the resource as specified by the API client. */
|
|
222
222
|
complianceState?:
|
|
223
|
-
| '
|
|
224
|
-
| 'COMPLIANT'
|
|
225
|
-
| 'NON_COMPLIANT';
|
|
223
|
+
'COMPLIANCE_STATE_UNSPECIFIED' | 'COMPLIANT' | 'NON_COMPLIANT';
|
|
226
224
|
/** Output only. The time the client state data was created. */
|
|
227
225
|
createTime?: string;
|
|
228
226
|
/** This field may be used to store a unique identifier for the API resource within which these CustomAttributes are a field. */
|
|
@@ -247,9 +245,7 @@ declare namespace gapi.client {
|
|
|
247
245
|
name?: string;
|
|
248
246
|
/** Output only. The owner of the ClientState */
|
|
249
247
|
ownerType?:
|
|
250
|
-
| '
|
|
251
|
-
| 'OWNER_TYPE_CUSTOMER'
|
|
252
|
-
| 'OWNER_TYPE_PARTNER';
|
|
248
|
+
'OWNER_TYPE_UNSPECIFIED' | 'OWNER_TYPE_CUSTOMER' | 'OWNER_TYPE_PARTNER';
|
|
253
249
|
/** A descriptive cause of the health score. */
|
|
254
250
|
scoreReason?: string;
|
|
255
251
|
}
|
|
@@ -307,9 +303,7 @@ declare namespace gapi.client {
|
|
|
307
303
|
| 'GOOGLE_CREDENTIALS_PROVIDER_FOR_WINDOWS'[];
|
|
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. */
|
|
@@ -391,9 +385,7 @@ declare namespace gapi.client {
|
|
|
391
385
|
interface DeviceUser {
|
|
392
386
|
/** Compromised State of the DeviceUser object */
|
|
393
387
|
compromisedState?:
|
|
394
|
-
| '
|
|
395
|
-
| 'COMPROMISED'
|
|
396
|
-
| 'NOT_COMPROMISED';
|
|
388
|
+
'COMPROMISED_STATE_UNSPECIFIED' | 'COMPROMISED' | 'NOT_COMPROMISED';
|
|
397
389
|
/** When the user first signed in to the device */
|
|
398
390
|
createTime?: string;
|
|
399
391
|
/** Output only. Most recent time when user registered with this service. */
|
|
@@ -415,9 +407,7 @@ declare namespace gapi.client {
|
|
|
415
407
|
name?: string;
|
|
416
408
|
/** Password state of the DeviceUser object */
|
|
417
409
|
passwordState?:
|
|
418
|
-
| '
|
|
419
|
-
| 'PASSWORD_SET'
|
|
420
|
-
| 'PASSWORD_NOT_SET';
|
|
410
|
+
'PASSWORD_STATE_UNSPECIFIED' | 'PASSWORD_SET' | 'PASSWORD_NOT_SET';
|
|
421
411
|
/** Output only. User agent on the device for this specific user */
|
|
422
412
|
userAgent?: string;
|
|
423
413
|
/** Email address of the user registered on the device. */
|
|
@@ -601,9 +591,7 @@ declare namespace gapi.client {
|
|
|
601
591
|
assetTags?: string[];
|
|
602
592
|
/** The compliance state of the resource as specified by the API client. */
|
|
603
593
|
complianceState?:
|
|
604
|
-
| '
|
|
605
|
-
| 'COMPLIANT'
|
|
606
|
-
| 'NON_COMPLIANT';
|
|
594
|
+
'COMPLIANCE_STATE_UNSPECIFIED' | 'COMPLIANT' | 'NON_COMPLIANT';
|
|
607
595
|
/** Output only. The time the client state data was created. */
|
|
608
596
|
createTime?: string;
|
|
609
597
|
/** This field may be used to store a unique identifier for the API resource within which these CustomAttributes are a field. */
|
|
@@ -630,9 +618,7 @@ declare namespace gapi.client {
|
|
|
630
618
|
name?: string;
|
|
631
619
|
/** Output only. The owner of the ClientState */
|
|
632
620
|
ownerType?:
|
|
633
|
-
| '
|
|
634
|
-
| 'OWNER_TYPE_CUSTOMER'
|
|
635
|
-
| 'OWNER_TYPE_PARTNER';
|
|
621
|
+
'OWNER_TYPE_UNSPECIFIED' | 'OWNER_TYPE_CUSTOMER' | 'OWNER_TYPE_PARTNER';
|
|
636
622
|
/** A descriptive cause of the health score. */
|
|
637
623
|
scoreReason?: string;
|
|
638
624
|
}
|
|
@@ -662,9 +648,7 @@ declare namespace gapi.client {
|
|
|
662
648
|
buildNumber?: string;
|
|
663
649
|
/** Output only. Represents whether the Device is compromised. */
|
|
664
650
|
compromisedState?:
|
|
665
|
-
| '
|
|
666
|
-
| 'COMPROMISED'
|
|
667
|
-
| 'UNCOMPROMISED';
|
|
651
|
+
'COMPROMISED_STATE_UNSPECIFIED' | 'COMPROMISED' | 'UNCOMPROMISED';
|
|
668
652
|
/** Output only. When the Company-Owned device was imported. This field is empty for BYOD devices. */
|
|
669
653
|
createTime?: string;
|
|
670
654
|
/** Unique identifier for the device. */
|
|
@@ -738,9 +722,7 @@ declare namespace gapi.client {
|
|
|
738
722
|
interface GoogleAppsCloudidentityDevicesV1DeviceUser {
|
|
739
723
|
/** Compromised State of the DeviceUser object */
|
|
740
724
|
compromisedState?:
|
|
741
|
-
| '
|
|
742
|
-
| 'COMPROMISED'
|
|
743
|
-
| 'NOT_COMPROMISED';
|
|
725
|
+
'COMPROMISED_STATE_UNSPECIFIED' | 'COMPROMISED' | 'NOT_COMPROMISED';
|
|
744
726
|
/** When the user first signed in to the device */
|
|
745
727
|
createTime?: string;
|
|
746
728
|
/** Output only. Most recent time when user registered with this service. */
|
|
@@ -762,9 +744,7 @@ declare namespace gapi.client {
|
|
|
762
744
|
name?: string;
|
|
763
745
|
/** Password state of the DeviceUser object */
|
|
764
746
|
passwordState?:
|
|
765
|
-
| '
|
|
766
|
-
| 'PASSWORD_SET'
|
|
767
|
-
| 'PASSWORD_NOT_SET';
|
|
747
|
+
'PASSWORD_STATE_UNSPECIFIED' | 'PASSWORD_SET' | 'PASSWORD_NOT_SET';
|
|
768
748
|
/** Output only. User agent on the device for this specific user */
|
|
769
749
|
userAgent?: string;
|
|
770
750
|
/** Email address of the user registered on the device. */
|
|
@@ -2220,9 +2200,7 @@ declare namespace gapi.client {
|
|
|
2220
2200
|
uploadType?: string;
|
|
2221
2201
|
/** Optional. The view to use for the List request. */
|
|
2222
2202
|
view?:
|
|
2223
|
-
| '
|
|
2224
|
-
| 'COMPANY_INVENTORY'
|
|
2225
|
-
| 'USER_ASSIGNED_DEVICES';
|
|
2203
|
+
'VIEW_UNSPECIFIED' | 'COMPANY_INVENTORY' | 'USER_ASSIGNED_DEVICES';
|
|
2226
2204
|
}): Request<ListDevicesResponse>;
|
|
2227
2205
|
/** Wipes all data on the specified device. */
|
|
2228
2206
|
wipe(request: {
|
|
@@ -2692,9 +2670,7 @@ declare namespace gapi.client {
|
|
|
2692
2670
|
fields?: string;
|
|
2693
2671
|
/** Required. The initial configuration option for the `Group`. */
|
|
2694
2672
|
initialGroupConfig?:
|
|
2695
|
-
| '
|
|
2696
|
-
| 'WITH_INITIAL_OWNER'
|
|
2697
|
-
| 'EMPTY';
|
|
2673
|
+
'INITIAL_GROUP_CONFIG_UNSPECIFIED' | 'WITH_INITIAL_OWNER' | 'EMPTY';
|
|
2698
2674
|
/** 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. */
|
|
2699
2675
|
key?: string;
|
|
2700
2676
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2724,9 +2700,7 @@ declare namespace gapi.client {
|
|
|
2724
2700
|
fields?: string;
|
|
2725
2701
|
/** Required. The initial configuration option for the `Group`. */
|
|
2726
2702
|
initialGroupConfig?:
|
|
2727
|
-
| '
|
|
2728
|
-
| 'WITH_INITIAL_OWNER'
|
|
2729
|
-
| 'EMPTY';
|
|
2703
|
+
'INITIAL_GROUP_CONFIG_UNSPECIFIED' | 'WITH_INITIAL_OWNER' | 'EMPTY';
|
|
2730
2704
|
/** 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. */
|
|
2731
2705
|
key?: string;
|
|
2732
2706
|
/** OAuth 2.0 token for the current user. */
|