Table of Contents

Enum ShowValues

Namespace
Steeltoe.Management.Endpoint.Actuators.Health
Assembly
Steeltoe.Management.Endpoint.dll

Represents when something should be included in an endpoint response.

public enum ShowValues
Extension Methods

Fields

Always = 2

Always include this item.

Never = 0

Never include this item.

WhenAuthorized = 1

Only include this item when the user is authorized.