google_api_cloud_identity v0.4.0 GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1DeviceUser View Source
Resource representing a user's use of a Device
Attributes
compromisedState(type:String.t, default:nil) - Compromised State of the DeviceUser objectfirstSyncTime(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 objectuserAgent(type:String.t, default:nil) - Output only. User agent on the device for this specific useruserEmail(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 Sourcet() ::
%GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1alpha1DeviceUser{
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
Unwrap a decoded JSON object into its complex fields.