Routing Rules API
Enable fine-grained control over how just-in-time access requests are evaluated, approved, and enforced—ensuring secure, compliant, and context-aware access workflows.
Last updated
Enable fine-grained control over how just-in-time access requests are evaluated, approved, and enforced—ensuring secure, compliant, and context-aware access workflows.
Last updated
The Routing Rules API gives you fine-grained control over how just-in-time access requests are evaluated and approved. By defining workflow rules based on both the requestor (who is making the request) and the resource (what they’re trying to access), you can enforce consistent, auditable, and dynamic access controls across your infrastructure.
Request routing allows you to direct access requests through different approval paths based on context. For example, you can require manual approval for sensitive production systems, while allowing auto-approved access to staging environments. You can also limit request scope using filters or directory-based rules, ensuring access is only available to the right people at the right time.
Create a new routing rule with the specified name.
A human readable name for this routing rule
Whether or not the routing rule should be evaluated; if false or undefined, the rule will be evaluated
Routing rule created successfully.
Update an existing routing rule with the specified name.
A human readable name for this routing rule
Whether or not the routing rule should be evaluated; if false or undefined, the rule will be evaluated
Routing rule updated successfully.