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

DevicesDeviceUsersListOptions

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

Additional options for CloudIdentity#devicesDeviceUsersList.

interface DevicesDeviceUsersListOptions {
customer?: string;
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
customer?: string
[src]

Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customer}, where customer is the customer to whom the device belongs.

§
filter?: string
[src]

Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to Mobile device search fields. Multiple search fields are separated by the space character.

§
orderBy?: string
[src]

Optional. Order specification for devices in the response.

§
pageSize?: number
[src]

Optional. The maximum number of DeviceUsers to return. If unspecified, at most 5 DeviceUsers will be returned. The maximum value is 20; values above 20 will be coerced to 20.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListDeviceUsers call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListBooks must match the call that provided the page token.