Class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest
Request message for approving the device to access user data.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest : IDirectResponseSchema
Properties
Customer
Optional. Resource name of the customer. If you're
using this API for your own organization, use customers/my_customer
If you're using this API to manage
another organization, use customers/{customer}
, where customer is the customer to whom the device belongs.
Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |