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

    Interface SpacePermissionCustomContent

    This object represents a list of space permissions for custom content type for an individual user. Permissions consist of* a subjects object and a list with at least one operation object.

    interface SpacePermissionCustomContent {
        operations: { access: boolean; key: string; target: string }[];
        subject: PermissionSubject;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    operations: { access: boolean; key: string; target: string }[]

    Type declaration

    • access: boolean

      Grant or restrict access

    • key: string

      The operation type

    • target: string

      The custom content type