Interface GetOrganizationClientGrantsRequest

Hierarchy

  • GetOrganizationClientGrantsRequest

Properties

audience?: string

Optional filter on audience of the client grant.

client_id?: string

Optional filter on client_id of the client grant.

grant_ids?: string[]

A list of grant ids, which will filter the results.

id: string

Organization identifier

include_totals?: boolean

Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).

page?: number

Page index of the results to return. First page is 0.

per_page?: number

Number of results per page. Defaults to 50.