Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface CheckContentPermission

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The ID of the content to check permissions against.

    operation: string

    The content permission operation to check.