Show / Hide Table of Contents

Class GoogleAppsCloudidentityDevicesV1DeviceUser

Represents a user's use of a Device in the Cloud Identity Devices API. A DeviceUser is a resource representing a user's use of a Device

Inheritance
System.Object
GoogleAppsCloudidentityDevicesV1DeviceUser
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 GoogleAppsCloudidentityDevicesV1DeviceUser : IDirectResponseSchema

Properties

CompromisedState

Compromised State of the DeviceUser object

Declaration
[JsonProperty("compromisedState")]
public virtual string CompromisedState { get; set; }
Property Value
Type Description
System.String

CreateTime

When the user first signed in to the device

Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
System.Object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FirstSyncTime

Output only. Most recent time when user registered with this service.

Declaration
[JsonProperty("firstSyncTime")]
public virtual object FirstSyncTime { get; set; }
Property Value
Type Description
System.Object

LanguageCode

Output only. Default locale used on device, in IETF BCP-47 format.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
System.String

LastSyncTime

Output only. Last time when user synced with policies.

Declaration
[JsonProperty("lastSyncTime")]
public virtual object LastSyncTime { get; set; }
Property Value
Type Description
System.Object

ManagementState

Output only. Management state of the user on the device.

Declaration
[JsonProperty("managementState")]
public virtual string ManagementState { get; set; }
Property Value
Type Description
System.String

Name

Output only. Resource name of the DeviceUser in format: devices/{device}/deviceUsers/{device_user}, where device_user uniquely identifies a user's use of a device.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

PasswordState

Password state of the DeviceUser object

Declaration
[JsonProperty("passwordState")]
public virtual string PasswordState { get; set; }
Property Value
Type Description
System.String

UserAgent

Output only. User agent on the device for this specific user

Declaration
[JsonProperty("userAgent")]
public virtual string UserAgent { get; set; }
Property Value
Type Description
System.String

UserEmail

Email address of the user registered on the device.

Declaration
[JsonProperty("userEmail")]
public virtual string UserEmail { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top