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

DevicesDeviceUsersClientStatesListOptions

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

Additional options for CloudIdentity#devicesDeviceUsersClientStatesList.

interface DevicesDeviceUsersClientStatesListOptions {
customer?: string;
filter?: string;
orderBy?: string;
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 client states.

§
orderBy?: string
[src]

Optional. Order specification for client states in the response.

§
pageToken?: string
[src]

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