Enum EndpointPermissions
- Namespace
- Steeltoe.Management.Configuration
- Assembly
- Steeltoe.Management.Abstractions.dll
Represents the level of permissions required to access an endpoint, when running on Cloud Foundry.
public enum EndpointPermissions
- Extension Methods
Fields
Full = 2
Indicates permission to access sensitive data.
None = 0
Indicates no permission constraints.
Restricted = 1
Indicates permission to access non-sensitive data.