@slack/web-api / AdminAppsConfigSetArguments
Defined in: src/types/request/admin/apps.ts:73
AppID.TokenOverridable
app_id: string;Defined in: src/types/request/common.ts:101
The ID of the app.
AppID.app_idoptional domain_restrictions: object;Defined in: src/types/request/admin/apps.ts:75
optional emails: string[];Sets emails for connector authorization.
optional urls: string[];Sets allowed URLs for the app.
Domain restrictions for the app.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenoptional workflow_auth_strategy: "builder_choice" | "end_user_only";Defined in: src/types/request/admin/apps.ts:82
The workflow auth permission.