Veil2
Postgres extension for VPD implementations
ContextRolePrivs Struct Reference

Data Fields

int scope_type
 
int scope
 
Bitmap * roles
 
Bitmap * privileges
 

Detailed Description

Used to record an in-memory set of privileges associated with a specfic scope (security context).

Definition at line 81 of file veil2.c.

Field Documentation

◆ privileges

Bitmap* ContextRolePrivs::privileges

Definition at line 85 of file veil2.c.

◆ roles

Bitmap* ContextRolePrivs::roles

Definition at line 84 of file veil2.c.

◆ scope

int ContextRolePrivs::scope

Definition at line 83 of file veil2.c.

◆ scope_type

int ContextRolePrivs::scope_type

Definition at line 82 of file veil2.c.


The documentation for this struct was generated from the following file: