ListInboundOidcSsoProfilesResponse
import type { ListInboundOidcSsoProfilesResponse } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";
Response of the InboundOidcSsoProfilesService.ListInboundOidcSsoProfiles method.
interface ListInboundOidcSsoProfilesResponse {
inboundOidcSsoProfiles?: InboundOidcSsoProfile[];
nextPageToken?: string;
}