DevicesDeviceUsersLookupOptions
import type { DevicesDeviceUsersLookupOptions } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";
Additional options for CloudIdentity#devicesDeviceUsersLookup.
§Properties
Android Id returned by Settings.Secure#ANDROID_ID.
Optional. The partner-specified device identifier assigned to the iOS device that initiated the Lookup API call. This string must match the value of the iosDeviceId key in the app config dictionary provided to Google Workspace apps.
The maximum number of DeviceUsers to return. If unspecified, at most 20 DeviceUsers will be returned. The maximum value is 20; values above 20 will be coerced to 20.
A page token, received from a previous LookupDeviceUsers
call. Provide
this to retrieve the subsequent page. When paginating, all other parameters
provided to LookupDeviceUsers
must match the call that provided the page
token.
Optional. The partner ID of the calling iOS app. This string must match the value of the partner key within the app configuration dictionary provided to Google Workspace apps.
Raw Resource Id used by Google Endpoint Verification. If the user is enrolled into Google Endpoint Verification, this id will be saved as the 'device_resource_id' field in the following platform dependent files. Mac: ~/.secureConnect/context_aware_config.json Windows: C:\Users%USERPROFILE%.secureConnect\context_aware_config.json Linux: ~/.secureConnect/context_aware_config.json