Class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
Response containing resource names of the DeviceUsers associated with the caller's credentials.
Inheritance
System.Object
GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse : IDirectResponseSchema
Properties
Customer
The obfuscated customer Id that may be passed back to other Devices API methods such as List, Get, etc.
Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Names
Resource names of the DeviceUsers in the format:
devices/{device}/deviceUsers/{user_resource}, where device is the unique ID assigned to a Device and
user_resource is the unique user ID
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
NextPageToken
Token to retrieve the next page of results. Empty if there are no more results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema