![]() |
NDEVR
API Documentation
|
Information about a requested OS-permission typically requested at install time. More...
Public Attributes | |
| bool | all_rights = false |
| Grants all available permissions. | |
| bool | append = false |
| Permission to append data. | |
| bool | change_permission = false |
| Permission to change permissions on the object. | |
| bool | create_child = false |
| Permission to create child objects. | |
| bool | create_file = false |
| Permission to create files. | |
| bool | create_link = false |
| Permission to create symbolic links. | |
| bool | create_subkey = false |
| Permission to create registry subkeys. | |
| bool | delete_child = false |
| Permission to delete child objects. | |
| bool | delete_object = false |
| Permission to delete the object. | |
| String | domain |
| The domain for the permission target. | |
| bool | enumerate_subkey = false |
| Permission to enumerate registry subkeys. | |
| bool | execute = false |
| Permission to execute. | |
| bool | notify = false |
| Permission to receive change notifications. | |
| bool | read = true |
| Permission to read. | |
| bool | take_ownership = false |
| Permission to take ownership of the object. | |
| String | user |
| The user account for the permission target. | |
| bool | write = false |
| Permission to write. | |
Information about a requested OS-permission typically requested at install time.
Definition at line 215 of file ModuleResourceManager.h.