Adventure Labs Logo
Scout Docs

Providers

Table for storing external service providers with API keys and configuration per herd

Column NameData TypeConstraints
idbigintNOT NULL
created_attimestamp with time zoneDEFAULT now() NOT NULL
typetextNOT NULL
keytext
sourcetextNOT NULL
herd_idbigintNOT NULL

Security Policies (RLS)

This table has Row Level Security (RLS) enabled with the following policies:

  • Read Access: Device API keys within same herd OR users with view role in same herd
  • Create/Update/Delete: Users with edit role in same herd

On this page