You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/admin_directory_v1.customer.devices.chromeos.commands.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106
106
"commandExpireTime": "A String", # The time at which the command will expire. If the device doesn't execute the command within this time the command will become expired.
107
107
"commandId": "A String", # Unique ID of a device command.
108
108
"commandResult": { # The result of executing a command. # The result of the command execution.
109
-
"commandResultPayload": "A String", # 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 CRD session.
109
+
"commandResultPayload": "A String", # 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.
110
110
"errorMessage": "A String", # The error message with a short explanation as to why the command failed. Only present if the command failed.
111
111
"executeTime": "A String", # The time at which the command was executed or failed to execute.
112
112
"result": "A String", # The result of the command.
Copy file name to clipboardExpand all lines: docs/dyn/admin_directory_v1.customer.devices.chromeos.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103
103
104
104
{ # A request for issuing a command.
105
105
"commandType": "A String", # The type of command.
106
-
"payload": "A String", # The payload for the command, provide it only if command supports it. The following commands support adding payload: - SET_VOLUME: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100]. - DEVICE_START_CRD_SESSION: Payload is optionally a stringified JSON object in the form: { "ackedUserPresence": true }. ackedUserPresence is a boolean. If a device is being used, ackedUserPresence must be set to true to acknowledge that you want to start a CRD session anyways. It is false by default, so a CRD command will fail if used on an active device without this field.
106
+
"payload": "A String", # The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { "volume": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { "ackedUserPresence": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`.
<pclass="firstline">Updates a user using patch semantics. The update method should be used instead, since it also supports patch semantics and has better performance. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.</p>
110
+
<pclass="firstline">Updates a user using patch semantics. The update method should be used instead, because it also supports patch semantics and has better performance. If you're mapping an external identity to a Google identity, use the [`update`](https://developers.google.com/admin-sdk/directory/v1/reference/users/update) method instead of the `patch` method. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.</p>
<pclass="firstline">Signs a user out of all web and device sessions and reset their sign-in cookies. User will have to sign in by authenticating again.</p>
<pre>Updates a user using patch semantics. The update method should be used instead, since it also supports patch semantics and has better performance. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.
522
+
<pre>Updates a user using patch semantics. The update method should be used instead, because it also supports patch semantics and has better performance. If you're mapping an external identity to a Google identity, use the [`update`](https://developers.google.com/admin-sdk/directory/v1/reference/users/update) method instead of the `patch` method. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.
523
523
524
524
Args:
525
525
userKey: string, Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. (required)
Copy file name to clipboardExpand all lines: docs/dyn/alertcenter_v1beta1.alerts.feedback.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,13 @@ <h3>Method Details</h3>
101
101
{ # A customer feedback about an alert.
102
102
"alertId": "A String", # Output only. The alert identifier.
103
103
"createTime": "A String", # Output only. The time this feedback was created.
104
-
"customerId": "A String", # Output only. The unique identifier of the Google account of the customer.
104
+
"customerId": "A String", # Output only. The unique identifier of the Google Workspace account of the customer.
105
105
"email": "A String", # Output only. The email of the user that provided the feedback.
106
106
"feedbackId": "A String", # Output only. The unique identifier for the feedback.
107
107
"type": "A String", # Required. The type of the feedback.
108
108
}
109
109
110
-
customerId: string, Optional. The unique identifier of the Google Workspace organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
110
+
customerId: string, Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial "C" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).
111
111
x__xgafv: string, V1 error format.
112
112
Allowed values
113
113
1 - v1 error format
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119
119
{ # A customer feedback about an alert.
120
120
"alertId": "A String", # Output only. The alert identifier.
121
121
"createTime": "A String", # Output only. The time this feedback was created.
122
-
"customerId": "A String", # Output only. The unique identifier of the Google account of the customer.
122
+
"customerId": "A String", # Output only. The unique identifier of the Google Workspace account of the customer.
123
123
"email": "A String", # Output only. The email of the user that provided the feedback.
124
124
"feedbackId": "A String", # Output only. The unique identifier for the feedback.
125
125
"type": "A String", # Required. The type of the feedback.
@@ -132,7 +132,7 @@ <h3>Method Details</h3>
132
132
133
133
Args:
134
134
alertId: string, Required. The alert identifier. The "-" wildcard could be used to represent all alerts. (required)
135
-
customerId: string, Optional. The unique identifier of the Google Workspace organization account of the customer the alert feedback are associated with. Inferred from the caller identity if not provided.
135
+
customerId: string, Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial "C" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).
136
136
filter: string, Optional. A query string for filtering alert feedback results. For more details, see [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
137
137
x__xgafv: string, V1 error format.
138
138
Allowed values
@@ -147,7 +147,7 @@ <h3>Method Details</h3>
147
147
{ # A customer feedback about an alert.
148
148
"alertId": "A String", # Output only. The alert identifier.
149
149
"createTime": "A String", # Output only. The time this feedback was created.
150
-
"customerId": "A String", # Output only. The unique identifier of the Google account of the customer.
150
+
"customerId": "A String", # Output only. The unique identifier of the Google Workspace account of the customer.
151
151
"email": "A String", # Output only. The email of the user that provided the feedback.
152
152
"feedbackId": "A String", # Output only. The unique identifier for the feedback.
153
153
"type": "A String", # Required. The type of the feedback.
0 commit comments