This object represents the request for the content permission check API.

interface CheckContentPermission {
    id: string;
    operation: string;
    subject: PermissionSubjectWithGroupId;
}

Hierarchy (view full)

Properties

Properties

id: string

The ID of the content to check permissions against.

operation: string

The content permission operation to check.

Generated using TypeDoc v0.25.12