# DS0000121.ds - KEY::: ACCESSCONTROL # Entity Snapshot datascript_id = ['ACCESSCONTROL'] title = ['Control Process: System and User Access Meta-format'] #Package Snapshot package_type = ['access_control'] package_id = ['BLSHN7YH8HGWE2'] # Directory List-file DLIST = ['DS0000121.ds'] # Index-List INDEX = ["id", "permission_id", "local_name", "global_name", "public_name", "crypt_slug", "vcnkey_meta_location", "last_active", "member_photo_slug", "vcn_socket"] # Identifier Overview dentifier_type = [ ('id', INT), ('permission_id', INT), ('local_name', CHAR), ('global_name', CHAR), ('public_name', CHAR), ('crypt_slug', VARCHAR), ('vcnkey_meta_location', VARCHAR), ('last_active', DATETIME), ('member_photo_slug', VARCHAR), ('vcn_socket', VARCHAR), (vcnkey_incept', VARCHAR) ] # Datascript Module Context datascript_module = [ ('permission_id', 'PERMISSION ID TAG", "What is the access control system designating as the Permission ID tag for this user? 0 is admin, 1 is next highest and so on."), ('local_name', 'LOCALLY ASSIGNED USER LOOKUP NAME', "What is the Locally assigned name that the Access Conrol System has given this system user? Note: This is a Local-only user name, or for private p2p contacts persisting within a tunnle."), ('global_name', 'GLOBALLY ASSIGNED USER LOOKUP NAME", "What is the Globally assigned name that the Access Conrol System has given this system user? Note: This is a Global-only user name, or for 1 to many streams coming from yoru machine."), ('public_name', 'PUBLIC NAME WHILE IN PRIVATE MODE', "What name is visible when the user is in Private Mode?"), ('crypt_slug', 'CRYPT SLUG CONTAINING KEY', "What is the end result of the crypt-hash when the key isn't applied?"), ('vcnkey_meta_location', 'VCNKEY CODE LOCATION', "What link location on the network can verify this user if needed?"), ('last_active', 'LAST ACTIVE TIME: Identity', "When was the last time this Identity was active within the system?"), ('member_photo_slug', 'MEMBER PHOTO LOCATION SLUG', "What path can be used to populate the members photo?"), ('vcn_socket', 'VIRTUAL CONTENT NETWORK: LOCAL SOCKET LOCATION', 'What socket/path can be used to populate the C.ORE instance?'), ('vcnkey_incept', 'VCNKEY INCEPTION KEY', 'What VCNKEY was recorded to initialize this KEY?') ] # INCLUDE - Additional modules that were included include_module = ['Control Process: USER PERMISSION TABLE']