Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse

import type { GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

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

interface GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse {
customer?: string;
names?: string[];
nextPageToken?: string;
}

§Properties

§
customer?: string
[src]

The customer resource name that may be passed back to other Devices API methods such as List, Get, etc.

§
names?: string[]
[src]

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?: string
[src]

Token to retrieve the next page of results. Empty if there are no more results.