google_api_cloud_identity v0.16.1 GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1DeviceUser 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/{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

Specs

t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1DeviceUser{
    compromisedState: String.t(),
    createTime: DateTime.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

Specs

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

Unwrap a decoded JSON object into its complex fields.