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

    Interface ContentRestriction

    interface ContentRestriction {
        _expandable: { content?: string; restrictions?: string };
        _links: GenericLinks;
        content?: Models.Content;
        operation: string;
        restrictions?: {
            _expandable?: { group?: string; user?: string };
            group?: GroupArray;
            user?: UserArray;
        };
    }
    Index

    Properties

    _expandable: { content?: string; restrictions?: string }
    _links: GenericLinks
    content?: Models.Content
    operation: string
    restrictions?: {
        _expandable?: { group?: string; user?: string };
        group?: GroupArray;
        user?: UserArray;
    }