Interface IEndpointOptions
Assembly: Steeltoe.Management.Abstractions.dll
Syntax
public interface IEndpointOptions
Properties
|
Edit this page
View Source
AllowedVerbs
Declaration
IEnumerable<string> AllowedVerbs { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
|
Edit this page
View Source
Enabled
Declaration
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
ExactMatch
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Id
Declaration
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Path
Declaration
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
RequiredPermissions
Declaration
Permissions RequiredPermissions { get; }
Property Value
Methods
|
Edit this page
View Source
IsAccessAllowed(Permissions)
Declaration
bool IsAccessAllowed(Permissions permissions)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods