struct Protocol::Security::VisibleSecurityState
- Protocol::Security::VisibleSecurityState
- Struct
- Value
- Object
Overview
Security state information about the page.
Included Modules
- JSON::Serializable
Defined in:
protocol/security.crConstructors
Instance Method Summary
-
#certificate_security_state : CertificateSecurityState | Nil
Security state details about the page certificate.
-
#safety_tip_info : SafetyTipInfo | Nil
The type of Safety Tip triggered on the page.
-
#security_state : SecurityState
The security level of the page.
-
#security_state_issue_ids : Array(String)
Array of security state issues ids.
Constructor Detail
Instance Method Detail
def certificate_security_state : CertificateSecurityState | Nil
#
Security state details about the page certificate.
def safety_tip_info : SafetyTipInfo | Nil
#
The 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.