https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy
Schema for the Access Control Policy of a resource
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | external/repo/accesscontrolpolicy.schema.json |
- Access Control Policy
https://ns.adobe.com/xdm/external/repo/accesscontrolpolicy
- Access Control Entry
https://ns.adobe.com/xdm/external/repo/accesscontrolentry
- Access Control Entry
{
"repo:acl": [
{
"repo:principal": "authenticated",
"repo:privileges": [
"read"
],
"repo:modifier": "grant"
},
{
"repo:principal": {
"xdm:provider": {
"@id": "https://ims-na1.adobelogin.com/"
},
"@id": "C0B648DE57D701277F000101@AdobeID",
"@type": "https://ns.adobe.com/adobecloudplatform/ims/user"
},
"repo:privileges": [
"write",
"delete"
],
"repo:modifier": "grant",
"repo:inheritance": "deep"
}
]
}
Property | Type | Required | Defined by |
---|---|---|---|
repo:acl | Access Control Entry | Optional | Access Control Policy (this schema) |
* |
any | Additional | this schema allows additional properties |
Schema for the Access Control List of a resource
repo:acl
-
is optional
-
type: Access Control Entry
-
defined in this schema
Array type: Access Control Entry
All items must be of the type:
- Access Control Entry –
https://ns.adobe.com/xdm/external/repo/accesscontrolentry