Domain Detective

API Reference

Class

CertificateInventoryEndpointPolicyDrift

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Endpoint-level policy drift details.

Inheritance

  • Object
  • CertificateInventoryEndpointPolicyDrift

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public CertificateInventoryEndpointPolicyDrift() #

Properties

public String Host { get; set; } #

Gets or sets the host value.

public Int32 Port { get; set; } #

Gets or sets the port value.

public String Status { get; set; } #

Gets or sets the status value.

public Nullable<Boolean> PreviousCompliant { get; set; } #

Gets or sets the previous compliant value.

public Nullable<Boolean> CurrentCompliant { get; set; } #

Gets or sets the current compliant value.

public Int32 PreviousViolationCount { get; set; } #

Gets or sets the previous violation count value.

public Int32 CurrentViolationCount { get; set; } #

Gets or sets the current violation count value.

public String PreviousMaxViolationSeverity { get; set; } #

Gets or sets the previous max violation severity value.

public String CurrentMaxViolationSeverity { get; set; } #

Gets or sets the current max violation severity value.

public Int32 PreviousRiskScore { get; set; } #

Gets or sets the previous risk score value.

public Int32 CurrentRiskScore { get; set; } #

Gets or sets the current risk score value.

public String PreviousRiskSeverity { get; set; } #

Gets or sets the previous risk severity value.

public String CurrentRiskSeverity { get; set; } #

Gets or sets the current risk severity value.

public String PreviousIssuer { get; set; } #

Gets or sets the previous issuer value.

public String CurrentIssuer { get; set; } #

Gets or sets the current issuer value.

public Nullable<DateTimeOffset> PreviousNotAfterUtc { get; set; } #

Gets or sets the previous not after utc value.

public Nullable<DateTimeOffset> CurrentNotAfterUtc { get; set; } #

Gets or sets the current not after utc value.

public List<String> PreviousViolationCodes { get; set; } #

Gets or sets the previous violation codes value.

public List<String> CurrentViolationCodes { get; set; } #

Gets or sets the current violation codes value.

public List<String> NewViolationCodes { get; set; } #

Gets or sets the new violation codes value.

public List<String> ResolvedViolationCodes { get; set; } #

Gets or sets the resolved violation codes value.

public List<String> ChangeKinds { get; set; } #

Gets or sets the change kinds value.

{{ include "footer" }}