Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Security.SecurityStateExplanation
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SecurityStateExplanation } = default.Security;

An explanation of an factor contributing to the security state.

Properties

securityState: SecurityState

Security state representing the severity of the factor being explained.

title: string

Title describing the type of factor.

summary: string

Short phrase describing the type of factor.

description: string

Full text explanation of the factor.

mixedContentType: MixedContentType

The type of mixed content described by the explanation.

certificate: string[]

Page certificate.

optional
recommendations: string[]

Recommendations to fix any issues.