Interface: AdminFunctionsPermissionsLookupArguments
Extends
TokenOverridable
Properties
function_ids
function_ids: [string, ...string[]];
Description
An array of function IDs to get permissions for.
Defined in
packages/web-api/src/types/request/admin/functions.ts:14
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token