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

    Interface GetRestrictionsByOperation

    interface GetRestrictionsByOperation {
        expand?: string[];
        id: string;
    }
    Index

    Properties

    Properties

    expand?: string[]

    A multi-value parameter indicating which properties of the content restrictions to expand.

    • restrictions.user returns the piece of content that the restrictions are applied to. Expanded by default.
    • restrictions.group returns the piece of content that the restrictions are applied to. Expanded by default.
    • content returns the piece of content that the restrictions are applied to.
    id: string

    The ID of the content to be queried for its restrictions.