Interface GetClientGrantsRequest

Hierarchy

  • GetClientGrantsRequest

Properties

allow_any_organization?: true

Optional filter on allow_any_organization.

audience?: string

Optional filter on audience.

client_id?: string

Optional filter on client_id.

from?: string

Optional Id from which to start selection.

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. Paging is disabled if parameter not sent.

The subject type for this grant.

take?: number

Number of results per page. Defaults to 50.