Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 8.19 KB

File metadata and controls

12 lines (9 loc) · 8.19 KB

ToolServerAuthStatusResponse

Fields

Field Type Required Description
display_name Optional[str] Human-readable name of the tool server.
logo_url Optional[str] Logo URL for the tool server.
description Optional[str] Brief description of the tool server.
auth_status models.ToolServerAuthStatus ✔️ Authentication status for the calling user.
auth_type models.ActionAuthType ✔️ Authentication mechanism used by an action pack.
- AUTH_USER_OAUTH: Requires per-user OAuth consent to the third-party tool.
- AUTH_ADMIN: Uses a service-account / admin-owned credential. End users do not authorize individually.
- AUTH_NONE: Action pack requires no authentication.