API Reference
CertificateInventoryEndpointDrift
Drift details for one endpoint over time.
Inheritance
- Object
- CertificateInventoryEndpointDrift
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CertificateInventoryEndpointDrift() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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 Service { get; set; } #Gets or sets the service value.
public Nullable<DateTimeOffset> FirstSeenUtc { get; set; } #Gets or sets the first seen utc value.
public Nullable<DateTimeOffset> LastSeenUtc { get; set; } #Gets or sets the last seen utc value.
public Int32 ObservationCount { get; set; } #Gets or sets the observation count value.
public Int32 DistinctCertificateCount { get; set; } #Gets or sets the distinct certificate count value.
public String PreviousCertificateId { get; set; } #Gets or sets the previous certificate id value.
public String CurrentCertificateId { get; set; } #Gets or sets the current certificate id 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 Boolean CertificateChanged { get; set; } #Gets or sets the certificate changed value.
public Boolean IssuerChanged { get; set; } #Gets or sets the issuer changed value.
public Boolean ExpiryChanged { get; set; } #Gets or sets the expiry changed value.
public Boolean ServiceChanged { get; set; } #Gets or sets the service changed value.
public String PreviousAuthenticationProfile { get; set; } #Gets or sets the previous authentication profile value.
public String CurrentAuthenticationProfile { get; set; } #Gets or sets the current authentication profile value.
public Boolean AuthenticationProfileChanged { get; set; } #Gets or sets the authentication profile changed value.
public String PreviousChainSource { get; set; } #Gets or sets the previous chain source value.
public String CurrentChainSource { get; set; } #Gets or sets the current chain source value.
public Boolean ChainSourceChanged { get; set; } #Gets or sets the chain source changed value.
public String DriftSeverity { get; set; } #Gets or sets the drift severity value.
public List<String> ChangeKinds { get; set; } #Gets or sets the change kinds value.
public Nullable<DateTimeOffset> LastChangedAtUtc { get; set; } #Gets or sets the last changed at utc value.