clt_perm_definition


Description

A description of permissions that may be assigned to users and web service clients. Permissions make a tree (see clt_perm_group); these may be either leaf nodes or interior notes.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
permission text 2147483647 null
clt_perm_grant.permission clt_perm_grant_permission_fkeyC
clt_perm_group.permission clt_perm_group_permission_fkeyR
clt_perm_group.permission_member clt_perm_group_permission_member_fkeyR

The permission’s short label (and key).

description text 2147483647 null

A description of what the permission gives access to.

Table contained 92 rows

Indexes

Constraint Name Type Sort Column(s)
clt_perm_definition_pkey Primary key Asc permission

Relationships