GoogleAppsCloudidentityDevicesV1DeviceUser class

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

Constructors

GoogleAppsCloudidentityDevicesV1DeviceUser({String? compromisedState, String? createTime, String? firstSyncTime, String? languageCode, String? lastSyncTime, String? managementState, String? name, String? passwordState, String? userAgent, String? userEmail})
GoogleAppsCloudidentityDevicesV1DeviceUser.fromJson(Map json_)

Properties

compromisedState String?
Compromised State of the DeviceUser object Possible string values are:
getter/setter pair
createTime String?
When the user first signed in to the device
getter/setter pair
firstSyncTime String?
Most recent time when user registered with this service.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
Default locale used on device, in IETF BCP-47 format.
getter/setter pair
lastSyncTime String?
Last time when user synced with policies.
getter/setter pair
managementState String?
Management state of the user on the device.
getter/setter pair
name String?
Resource name of the DeviceUser in format: devices/{device}/deviceUsers/{device_user}, where device_user uniquely identifies a user's use of a device.
getter/setter pair
passwordState String?
Password state of the DeviceUser object Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAgent String?
User agent on the device for this specific user
getter/setter pair
userEmail String?
Email address of the user registered on the device.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited