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

    Interface UserProperty

    interface UserProperty {
        createdDate: string;
        id: string;
        key: string;
        lastModifiedDate: string;
        Links?: GenericLinks;
        value: {};
    }
    Index

    Properties

    createdDate: string

    Datetime when the property was created such as 2022-01-01T12:00:00.111Z

    id: string

    A unique identifier for the user property

    key: string
    lastModifiedDate: string

    Datetime when the property was last modified such as 2022-02-01T12:00:00.111Z

    Links?: GenericLinks
    value: {}

    The value of the content property.