class documentation
class UserAuthorization(UserIdentity, Protocol):
Known subclasses: server.protocols.UserProtocol
Represents a user's authorization state.
| Method | current |
Undocumented |
| Property | current |
Current access level of the user. |
| Property | maximum |
Maximum access level the user may be assigned. |
| Property | priority |
Authorization priority. |
| Property | role |
The user's asyncua role. |
Inherited from UserIdentity:
| Property | full |
Absolute username. |
| Property | name |
Unique username. |
Authorization priority.
Read-only. Higher values take precedence when resolving authorization conflicts.