GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1DeviceUser (google_api_cloud_identity v0.24.3) View Source

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_id}/deviceUsers/{device_user_id}, where device_user_id 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.