Variable: SpacePermissionSchema
ts
const SpacePermissionSchema: z.ZodType<SpacePermission>;Defined in: src/v1/models/spacePermission.ts:44
This object represents a permission for given space. Permissions consist of* at least one operation object with an accompanying subjects object.*
The following combinations of operation and targetType values are* valid for the operation object:*
- 'create': 'page', 'blogpost', 'comment', 'attachment'*
- 'read': 'space'*
- 'delete': 'page', 'blogpost', 'comment', 'attachment'*
- 'export': 'space'*
- 'administer': 'space'