struct Protocol::Security::SecurityStateExplanation
- Protocol::Security::SecurityStateExplanation
- Struct
- Value
- Object
Overview
An explanation of an factor contributing to the security state.
Included Modules
- JSON::Serializable
Defined in:
protocol/security.crConstructors
Instance Method Summary
-
#certificate : Array(String)
Page certificate.
-
#description : String
Full text explanation of the factor.
-
#mixed_content_type : MixedContentType
The type of mixed content described by the explanation.
-
#recommendations : Array(String) | Nil
Recommendations to fix any issues.
-
#security_state : 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.
Constructor Detail
Instance Method Detail
def security_state : SecurityState
#
Security state representing the severity of the factor being explained.