Enumeration ACL_MASK

Description

Types of Access Control (ACL).

Property

No permission. Default value.

Property

Permission to delete objects.

Property

Permission to read the contents of objects.

Property

Permission to list user objects.

Property

Permission to create objects.

Property

Permission to update objects (headers and similar).

Property

Permission to update objects (synonymous with OBJ_UPDATE).

Property

Permission to create users.

Property

Permission to delete users. (Only creation makes sense.)

Property

Permission to obtain/set remote user information (logs, etc.).

Property

Permission to obtain the list of users.

Property

Operate as master (administrator mode).

Property

Permission to extract the device's full backup.

Property

Permission to restore the device's full backup.

Property

Permission to update firmware and the like.

Property

Permission for user authorization with "m of n".

Property

Permission to perform cryptographic user operations locally.

Property

Permission to use PKI authentication (2F PKI).

Property

Permission to use OTP authentication (2F OTP).

Property

Permission to force users to change their password at the next login.

Enumeration Members

CHANGE_PWD_NEXT_TIME: 1073741824
LOCAL_CRYPTO_PRT: 2048
NOP: 0
NS_AUTHORIZATION: 1024
OBJ_CREATE: 4
OBJ_DEL: 1
OBJ_LIST: 2
OBJ_READ: 2
OBJ_UPDATE: 8
OBJ_WRITE: 8
SYS_BACKUP: 256
SYS_OPERATOR: 128
SYS_RESTORE: 256
SYS_UPDATE_HSM: 512
USR_CREATE: 16
USR_DELETE: 16
USR_LIST: 64
USR_REMOTE_INFO: 32
VIRTUAL_OTP_AUTH: 536870912
VIRTUAL_X509_AUTH: 268435456