List of authorisations for the project.
Authorisations can be granted to the project folder generated by the Seed plug-in.
The project configuration or class must include an authorisations field, which defines a list of authorisation patterns where * stands for the project name.
For example:
hudson.model.Item.Workspace:jenkins_*
hudson.model.Item.Read:jenkins_*
hudson.model.Item.Discover:jenkins_*
Any project TEST generated for the custom-auth class would have a folder which is
granted the Workspace, Read and Discover permissions for the
jenkins_TEST group.