Class DevicesResource.DeviceUsersResource.ClientStatesResource
The "clientStates" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class DevicesResource.DeviceUsersResource.ClientStatesResource
Constructors
ClientStatesResource(IClientService)
Constructs a new resource.
Declaration
public ClientStatesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets the client state for the device user
Declaration
public virtual DevicesResource.DeviceUsersResource.ClientStatesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Resource name of the ClientState in
format: |
Returns
Type | Description |
---|---|
DevicesResource.DeviceUsersResource.ClientStatesResource.GetRequest |
Patch(ClientState, string)
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
Declaration
public virtual DevicesResource.DeviceUsersResource.ClientStatesResource.PatchRequest Patch(ClientState body, string name)
Parameters
Type | Name | Description |
---|---|---|
ClientState | body | The body of the request. |
string | name | Output only. Resource name of the ClientState
in format: |
Returns
Type | Description |
---|---|
DevicesResource.DeviceUsersResource.ClientStatesResource.PatchRequest |