Class UserTags
- Namespace
- EasyNetQ.Management.Client.Model
- Assembly
- EasyNetQ.Management.Client.dll
Administrator: User can do everything monitoring can do, manage users, vhosts and permissions, close other user's connections, and manage policies and parameters for all vhosts. Monitoring: User can access the management plugin and see all connections and channels as well as node-related information. Management: User can access the management plugin Policymaker: User can access the management plugin and manage policies and parameters for the vhosts they have access to. Impersonator: User can forge a user-id.
public static class UserTags
- Inheritance
-
UserTags
- Inherited Members
Fields
Administrator
public const string Administrator = "administrator"
Field Value
Impersonator
public const string Impersonator = "impersonator"
Field Value
Management
public const string Management = "management"
Field Value
Monitoring
public const string Monitoring = "monitoring"
Field Value
Policymaker
public const string Policymaker = "policymaker"