CustomSite: Metadata & { active: boolean; allowHomePage: boolean; allowStandardAnswersPages?: boolean | null; allowStandardIdeasPages: boolean; allowStandardLookups: boolean; allowStandardPortalPages: boolean; allowStandardSearch: boolean; analyticsTrackingCode?: string | null; authorizationRequiredPage?: string | null; bandwidthExceededPage?: string | null; browserXssProtection: boolean; changePasswordPage?: string | null; chatterAnswersForgotPasswordConfirmPage?: string | null; chatterAnswersForgotPasswordPage?: string | null; chatterAnswersHelpPage?: string | null; chatterAnswersLoginPage?: string | null; chatterAnswersRegistrationPage?: string | null; clickjackProtectionLevel: string; contentSniffingProtection: boolean; cspUpgradeInsecureRequests: boolean; customWebAddresses: SiteWebAddress[]; description?: string | null; enableAuraRequests?: boolean | null; favoriteIcon?: string | null; fileNotFoundPage?: string | null; forgotPasswordPage?: string | null; genericErrorPage?: string | null; guestProfile?: string | null; inMaintenancePage?: string | null; inactiveIndexPage?: string | null; indexPage: string; masterLabel: string; myProfilePage?: string | null; portal?: string | null; referrerPolicyOriginWhenCrossOrigin: boolean; requireHttps: boolean; requireInsecurePortalAccess: boolean; robotsTxtPage?: string | null; rootComponent?: string | null; selfRegPage?: string | null; serverIsDown?: string | null; siteAdmin?: string | null; siteRedirectMappings: SiteRedirectMapping[]; siteTemplate?: string | null; siteType: string; subdomain?: string | null; urlPathPrefix?: string | null; } Type declaration
active: boolean
allowHomePage: boolean
Optional allowStandardAnswersPages?: boolean | null
allowStandardIdeasPages: boolean
allowStandardLookups: boolean
allowStandardPortalPages: boolean
allowStandardSearch: boolean
Optional analyticsTrackingCode?: string | null
Optional authorizationRequiredPage?: string | null
Optional bandwidthExceededPage?: string | null
browserXssProtection: boolean
Optional changePasswordPage?: string | null
Optional chatterAnswersForgotPasswordConfirmPage?: string | null
Optional chatterAnswersForgotPasswordPage?: string | null
Optional chatterAnswersHelpPage?: string | null
Optional chatterAnswersLoginPage?: string | null
Optional chatterAnswersRegistrationPage?: string | null
clickjackProtectionLevel: string
contentSniffingProtection: boolean
cspUpgradeInsecureRequests: boolean
Optional description?: string | null
Optional enableAuraRequests?: boolean | null
Optional favoriteIcon?: string | null
Optional fileNotFoundPage?: string | null
Optional forgotPasswordPage?: string | null
Optional genericErrorPage?: string | null
Optional guestProfile?: string | null
Optional inMaintenancePage?: string | null
Optional inactiveIndexPage?: string | null
indexPage: string
masterLabel: string
Optional myProfilePage?: string | null
Optional portal?: string | null
referrerPolicyOriginWhenCrossOrigin: boolean
requireHttps: boolean
requireInsecurePortalAccess: boolean
Optional robotsTxtPage?: string | null
Optional rootComponent?: string | null
Optional selfRegPage?: string | null
Optional serverIsDown?: string | null
Optional siteAdmin?: string | null
Optional siteTemplate?: string | null
siteType: string
Optional subdomain?: string | null
Optional urlPathPrefix?: string | null