Domain Detective

API Reference

Class

CertificateInventoryPolicyOverrideAction

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Rule action that modifies effective baseline profile and/or suppresses violation codes.

Inheritance

  • Object
  • CertificateInventoryPolicyOverrideAction

Usage

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

Constructors

public CertificateInventoryPolicyOverrideAction() #

Properties

public String BaselineProfile { get; set; } #
JsonPropertyName("baselineProfile")

Gets or sets the baseline profile value.

public String[] SuppressViolationCodes { get; set; } #
JsonPropertyName("suppressViolationCodes")

Gets or sets the suppress violation codes value.

public Nullable<Boolean> RequireCtForKnownAuthority { get; set; } #
JsonPropertyName("requireCtForKnownAuthority")

Gets or sets the require ct for known authority value.

public Nullable<Boolean> FlagUnknownAuthority { get; set; } #
JsonPropertyName("flagUnknownAuthority")

Gets or sets the flag unknown authority value.

public Nullable<Boolean> FlagUnknownRootAuthority { get; set; } #
JsonPropertyName("flagUnknownRootAuthority")

Gets or sets the flag unknown root authority value.

public Nullable<Boolean> FlagClientAuthUsage { get; set; } #
JsonPropertyName("flagClientAuthUsage")

Gets or sets the flag client auth usage value.

public Nullable<Boolean> FlagSecureEmailUsage { get; set; } #
JsonPropertyName("flagSecureEmailUsage")

Gets or sets the flag secure email usage value.

public Nullable<Boolean> FlagCrossServiceReuse { get; set; } #
JsonPropertyName("flagCrossServiceReuse")

Gets or sets the flag cross service reuse value.

public Nullable<Boolean> FlagCrossPortReuse { get; set; } #
JsonPropertyName("flagCrossPortReuse")

Gets or sets the flag cross port reuse value.

public Nullable<Int32> RenewalWindowDays { get; set; } #
JsonPropertyName("renewalWindowDays")

Gets or sets the renewal window days value.

public Nullable<Int32> MaxReuseEndpointCount { get; set; } #
JsonPropertyName("maxReuseEndpointCount")

Gets or sets the max reuse endpoint count value.

public Nullable<Int32> MaxKnownAuthorityReuseEndpointCount { get; set; } #
JsonPropertyName("maxKnownAuthorityReuseEndpointCount")

Gets or sets the max known authority reuse endpoint count value.

public Nullable<Int32> MaxPrivateAuthorityReuseEndpointCount { get; set; } #
JsonPropertyName("maxPrivateAuthorityReuseEndpointCount")

Gets or sets the max private authority reuse endpoint count value.

{{ include "footer" }}