Class SecurityStateExplanation
SecurityStateExplanation
public sealed class SecurityStateExplanation
- Inheritance
-
SecurityStateExplanation
- Inherited Members
Properties
Certificate
certificate
[JsonPropertyName("certificate")]
public string[] Certificate { get; set; }
Property Value
- string[]
Description
description
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
MixedContentType
mixedContentType
[JsonPropertyName("mixedContentType")]
public MixedContentType MixedContentType { get; set; }
Property Value
Recommendations
recommendations
[JsonPropertyName("recommendations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] Recommendations { get; set; }
Property Value
- string[]
SecurityState
securityState
[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }
Property Value
Summary
summary
[JsonPropertyName("summary")]
public string Summary { get; set; }
Property Value
Title
title
[JsonPropertyName("title")]
public string Title { get; set; }