Class HealthEndpointOptions
Inherited Members
Namespace: Steeltoe.Management.Endpoint.Actuators.Health
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class HealthEndpointOptions : EndpointOptions
Properties
| Edit this page View SourceClaim
Gets or sets the claim requirements for retrieving components and/or details.
Declaration
public EndpointClaim Claim { get; set; }
Property Value
Type | Description |
---|---|
EndpointClaim |
Groups
Gets the configured health groups.
Declaration
public IDictionary<string, HealthGroupOptions> Groups { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, HealthGroupOptions> |
Role
Gets or sets the role required to retrieve components and/or details.
Declaration
public string? Role { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
ShowComponents
Gets or sets when to show components in responses.
Declaration
public ShowValues ShowComponents { get; set; }
Property Value
Type | Description |
---|---|
ShowValues |
ShowDetails
Gets or sets when to show details of components in responses.
Declaration
public ShowValues ShowDetails { get; set; }
Property Value
Type | Description |
---|---|
ShowValues |
Methods
| Edit this page View SourceRequiresExactMatch()
Indicates whether this endpoint requires an exact match on the path.
Declaration
public override bool RequiresExactMatch()
Returns
Type | Description |
---|---|
System.Boolean |