Access-control information returned for a validated credential.
Downstream services inject this into request context without re-validating.
Field
Type
Description
tenant_id
string
environment_id
string
roles
repeated string
permissions
repeated string
subject
string
The resolved actor identity (user_id for JWT, sdk_key_id for SDK keys).
is_system
bool
True when the credential belongs to a user in the platform System org. Used by the gateway to enforce admin-only vs. management-only route separation: admin routes require is_system=true; management routes require is_system=false.