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

    Interface PermissionSubjectWithGroupId

    The user or group that the permission applies to.

    interface PermissionSubjectWithGroupId {
        identifier: string;
        type: string;
    }
    Index

    Properties

    Properties

    identifier: string

    For type=user, identifier should be user's accountId or anonymous for anonymous users

    For type=group, identifier should be ID of the group

    type: string