Skip to main content

Object Model for Resources

A Resource is an unique object that can be accessed. Resources are optionally specified in a virtual document data.object.resources. Resources may optionally have attributes, which are used in ABAC policy snippets.

resources := {
"System.Authz": {
"restricted": true
},
"System.Configuration": {},
"System.Datasources": {},
"System.Eval": {},
"System.LogReplay": {},
"System.Policies": {},
"System.Suggestions": {},
"System.Validate": {},
"Workspace.Authz": {
"restricted": true,
"location-restriction": "US"
},
"Workspace.Configuration": {}
}