 | EndpointPropertiesEndpointPermission Enumeration |
version: 10.20.0
Defines what permissions are granted for sessions initiated by users other than the
owner of the Endpoint (all others).
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
Syntaxpublic enum EndpointPermission
Members
| Member name | Value | Description |
---|
| None | 0 |
No permission on the endpoint.
|
| ReadOnly | 1 |
EndpointPermission to read-only.
|
| Consume | 2 |
EndpointPermission to read and acknowledge messages.
|
| ModifyTopic | 3 |
EndpointPermission to modify the topic, in addition to Consume privileges.
|
| Delete | 4 |
EndpointPermission to deprovision or delete, in addition to ModifyTopic privileges.
|
See Also