Class SecurityStateExplanation
An explanation of an factor contributing to the security state.
public sealed class SecurityStateExplanation
- Inheritance
-
SecurityStateExplanation
- Inherited Members
Properties
Certificate
Page certificate.
[JsonPropertyName("certificate")]
public string[] Certificate { get; set; }
Property Value
- string[]
Description
Full text explanation of the factor.
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
MixedContentType
The type of mixed content described by the explanation.
[JsonPropertyName("mixedContentType")]
public MixedContentType MixedContentType { get; set; }
Property Value
Recommendations
Recommendations to fix any issues.
[JsonPropertyName("recommendations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[]? Recommendations { get; set; }
Property Value
- string[]
SecurityState
Security state representing the severity of the factor being explained.
[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }
Property Value
Summary
Short phrase describing the type of factor.
[JsonPropertyName("summary")]
public string Summary { get; set; }
Property Value
Title
Title describing the type of factor.
[JsonPropertyName("title")]
public string Title { get; set; }