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

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

Attributes

  • customer (type: String.t, default: nil) - The customer resource name 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}/deviceUsers/{user_resource}, where device is the unique ID assigned to a Device and user_resource 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse{
    customer: String.t() | nil,
    names: [String.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.