Wire Sysio Wire Sysion 1.0.0
|
#include <permission_object.hpp>
Public Attributes | |
permission_name | parent |
parent permission | |
account_name | owner |
the account this permission belongs to | |
permission_name | name |
human-readable name for the permission | |
time_point | last_updated |
the last time this authority was updated | |
time_point | last_used |
when this permission was last used | |
authority | auth |
authority required to execute this permission | |
special cased to abstract the foreign keys for usage and the optimization of using OID for the parent
Definition at line 73 of file permission_object.hpp.
authority sysio::chain::snapshot_permission_object::auth |
Definition at line 79 of file permission_object.hpp.
time_point sysio::chain::snapshot_permission_object::last_updated |
Definition at line 77 of file permission_object.hpp.
time_point sysio::chain::snapshot_permission_object::last_used |
Definition at line 78 of file permission_object.hpp.
permission_name sysio::chain::snapshot_permission_object::name |
Definition at line 76 of file permission_object.hpp.
account_name sysio::chain::snapshot_permission_object::owner |
Definition at line 75 of file permission_object.hpp.
permission_name sysio::chain::snapshot_permission_object::parent |
Definition at line 74 of file permission_object.hpp.