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

InboundSamlSsoProfilesIdpCredentialsListOptions

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

Additional options for CloudIdentity#inboundSamlSsoProfilesIdpCredentialsList.

interface InboundSamlSsoProfilesIdpCredentialsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of IdpCredentials to return. The service may return fewer than this value.

§
pageToken?: string
[src]

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