@slack/web-api / AdminWorkflowsPermissionsLookupArguments
Defined in: src/types/request/admin/workflows.ts:22
WorkflowIDs.TokenOverridable
optional max_workflow_triggers: number;Defined in: src/types/request/admin/workflows.ts:27
Maximum number of triggers to fetch for each workflow when determining overall run permissions.
Defaults to 100. Maximum of 1000.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenworkflow_ids: [string, ...string[]];Defined in: src/types/request/admin/workflows.ts:12
Array of workflow IDs - maximum of 50 items.
WorkflowIDs.workflow_ids