Table of Contents

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

string

Impersonator

public const string Impersonator = "impersonator"

Field Value

string

Management

public const string Management = "management"

Field Value

string

Monitoring

public const string Monitoring = "monitoring"

Field Value

string

Policymaker

public const string Policymaker = "policymaker"

Field Value

string