Interface IEndpointOptions
- Namespace
 - Steeltoe.Management
 
- Assembly
 - Steeltoe.Management.Abstractions.dll
 
public interface IEndpointOptions
  Properties
AllowedVerbs
IEnumerable<string> AllowedVerbs { get; }
  Property Value
Enabled
bool? Enabled { get; }
  Property Value
- bool?
 
ExactMatch
bool ExactMatch { get; }
  Property Value
Id
string Id { get; }
  Property Value
Path
string Path { get; }
  Property Value
RequiredPermissions
Permissions RequiredPermissions { get; }
  Property Value
Methods
IsAccessAllowed(Permissions)
bool IsAccessAllowed(Permissions permissions)
  Parameters
permissionsPermissions