Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.36 KB

effectiveprivileges.schema.md

File metadata and controls

58 lines (35 loc) · 1.36 KB

Effective Privileges Schema

https://ns.adobe.com/xdm/external/repo/effectiveprivileges

Schema for the Effective Privileges resource

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted external/repo/effectiveprivileges.schema.json

Effective Privileges Example

{
  "*": [
    "read",
    "write"
  ],
  "api:ac": [
    "read"
  ]
}

Effective Privileges Properties

Property Type Required Defined by
* enum[] Optional Effective Privileges (this schema)
* any Additional this schema allows additional properties

*

Privilege granted to the current Subject

*

  • is optional

  • type: enum[]

  • defined in this schema

* Type

Array type: enum[]

All items must be of the type: string