Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.42 KB

File metadata and controls

64 lines (38 loc) · 1.42 KB

@slack/web-api / AdminWorkflowsPermissionsLookupArguments

Interface: AdminWorkflowsPermissionsLookupArguments

Defined in: src/types/request/admin/workflows.ts:22

Extends

  • WorkflowIDs.TokenOverridable

Properties

max_workflow_triggers?

optional max_workflow_triggers: number;

Defined in: src/types/request/admin/workflows.ts:27

Description

Maximum number of triggers to fetch for each workflow when determining overall run permissions. Defaults to 100. Maximum of 1000.


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

workflow_ids

workflow_ids: [string, ...string[]];

Defined in: src/types/request/admin/workflows.ts:12

Description

Array of workflow IDs - maximum of 50 items.

Inherited from

WorkflowIDs.workflow_ids