Resource constraints
Low Code
Module (compose:module
)
|
Description |
|
Constraint checks the value against the module handle. |
|
Constraint checks the value against the module handle. |
|
Constraint checks the value against the module name. |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces name. |
Namespace (compose:namespace
)
|
Description |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces name. |
Page (compose:page
)
|
Description |
|
Constraint checks the value against the page’s handle. |
|
Constraint checks the value against the page’s handle. |
|
Constraint checks the value against the page’s title. |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces name. |
Record (compose:record
)
|
Description |
|
Constraint checks the value against the record’s |
|
Constraint checks the value against the record’s |
|
Constraint checks the value against the record’s |
|
Constraint checks the value against the record’s value. Any field defined by the record’s module can be used. |
|
Constraint checks the value against the module handle. |
|
Constraint checks the value against the module handle. |
|
Constraint checks the value against the module name. |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces slug. |
|
Constraint checks the value against the namespaces name. |
System
application (system:application
)
|
Description |
|
Constraint checks the value against the application’s name. |
auth (system:auth
)
|
Description |
|
Constraint checks the value against the user’s handle. |
|
Constraint checks the value against the user’s handle. |
|
Constraint checks the value against the user’s email. |
user (system:user
)
|
Description |
|
Constraint checks the value against the user’s handle. |
|
Constraint checks the value against the user’s handle. |
|
Constraint checks the value against the user’s email. |
role (system:role
)
|
Description |
|
Constraint checks the value against the role’s handle. |
|
Constraint checks the value against the role’s handle. |
|
Constraint checks the value against the role’s name. |
role member (system:role-member
)
|
Description |
|
Constraint checks the value against the user’s handle. |
|
Constraint checks the value against the user’s handle. |
|
Constraint checks the value against the user’s email. |
|
Constraint checks the value against the role’s handle. |
|
Constraint checks the value against the role’s handle. |
|
Constraint checks the value against the role’s name. |
sink (system:sink
)
|
Description |
|
Constraint checks the value against the request’s remote address. |
|
Constraint checks the value against the request’s method. The value can be any standard HTTP request method. |
|
Constraint checks the value against the request’s URL path.
For example, |
|
Constraint checks the value against the request’s basic authentication username. |
|
Constraint checks the value against the request’s basic authentication password. |
|
Constraint checks the value against the request’s content type header field. |
|
Constraint checks the value against the request’s get query parameters. This will be truthy if any value matches in case of multiple query parameter values. |
|
Constraint checks the value against the request’s post body parameters. |
|
Constraint checks the value against the request’s header parameters. |
mail (system:mail
)
|
Description |
|
Constraint checks the value against the email’s subject. |
|
Constraint checks the value against the email’s from. This will be truthy if any value matches. |
|
Constraint checks the value against the email’s to. This will be truthy if any value matches. |
|
Constraint checks the value against the email’s reply to. This will be truthy if any value matches. |
|
Constraint checks the value against the email’s cc. This will be truthy if any value matches. |
|
Constraint checks the value against the email’s bcc. This will be truthy if any value matches. |