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

    Interface ContentRestrictionArray

    interface ContentRestrictionArray {
        _links: GenericLinks;
        limit: number;
        restrictionsHash: string;
        results: ContentRestriction[];
        size: number;
        start: number;
    }
    Index

    Properties

    _links: GenericLinks
    limit: number
    restrictionsHash: string

    This property is used by the UI to figure out whether a set of restrictions has changed.

    size: number
    start: number