Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 4.7 KB

File metadata and controls

9 lines (6 loc) · 4.7 KB

ActionPackAuthStatus

Fields

Field Type Required Description
authenticated bool ✔️ Whether the calling user is already authenticated to the tool backing the action pack.
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.