This object represents a single space permission. Permissions consist of* at least one operation object with an accompanying subjects object.
The following combinations of operation.key and operation.target values are valid for the operation object:
operation.key
operation.target
operation
'create': 'page', 'blogpost', 'comment', 'attachment''read': 'space''delete': 'page', 'blogpost', 'comment', 'attachment''export': 'space''administer': 'space' Copy
'create': 'page', 'blogpost', 'comment', 'attachment''read': 'space''delete': 'page', 'blogpost', 'comment', 'attachment''export': 'space''administer': 'space'
Optional
The space or content type that the operation applies to.
Generated using TypeDoc v0.25.12
This object represents a single space permission. Permissions consist of* at least one operation object with an accompanying subjects object.
The following combinations of
operation.key
andoperation.target
values are valid for theoperation
object: