AuthorityTypes enum | QSYS API Reference Guide
Specifies the authority types for a resource.
Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll
Enum Values
Name | Description | Value |
---|---|---|
Add | Specifies that the user has add access to the resource. | 2 |
All | Specifies that the user has all access to the resource. | 511 |
Alter | Specifies that the user has alter access to the resource. | 128 |
Change | Specifies that the user has change access to the resource. | 46 |
Delete | Specifies that the user has delete access to the resource. | 8 |
Exclude | Specifies that the user is excluded from the resource. | 0 |
Execute | Specifies that the user has execute access to the resource. | 16 |
Existence | Specifies that the user has existence access to the resource. | 64 |
Management | Specifies that the user has management access to the resource. | 256 |
Operational | Specifies that the user has operational access to the resource. | 32 |
Read | Specifies that the user has read access to the resource. | 1 |
Update | Specifies that the user has update access to the resource. | 4 |
Use | Specifies that the user has use access to the resource. | 49 |