Table of Contents

Interface IHealthOptions

Namespace
Steeltoe.Management.Endpoint.Health
Assembly
Steeltoe.Management.EndpointBase.dll
public interface IHealthOptions : IEndpointOptions
Inherited Members
Extension Methods

Properties

Claim

EndpointClaim Claim { get; set; }

Property Value

EndpointClaim

Groups

Dictionary<string, HealthGroupOptions> Groups { get; set; }

Property Value

Dictionary<string, HealthGroupOptions>

Role

string Role { get; set; }

Property Value

string

ShowDetails

ShowDetails ShowDetails { get; set; }

Property Value

ShowDetails