import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { VisibleSecurityState } = default.Security;
Security state information about the page.
Properties
securityState: SecurityState
The security level of the page.
optional
certificateSecurityState: CertificateSecurityStateSecurity state details about the page certificate.
optional
safetyTipInfo: SafetyTipInfoThe type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.