|
4671 | 4671 | }
|
4672 | 4672 | }
|
4673 | 4673 | },
|
4674 |
| - "revision": "20250505", |
| 4674 | + "revision": "20250513", |
4675 | 4675 | "rootUrl": "https://admin.googleapis.com/",
|
4676 | 4676 | "schemas": {
|
4677 | 4677 | "Alias": {
|
|
5671 | 5671 | "The device has a perpetual standalone Chrome Education Upgrade.",
|
5672 | 5672 | "The device is bundled with a perpetual Chrome Education Upgrade.",
|
5673 | 5673 | "The device has an annual Kiosk Upgrade.",
|
5674 |
| - "Indicating the device is consumming a standalone, perpetual Chrome Enterprise Upgrade, a Chrome Enterprise license.", |
5675 |
| - "Indicating the device is consuming a standalone, fixed-term Chrome Enterprise Upgrade, a Chrome Enterprise license.", |
5676 |
| - "Indicating the device is consuming a standalone, perpetual Chrome Education Upgrade(AKA Chrome EDU perpetual license).", |
5677 |
| - "Indicating the device is consuming a standalone, fixed-term Chrome Education Upgrade(AKA Chrome EDU fixed-term license)." |
| 5674 | + "Indicates that the device is consuming a standalone, perpetual Chrome Enterprise Upgrade, a Chrome Enterprise license.", |
| 5675 | + "Indicates that the device is consuming a standalone, fixed-term Chrome Enterprise Upgrade, a Chrome Enterprise license.", |
| 5676 | + "Indicates that the device is consuming a standalone, perpetual Chrome Education Upgrade(AKA Chrome EDU perpetual license).", |
| 5677 | + "Indicates that the device is consuming a standalone, fixed-term Chrome Education Upgrade(AKA Chrome EDU fixed-term license)." |
5678 | 5678 | ],
|
5679 | 5679 | "readOnly": true,
|
5680 | 5680 | "type": "string"
|
|
6204 | 6204 | "REMOTE_POWERWASH",
|
6205 | 6205 | "DEVICE_START_CRD_SESSION",
|
6206 | 6206 | "CAPTURE_LOGS",
|
| 6207 | + "FETCH_CRD_AVAILABILITY_INFO", |
6207 | 6208 | "FETCH_SUPPORT_PACKET"
|
6208 | 6209 | ],
|
6209 | 6210 | "enumDescriptions": [
|
|
6215 | 6216 | "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!",
|
6216 | 6217 | "Starts a Chrome Remote Desktop session.",
|
6217 | 6218 | "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)",
|
| 6219 | + "Fetches available type(s) of Chrome Remote Desktop sessions (private or shared) that can be used to remotely connect to the device.", |
6218 | 6220 | "Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)"
|
6219 | 6221 | ],
|
6220 | 6222 | "type": "string"
|
|
6227 | 6229 | "id": "DirectoryChromeosdevicesCommandResult",
|
6228 | 6230 | "properties": {
|
6229 | 6231 | "commandResultPayload": {
|
6230 |
| - "description": "The payload for the command result. The following commands respond with a payload: * `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { \"url\": url }. The URL provides a link to the Chrome Remote Desktop session.", |
| 6232 | + "description": "The payload for the command result. The following commands respond with a payload: * `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { \"url\": url }. The URL provides a link to the Chrome Remote Desktop session. * `FETCH_CRD_AVAILABILITY_INFO`: Payload is a stringified JSON object in the form: { \"deviceIdleTimeInSeconds\": number, \"userSessionType\": string, \"remoteSupportAvailability\": string, \"remoteAccessAvailability\": string }. The \"remoteSupportAvailability\" field is set to \"AVAILABLE\" if `shared` CRD session to the device is available. The \"remoteAccessAvailability\" field is set to \"AVAILABLE\" if `private` CRD session to the device is available.", |
6231 | 6233 | "type": "string"
|
6232 | 6234 | },
|
6233 | 6235 | "errorMessage": {
|
|
6273 | 6275 | "REMOTE_POWERWASH",
|
6274 | 6276 | "DEVICE_START_CRD_SESSION",
|
6275 | 6277 | "CAPTURE_LOGS",
|
| 6278 | + "FETCH_CRD_AVAILABILITY_INFO", |
6276 | 6279 | "FETCH_SUPPORT_PACKET"
|
6277 | 6280 | ],
|
6278 | 6281 | "enumDescriptions": [
|
|
6284 | 6287 | "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!",
|
6285 | 6288 | "Starts a Chrome Remote Desktop session.",
|
6286 | 6289 | "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)",
|
| 6290 | + "Fetches available type(s) of Chrome Remote Desktop sessions (private or shared) that can be used to remotely connect to the device.", |
6287 | 6291 | "Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)"
|
6288 | 6292 | ],
|
6289 | 6293 | "type": "string"
|
|
0 commit comments