VisibleSecurityState

@Serializable
data class VisibleSecurityState(val securityState: Security.SecurityState, val certificateSecurityState: Security.CertificateSecurityState? = null, val safetyTipInfo: Security.SafetyTipInfo? = null, val securityStateIssueIds: List<String>)

Security state information about the page.

Constructors

Link copied to clipboard
constructor(securityState: Security.SecurityState, certificateSecurityState: Security.CertificateSecurityState? = null, safetyTipInfo: Security.SafetyTipInfo? = null, securityStateIssueIds: List<String>)

Properties

Link copied to clipboard

Security state details about the page certificate.

Link copied to clipboard

The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.

Link copied to clipboard

The security level of the page.

Link copied to clipboard

Array of security state issues ids.