vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CustomSiteMetadata

    interface CustomSiteMetadata {
        active: boolean;
        allowHomePage: boolean;
        allowStandardAnswersPages?: boolean;
        allowStandardIdeasPages: boolean;
        allowStandardLookups: boolean;
        allowStandardPortalPages: boolean;
        allowStandardSearch: boolean;
        analyticsTrackingCode?: string;
        authorizationRequiredPage?: string;
        bandwidthExceededPage?: string;
        browserXssProtection: boolean;
        cachePublicVisualforcePagesInProxyServers?: boolean;
        changePasswordPage?: string;
        chatterAnswersForgotPasswordConfirmPage?: string;
        chatterAnswersForgotPasswordPage?: string;
        chatterAnswersHelpPage?: string;
        chatterAnswersLoginPage?: string;
        chatterAnswersRegistrationPage?: string;
        clickjackProtectionLevel: SiteClickjackProtectionLevel;
        contentSniffingProtection: boolean;
        customWebAddresses?: SiteWebAddress[];
        description?: string;
        enableAuraRequests?: boolean;
        favoriteIcon?: string;
        fileNotFoundPage?: string;
        forgotPasswordPage?: string;
        fullName?: string;
        genericErrorPage?: string;
        guestProfile?: string;
        inactiveIndexPage?: string;
        indexPage: string;
        inMaintenancePage?: string;
        masterLabel: string;
        myProfilePage?: string;
        portal?: string;
        redirectToCustomDomain?: boolean;
        referrerPolicyOriginWhenCrossOrigin: boolean;
        robotsTxtPage?: string;
        selfRegPage?: string;
        serverIsDown?: string;
        siteAdmin?: string;
        siteGuestRecordDefaultOwner?: string;
        siteIframeWhiteListUrls?: SiteIframeWhiteListUrl[];
        siteRedirectMappings?: SiteRedirectMapping[];
        siteTemplate?: string;
        siteType: SiteType;
        subdomain?: string;
        urlPathPrefix?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean
    allowHomePage: boolean
    allowStandardAnswersPages?: boolean
    allowStandardIdeasPages: boolean
    allowStandardLookups: boolean
    allowStandardPortalPages: boolean
    allowStandardSearch: boolean
    analyticsTrackingCode?: string
    authorizationRequiredPage?: string
    bandwidthExceededPage?: string
    browserXssProtection: boolean
    cachePublicVisualforcePagesInProxyServers?: boolean
    changePasswordPage?: string
    chatterAnswersForgotPasswordConfirmPage?: string
    chatterAnswersForgotPasswordPage?: string
    chatterAnswersHelpPage?: string
    chatterAnswersLoginPage?: string
    chatterAnswersRegistrationPage?: string
    clickjackProtectionLevel: SiteClickjackProtectionLevel
    contentSniffingProtection: boolean
    customWebAddresses?: SiteWebAddress[]
    description?: string
    enableAuraRequests?: boolean
    favoriteIcon?: string
    fileNotFoundPage?: string
    forgotPasswordPage?: string
    fullName?: string
    genericErrorPage?: string
    guestProfile?: string
    inactiveIndexPage?: string
    indexPage: string
    inMaintenancePage?: string
    masterLabel: string
    myProfilePage?: string
    portal?: string
    redirectToCustomDomain?: boolean
    referrerPolicyOriginWhenCrossOrigin: boolean
    robotsTxtPage?: string
    selfRegPage?: string
    serverIsDown?: string
    siteAdmin?: string
    siteGuestRecordDefaultOwner?: string
    siteIframeWhiteListUrls?: SiteIframeWhiteListUrl[]
    siteRedirectMappings?: SiteRedirectMapping[]
    siteTemplate?: string
    siteType: SiteType
    subdomain?: string
    urlPathPrefix?: string