Table of Contents

Interface IManagementOptions

Namespace
Steeltoe.Management.Endpoint
Assembly
Steeltoe.Management.EndpointBase.dll
public interface IManagementOptions

Properties

Enabled

bool? Enabled { get; }

Property Value

bool?

EndpointOptions

List<IEndpointOptions> EndpointOptions { get; }

Property Value

List<IEndpointOptions>

Path

string Path { get; }

Property Value

string

Sensitive

[Obsolete("Use Exposure Options instead.")]
bool? Sensitive { get; }

Property Value

bool?

UseStatusCodeFromResponse

Gets or sets a value indicating whether or not to use accurate HTTP status codes

bool UseStatusCodeFromResponse { get; set; }

Property Value

bool

Remarks

IIS or HWC the buildpack will (by default) scrub the response body when 503 is returned