Table of Contents

Interface IEndpoint

Namespace
Steeltoe.Management.Endpoint
Assembly
Steeltoe.Management.EndpointBase.dll
public interface IEndpoint
Extension Methods

Properties

Enabled

bool Enabled { get; }

Property Value

bool

Id

string Id { get; }

Property Value

string

Options

IEndpointOptions Options { get; }

Property Value

IEndpointOptions

Path

string Path { get; }

Property Value

string

Sensitive

[Obsolete("Use Exposure options instead")]
bool Sensitive { get; }

Property Value

bool