Role status
A database role discovered during RoleManager.check_roles.
Only roles that actually exist in PostgreSQL are represented.
Version Added
1.5.0
Source code in pum/role_manager.py
granted_to
class-attribute
instance-attribute
Roles that this role is a member of (i.e. GRANT parent TO this).
login
class-attribute
instance-attribute
Whether the role has the LOGIN attribute.
role
class-attribute
instance-attribute
Configured role this maps to, or None for unknown roles.
schema_permissions
class-attribute
instance-attribute
Per-schema permission details.
suffix
class-attribute
instance-attribute
DB-specific suffix (e.g. "lausanne"), empty for generic roles.