Security State Explanation
data class SecurityStateExplanation(securityState: SecurityState, title: String, summary: String, description: String, mixedContentType: MixedContentType, certificate: List<String>, recommendations: List<String>?)
Content copied to clipboard
An explanation of an factor contributing to the security state.
Constructors
SecurityStateExplanation
Link copied to clipboard
fun SecurityStateExplanation(securityState: SecurityState, title: String, summary: String, description: String, mixedContentType: MixedContentType, certificate: List<String>, recommendations: List<String>? = null)
Content copied to clipboard
Properties
certificate
Link copied to clipboard
description
Link copied to clipboard
mixedContentType
Link copied to clipboard
recommendations
Link copied to clipboard
securityState
Link copied to clipboard
Sources
jvm source
Link copied to clipboard