struct Protocol::Security::SecurityStateExplanation

Overview

An explanation of an factor contributing to the security state.

Included Modules

Defined in:

protocol/security.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def certificate : Array(String) #

Page certificate.


[View source]
def description : String #

Full text explanation of the factor.


[View source]
def mixed_content_type : MixedContentType #

The type of mixed content described by the explanation.


[View source]
def recommendations : Array(String) | Nil #

Recommendations to fix any issues.


[View source]
def security_state : SecurityState #

Security state representing the severity of the factor being explained.


[View source]
def summary : String #

Short phrase describing the type of factor.


[View source]
def title : String #

Title describing the type of factor.


[View source]