Show / Hide Table of Contents

Class LookupSelfDeviceUsersResponse

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

Inheritance
object
LookupSelfDeviceUsersResponse
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.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class LookupSelfDeviceUsersResponse : IDirectResponseSchema

Properties

Customer

The 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
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_id}/deviceUsers/{user_resource_id}, where device_id is the unique ID assigned to a Device and user_resource_id 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