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

OrganizationsLocationsCustomersWorkloadsAccessApprovalRequestsListOptions

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

Additional options for CloudControlsPartner#organizationsLocationsCustomersWorkloadsAccessApprovalRequestsList.

interface OrganizationsLocationsCustomersWorkloadsAccessApprovalRequestsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Filtering results.

§
orderBy?: string
[src]

Optional. Hint for how to order the results.

§
pageSize?: number
[src]

Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListAccessApprovalRequests call. Provide this to retrieve the subsequent page.