Class HealthEndpointOptions
- Namespace
- Steeltoe.Management.Endpoint.Health
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class HealthEndpointOptions : AbstractEndpointOptions, IHealthOptions, IEndpointOptions
- Inheritance
-
HealthEndpointOptions
- Implements
- Inherited Members
- Extension Methods
Constructors
HealthEndpointOptions()
public HealthEndpointOptions()
HealthEndpointOptions(IConfiguration)
public HealthEndpointOptions(IConfiguration config)
Parameters
config
IConfiguration
Properties
Claim
public EndpointClaim Claim { get; set; }
Property Value
Groups
public Dictionary<string, HealthGroupOptions> Groups { get; set; }
Property Value
Role
public string Role { get; set; }
Property Value
ShowDetails
public ShowDetails ShowDetails { get; set; }