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
Groups
Dictionary<string, HealthGroupOptions> Groups { get; set; }
Property Value
Role
string Role { get; set; }
Property Value
ShowDetails
ShowDetails ShowDetails { get; set; }