Show / Hide Table of Contents

Class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse

Response containing resource names of the DeviceUsers associated with the caller's credentials.

Inheritance
object
GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse : IDirectResponseSchema

Properties

Customer

The customer resource name 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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IList<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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX