pl.wendigo.chrome.api.security / SecurityStateExplanation

SecurityStateExplanation

data class SecurityStateExplanation (source)

An explanation of an factor contributing to the security state.

Link
Security#SecurityStateExplanation type documentation.

Constructors

<init>

SecurityStateExplanation(securityState: SecurityState, title: String, summary: String, description: String, mixedContentType: MixedContentType, certificate: List<String>, recommendations: List<String>? = null)

An explanation of an factor contributing to the security state.

Properties

certificate

val certificate: List<String>

Page certificate.

description

val description: String

Full text explanation of the factor.

mixedContentType

val mixedContentType: MixedContentType

The type of mixed content described by the explanation.

recommendations

val recommendations: List<String>?

Recommendations to fix any issues.

securityState

val securityState: SecurityState

Security state representing the severity of the factor being explained.

summary

val summary: String

Short phrase describing the type of factor.

title

val title: String

Title describing the type of factor.