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

DebugIdentitysourcesItemsListForunmappedidentityOptions

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

Additional options for CloudSearch#debugIdentitysourcesItemsListForunmappedidentity.

interface DebugIdentitysourcesItemsListForunmappedidentityOptions {
[debugOptions.enableDebugging]?: boolean;
groupResourceName?: string;
pageSize?: number;
pageToken?: string;
userResourceName?: string;
}

§Properties

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

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

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

§
userResourceName?: string
[src]