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

    Interface PermissionSubject

    The user or group that the permission applies to.

    interface PermissionSubject {
        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 name of the group or groupId

    type: string