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

DebugIdentitysourcesUnmappedidsListOptions

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

Additional options for CloudSearch#debugIdentitysourcesUnmappedidsList.

interface DebugIdentitysourcesUnmappedidsListOptions {
[debugOptions.enableDebugging]?: boolean;
pageSize?: number;
pageToken?: string;
resolutionStatusCode?:
| "CODE_UNSPECIFIED"
| "NOT_FOUND"
| "IDENTITY_SOURCE_NOT_FOUND"
| "IDENTITY_SOURCE_MISCONFIGURED"
| "TOO_MANY_MAPPINGS_FOUND"
| "INTERNAL_ERROR";
}

§Properties

§
[debugOptions.enableDebugging]?: boolean
[src]

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.

§
pageSize?: number
[src]

Maximum number of items to fetch in a request. Defaults to 100.

§
pageToken?: string
[src]

The next_page_token value returned from a previous List request, if any.

§
resolutionStatusCode?: "CODE_UNSPECIFIED" | "NOT_FOUND" | "IDENTITY_SOURCE_NOT_FOUND" | "IDENTITY_SOURCE_MISCONFIGURED" | "TOO_MANY_MAPPINGS_FOUND" | "INTERNAL_ERROR"
[src]

Limit users selection to this status.