TreeINFO-For-M365 documentation
    Preparing search index...

    Describe an approval matrix with its rules

    interface ApprovalMatrixItem {
        contentType: string;
        contentTypeList?: string;
        created: string;
        id: string;
        internalName: string;
        modified: string;
        rules: ApprovalMatrixRule[];
        siteId: string;
        tenantId: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentType: string
    contentTypeList?: string
    created: string
    id: string
    internalName: string
    modified: string
    siteId: string
    tenantId: string
    title: string