Enum EndpointPermissions
Represents the level of permissions required to access an endpoint, when running on Cloud Foundry.
Namespace: Steeltoe.Management.Configuration
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public enum EndpointPermissions : int
Fields
Name | Description |
---|---|
Full | Indicates permission to access sensitive data. |
None | Indicates no permission constraints. |
Restricted | Indicates permission to access non-sensitive data. |