commandResultPayload property
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 provided URL links to the Chrome Remote Desktop
session and requires authentication using only the email
associated with
the command's issuance. * 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.
Implementation
core.String? commandResultPayload;