SecurityStateExplanation

@Serializable
data class SecurityStateExplanation(val securityState: Security.SecurityState, val title: String, val summary: String, val description: String, val mixedContentType: Security.MixedContentType, val certificate: List<String>, val recommendations: List<String>? = null)

An explanation of an factor contributing to the security state.

Constructors

Link copied to clipboard
constructor(securityState: Security.SecurityState, title: String, summary: String, description: String, mixedContentType: Security.MixedContentType, certificate: List<String>, recommendations: List<String>? = null)

Properties

Link copied to clipboard

Page certificate.

Link copied to clipboard

Full text explanation of the factor.

Link copied to clipboard

The type of mixed content described by the explanation.

Link copied to clipboard

Recommendations to fix any issues.

Link copied to clipboard

Security state representing the severity of the factor being explained.

Link copied to clipboard

Short phrase describing the type of factor.

Link copied to clipboard

Title describing the type of factor.