puppeteer/new-docs/puppeteer.protocol.security.securitystateexplanation.md
2020-07-13 14:01:35 +01:00

1.7 KiB

Home > puppeteer > Protocol > Security > SecurityStateExplanation

Protocol.Security.SecurityStateExplanation interface

An explanation of an factor contributing to the security state.

Signature:

export interface SecurityStateExplanation 

Properties

Property Type Description
certificate string[] Page certificate.
description string Full text explanation of the factor.
mixedContentType MixedContentType The type of mixed content described by the explanation.
recommendations string[] Recommendations to fix any issues.
securityState SecurityState Security state representing the severity of the factor being explained.
summary string Short phrase describing the type of factor.
title string Title describing the type of factor.