Table of Contents

Interface IEndpointOptions

Namespace
Steeltoe.Management
Assembly
Steeltoe.Management.Abstractions.dll
public interface IEndpointOptions

Properties

AllowedVerbs

IEnumerable<string> AllowedVerbs { get; }

Property Value

IEnumerable<string>

Enabled

bool? Enabled { get; }

Property Value

bool?

ExactMatch

bool ExactMatch { get; }

Property Value

bool

Id

string Id { get; }

Property Value

string

Path

string Path { get; }

Property Value

string

RequiredPermissions

Permissions RequiredPermissions { get; }

Property Value

Permissions

Methods

IsAccessAllowed(Permissions)

bool IsAccessAllowed(Permissions permissions)

Parameters

permissions Permissions

Returns

bool