This represents the 'internal' data, eg: a normalized format without cross-platform differences

Constructors

  • Parameters

    • id: undefined | null | number
    • url: string
    • domain: string
    • specialDomainName: undefined | null | string
    • status: string
    • upgradedHttps: boolean
    • protections: Protections
    • permissions: undefined | null | any[]
    • requestDetails: RequestDetails
    • cookiePromptManagementStatus: undefined | null | CookiePromptManagementStatus
    • ctaScreens: undefined | null | Record<string, any>
    • search: undefined | null | Record<string, any>
    • emailProtection: undefined | null | Record<string, any>
    • maliciousSiteStatus: undefined | MaliciousSiteStatus
    • parentEntity: undefined | null | {
          displayName: string;
          prevalence: number;
      }
    • error: undefined | null | string
    • isInvalidCert: undefined | null | boolean

    Returns TabData

Properties

certificate: undefined | null | any[]
cookiePromptManagementStatus: undefined | null | CookiePromptManagementStatus
ctaScreens: undefined | null | Record<string, any>
domain: string
emailProtection: undefined | null | Record<string, any>
error: undefined | null | string
id: undefined | null | number
isInvalidCert: undefined | null | boolean
isPendingUpdates: undefined | null | boolean
locale: undefined | null | string
maliciousSiteStatus: undefined | MaliciousSiteStatus
parentEntity: undefined | null | {
    displayName: string;
    prevalence: number;
}
permissions: undefined | null | any[]
platformLimitations: undefined | null | boolean
protections: Protections
requestDetails: RequestDetails
search: undefined | null | Record<string, any>
specialDomainName: undefined | null | string
status: string
upgradedHttps: boolean
url: string