* The "Action" is the thing being done or opened, example “View” or "Creatlevelone"
* The "identifier" is the name of the thing being referenced, example the name you have given a sign-up page or an autoloader. If there are multiple identifier objects, separate them using double semicolons ( ;; ) as a delimiter. Note configuration teams should ensure all objects should have a unique identifier (name). if you create two autoloaders with the same name the system will only return the autoloader with the lower ID.
Note: there should be no spaces between commas and action or identifier.
==Usage Examples==