DevicesDeviceUsersClientStates
class DevicesDeviceUsersClientStates extends Resource (View source)
The "clientStates" collection of methods.
Typical usage is:
$cloudidentityService = new Google\Service\CloudIdentity(...);
$clientStates = $cloudidentityService->devices_deviceUsers_clientStates;
Methods
Gets the client state for the device user (clientStates.get)
Lists the client states for the given search query.
Updates the client state for the device user Note: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium (clientStates.patch)
Details
GoogleAppsCloudidentityDevicesV1ClientState
get(string $name, array $optParams = [])
Gets the client state for the device user (clientStates.get)
GoogleAppsCloudidentityDevicesV1ListClientStatesResponse
listDevicesDeviceUsersClientStates(string $parent, array $optParams = [])
Lists the client states for the given search query.
(clientStates.listDevicesDeviceUsersClientStates)
Operation
patch(string $name, GoogleAppsCloudidentityDevicesV1ClientState $postBody, array $optParams = [])
Updates the client state for the device user Note: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium (clientStates.patch)