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

    Interface AddGroupToContentRestrictionByGroupId

    interface AddGroupToContentRestrictionByGroupId {
        groupId: string;
        id: string;
        operationKey: string;
    }
    Index

    Properties

    groupId: string

    The groupId of the group to add to the content restriction.

    id: string

    The ID of the content that the restriction applies to.

    operationKey: string

    The operation that the restriction applies to.