google_api_cloud_identity v0.7.0 GoogleApi.CloudIdentity.V1.Model.DeviceUser View Source

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
  • 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_id}/deviceUsers/{user_id}, where user_id is the ID of the user associated with the user session.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudIdentity.V1.Model.DeviceUser{
  compromisedState: String.t(),
  firstSyncTime: DateTime.t(),
  languageCode: String.t(),
  lastSyncTime: DateTime.t(),
  managementState: String.t(),
  name: String.t(),
  passwordState: String.t(),
  userAgent: String.t(),
  userEmail: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.