interface AppMetadata {
    admin?: string;
    createdBy?: ProductKey;
    ctsAuthorized?: boolean;
    ctsUserId?: string;
    customerId?: string;
    districtId?: string;
    erpAuthorized?: boolean;
    erpTenants?: string;
    erpUserId?: string;
    fdpAuthorized?: boolean;
    fdpStateAgency?: string;
    fdpStateCode?: string;
    isExternal?: boolean;
    isiteAuthorized?: boolean;
    isiteMigration?: boolean;
    mcAuthorized?: boolean;
    mcUserId?: string;
    mfaEnrollmentId?: string;
    ooAuthorized?: boolean;
    passwordResetRequired?: boolean;
    principalId?: string;
    role?: string;
    scriptAuthorized?: boolean;
    source?: string;
    titanAuthorized?: boolean;
    titanUserId?: string;
}

Properties

admin?: string
createdBy?: ProductKey
ctsAuthorized?: boolean
ctsUserId?: string
customerId?: string
districtId?: string
erpAuthorized?: boolean
erpTenants?: string
erpUserId?: string
fdpAuthorized?: boolean
fdpStateAgency?: string
fdpStateCode?: string
isExternal?: boolean
isiteAuthorized?: boolean
isiteMigration?: boolean
mcAuthorized?: boolean
mcUserId?: string
mfaEnrollmentId?: string
ooAuthorized?: boolean
passwordResetRequired?: boolean
principalId?: string
role?: string
scriptAuthorized?: boolean
source?: string
titanAuthorized?: boolean
titanUserId?: string