Enum ShowValues
Represents when something should be included in an endpoint response.
Namespace: Steeltoe.Management.Endpoint.Actuators.Health
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public enum ShowValues : int
Fields
Name | Description |
---|---|
Always | Always include this item. |
Never | Never include this item. |
WhenAuthorized | Only include this item when the user is authorized. |