|
3303 | 3303 | "type": "string"
|
3304 | 3304 | },
|
3305 | 3305 | "userKey": {
|
3306 |
| - "description": "The user's primary email address, alias email address, or unique user ID. If included in the request, returns role assignments only for this user.", |
| 3306 | + "description": "The primary email address, alias email address, or unique user or group ID. If included in the request, returns role assignments only for this user or group.", |
3307 | 3307 | "location": "query",
|
3308 | 3308 | "type": "string"
|
3309 | 3309 | }
|
|
4630 | 4630 | }
|
4631 | 4631 | }
|
4632 | 4632 | },
|
4633 |
| - "revision": "20230124", |
| 4633 | + "revision": "20230307", |
4634 | 4634 | "rootUrl": "https://admin.googleapis.com/",
|
4635 | 4635 | "schemas": {
|
4636 | 4636 | "Alias": {
|
|
5895 | 5895 | "SET_VOLUME",
|
5896 | 5896 | "WIPE_USERS",
|
5897 | 5897 | "REMOTE_POWERWASH",
|
5898 |
| - "DEVICE_START_CRD_SESSION" |
| 5898 | + "DEVICE_START_CRD_SESSION", |
| 5899 | + "CAPTURE_LOGS" |
5899 | 5900 | ],
|
5900 | 5901 | "enumDescriptions": [
|
5901 | 5902 | "The command type was unspecified.",
|
|
5904 | 5905 | "Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
|
5905 | 5906 | "Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.",
|
5906 | 5907 | "Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!",
|
5907 |
| - "Starts a Chrome Remote Desktop session." |
| 5908 | + "Starts a Chrome Remote Desktop session.", |
| 5909 | + "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in deviceFiles field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" |
5908 | 5910 | ],
|
5909 | 5911 | "type": "string"
|
5910 | 5912 | }
|
|
5960 | 5962 | "SET_VOLUME",
|
5961 | 5963 | "WIPE_USERS",
|
5962 | 5964 | "REMOTE_POWERWASH",
|
5963 |
| - "DEVICE_START_CRD_SESSION" |
| 5965 | + "DEVICE_START_CRD_SESSION", |
| 5966 | + "CAPTURE_LOGS" |
5964 | 5967 | ],
|
5965 | 5968 | "enumDescriptions": [
|
5966 | 5969 | "The command type was unspecified.",
|
|
5969 | 5972 | "Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.",
|
5970 | 5973 | "Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.",
|
5971 | 5974 | "Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!",
|
5972 |
| - "Starts a Chrome Remote Desktop session." |
| 5975 | + "Starts a Chrome Remote Desktop session.", |
| 5976 | + "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in deviceFiles field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" |
5973 | 5977 | ],
|
5974 | 5978 | "type": "string"
|
5975 | 5979 | },
|
|
0 commit comments