View Source GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1DeviceUser (google_api_cloud_identity v0.32.0)
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
Attributes
-
compromisedState
(type:String.t
, default:nil
) - Compromised State of the DeviceUser object -
createTime
(type:DateTime.t
, default:nil
) - When the user first signed in to the device -
firstSyncTime
(type:DateTime.t
, default:nil
) - Output only. Most recent time when user registered with this service. -
languageCode
(type:String.t
, default:nil
) - Output only. Default locale used on device, in IETF BCP-47 format. -
lastSyncTime
(type:DateTime.t
, default:nil
) - Output only. Last time when user synced with policies. -
managementState
(type:String.t
, default:nil
) - Output only. Management state of the user on the device. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the DeviceUser in format:devices/{device}/deviceUsers/{device_user}
, wheredevice_user
uniquely identifies a user's use of a device. -
passwordState
(type:String.t
, default:nil
) - Password state of the DeviceUser object -
userAgent
(type:String.t
, default:nil
) - Output only. User agent on the device for this specific user -
userEmail
(type:String.t
, default:nil
) - Email address of the user registered on the device.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1DeviceUser{ compromisedState: String.t() | nil, createTime: DateTime.t() | nil, firstSyncTime: DateTime.t() | nil, languageCode: String.t() | nil, lastSyncTime: DateTime.t() | nil, managementState: String.t() | nil, name: String.t() | nil, passwordState: String.t() | nil, userAgent: String.t() | nil, userEmail: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.