read-all-content-from-all-projects
This is a Gitana Access Policy Template.
You can reference it using the identifier read-all-content-from-all-projects
.
The JSON for this policy is:
{
"key": "read-all-content-from-all-projects",
"title": "Allow a Principal to be a Manager for All Content from all Projects",
"statements": [
{
"roles": [
"manage"
],
"action": "grant",
"conditions": [
{
"type": "and",
"config": {
"conditions": [
{
"type": "type",
"config": {
"type": "^node.*"
}
},
{
"type": "project",
"config": {
"id": ".*"
}
}
]
}
}
]
}
]
}