GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse (google_api_cloud_identity v0.20.0) View Source

Response containing resource names of the DeviceUsers associated with the caller's credentials.

Attributes

  • customer (type: String.t, default: nil) - The obfuscated customer Id that may be passed back to other Devices API methods such as List, Get, etc.
  • names (type: list(String.t), default: nil) - Resource names of the DeviceUsers in the format: devices/{device_id}/deviceUsers/{user_resource_id}, where device_id is the unique ID assigned to a Device and user_resource_id is the unique user ID
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results. Empty if there are no more results.

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.GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse{
    customer: String.t(),
    names: [String.t()],
    nextPageToken: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.