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