A routing rule binding a request matcher to a named policy.
Served and persisted by the CRUD handlers in src/admin/routes.rs.
Conditions an incoming request must satisfy for this route to apply.
Unique route name, used as the identifier in Admin API paths.
Name of the Policy executed for requests matching this route.
A routing rule binding a request matcher to a named policy.
Remarks
Served and persisted by the CRUD handlers in src/admin/routes.rs.