Lists the client states for the given search query.
HTTP request
GET https://cloudidentity.googleapis.com/v1/{parent=devices/*/deviceUsers/*}/clientStates
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. To list all ClientStates, set this to "devices/-/deviceUsers/-". To list all ClientStates owned by a DeviceUser, set this to the resource name of the DeviceUser. Format: devices/{device}/deviceUsers/{deviceUser} |
Query parameters
Parameters | |
---|---|
customer |
Optional. Resource name of the customer. If you're using this API for your own organization, use |
filter |
Optional. Additional restrictions when fetching list of client states. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
orderBy |
Optional. Order specification for client states in the response. |
Request body
The request body must be empty.
Response body
Response message that is returned in clientStates.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"clientStates": [
{
object ( |
Fields | |
---|---|
clientStates[] |
Client states meeting the list restrictions. |
nextPageToken |
Token to retrieve the next page of results. Empty if there are no more results. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-identity.devices.readonly
https://www.googleapis.com/auth/cloud-identity.devices
https://www.googleapis.com/auth/cloud-identity
For more information, see the Authentication Overview.