| Name | Description |
| Action |
Gets or sets the action.
|
| ActionRout |
Gets the action rout if specified. The rout would override the action's name in the URL
|
| AddHock |
Indicate that a endpoint blocks Addhock request
|
| AllowAnonymous |
Gets a value indicating whether [allow anonymous].
|
| AppliedRules |
Rules used to provide security to a URL endpoint
|
| Attributes |
Gets the names of the attributes that have been assigned to the endpoint.
|
| AuthorizedUsersOnly |
Gets a value indicating whether users must have been authorized to access this route.
|
| BlockCount |
Times the resource was blocked and not send to the user
|
| BlockDuration |
Defines a rule indicating successive violation will alter the block duration
|
| BlockedByBots |
Times the page was not served to a user identified as being a Bot
|
| BlockedByHumans |
Times the page was not served to a user identified as being a human
|
| BlockedBySearchEngines |
Times the page was not served to a user identified as being a search engine
|
| BlockedEndPointPort |
indicates that no access to the resource is possible for a given port
|
| BrowserIntentions |
Indicate that a endpoint blocks frequent where the user-agent used has the wrong reputation
|
| BuilderErrors |
Gets the issues encountered when generating the protection settings for this discovered rout.
|
| Controller |
Gets or sets the controller.
|
| ControllerRout |
Gets the controller rout if specified. The rout would override the controllers's name in the URL
/// |
| CrossSite |
Rule how to work with Cross Site Requests (CORS)
|
| DocumentType |
Gets the type of the document that is being interacted with from the standpoint of the firewall.
|
| FilterAction |
Gets the filtering instructions for the firewall on an action.
|
| FireWallConfiguration |
The configuration endpoint used by the firewall using 2nd layer protection for firewalls that use MVC and Pages
|
| FirewallDisabled |
If set to true the firewall will not test any rule in the endpoint
|
| FirstRequest |
First time the URL was requested, null if never requested
|
| FullUrl |
Gets the full URL that is domain name as well as Url (controller + action) or Route attribute.
|
| GeoBlock |
Geographical block configuration for this endpoint
|
| GeoFree |
exclusion rule for endpoint
|
| HasAntiforgery |
Gets or sets a value indicating whether this instance has anti-forgery.
|
| HasNoAnnotations |
Indicates that the endpoint has no annotation and the default rules will apply
|
| HitRates |
Indicate that a endpoint blocks frequent hit request
|
| HoneyPotTrap |
Annotation that can be used to declare that an endpoint is a honey-pot-trap and any access should be considered a malicious by the firewall
|
| IsAsync |
Gets a value indicating whether this routed request will execute asynchronous.
|
| IsFile |
Gets or sets a value indicating whether this instance is file (physical or virtual).
|
| IsHomePage |
Gets a value indicating whether this instance is the site's home page.
|
| ISPTrustLevel |
Internet service provider reputation filter
|
| KnownBadBoys |
Rule how to work with known malicious users
|
| LastRequest |
Last time the URL was requested, null if never requested
|
| LinkType |
Gets the type of endpoint that this route links to. possible values are Page, Resource, ApiEndpoint, JsonEndpoint, PhysicalFile, VirualFile.
|
| MaliciousUserAgents |
Rule how to work with malicious UserAgents
|
| Method |
Gets the maximum access for invalid user access attempts redirect URL.
Gets or sets the protocol method.
|
| Minifiction |
The average minification that the firewall is able to do on this endpoint
|
| NoValidate |
The NoValidate option tells the firewall what rules to skip
|
| PageRefresh |
Indicate that a endpoint blocks frequent hit request
|
| ParameterNames |
Contains the parameter names if endpoints contains parameters
|
| Parameters |
Gets the parameters of the action if any.
|
| ParameterTypes |
The parameter types in the method
|
| Path |
Path to the endpoint in form of {namespace}.{class}.{method} or location on disk for a physical file
|
| ReturnType |
Gets or sets the type of the data type returned.
|
| Scrubbing |
page scrubbing protection configuration override
|
| SiteMap |
Indicate that a endpoint blocks frequent where the page was not visible from the users rendered resources
|
| TolerateWrongProtocolMethod | Gets or sets a value indicating whether to tolerate wrong protocol methods. |
| UserFilter |
Indicate that a endpoint controls what users are permitted
|
| ViewCount |
Times resource was send to any type of consumer including that at the time of server are not known (typically first page);
|
| ViewedByBots |
Times resource was send to Bots
|
| ViewedByHumans |
Times resource was send to Humans
|
| ViewedBySearchEngines |
Times resource was send to Search Engines
|
| WhiteList |
Gets or sets the user groups blocked you can combine the user groups to allow several types of users..
If assigned then it indicates that IP CIDR address range has been White-listed, access from all others locations is prohibited
|