Class VisibleSecurityState
Security state information about the page.
public sealed class VisibleSecurityState
- Inheritance
-
VisibleSecurityState
- Inherited Members
Properties
CertificateSecurityState
Security state details about the page certificate.
[JsonPropertyName("certificateSecurityState")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CertificateSecurityState? CertificateSecurityState { get; set; }
Property Value
SafetyTipInfo
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.
[JsonPropertyName("safetyTipInfo")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SafetyTipInfo? SafetyTipInfo { get; set; }
Property Value
SecurityState
The security level of the page.
[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }
Property Value
SecurityStateIssueIds
Array of security state issues ids.
[JsonPropertyName("securityStateIssueIds")]
public string[] SecurityStateIssueIds { get; set; }
Property Value
- string[]