Adventure Labs Logo
Scout Docs

Certificates

Table for storing certificates with issuer, expiration and tracking information

Column NameData TypeConstraints
idbigintNOT NULL
created_attimestamp with time zoneDEFAULT now() NOT NULL
issuertextNOT NULL
expirationtimestamp with time zone
typetextNOT NULL
tracking_numbertext
updated_attimestamp with time zoneDEFAULT now()

Security Policies (RLS)

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

  • Read Access: Users with view role (certificate access through device relationships)
  • Create/Update/Delete: Users with admin role in relevant herds

On this page