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

interface ContentPermissionRequest {
    operation: "update" | "delete" | "read";
    subject: PermissionSubjectWithGroupId;
}

Hierarchy

  • Record<string, unknown>
    • ContentPermissionRequest

Properties

Properties

operation: "update" | "delete" | "read"

The content permission operation to check.

The user or group that the permission applies to.