external_guest_access_grants

Represents active access granted to external users after accepting an invite.

Purpose

Track and enforce permissions for external users.

Columns

ColumnTypeDescription
iduuidPrimary key
emailtextExternal user email
resource_typetextResource type
resource_iduuidResource ID
permissionstext[]read/comment/etc
granted_attimestamptzGrant time
expires_attimestamptzExpiry

Usage