Domain Detective

API Reference

Class

CertificateInventoryPolicyOverrides

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Organization policy override configuration for certificate inventory policy evaluation.

Inheritance

  • Object
  • CertificateInventoryPolicyOverrides

Usage

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

Accepted by parameters

Constructors

public CertificateInventoryPolicyOverrides() #

Methods

public static CertificateInventoryPolicyOverrides Load(String path) #
Returns: CertificateInventoryPolicyOverrides

Loads and validates policy override configuration from disk.

Parameters

path System.String requiredposition: 0

Properties

public String Schema { get; set; } #
JsonPropertyName("$schema")

Gets or sets the schema value.

public Int32 Version { get; set; } #
JsonPropertyName("version")

Gets or sets the version value.

public CertificateInventoryPolicyOverrideAction Defaults { get; set; } #
JsonPropertyName("defaults")

Gets or sets the defaults value.

public List<CertificateInventoryPolicyOverrideRule> Rules { get; set; } #
JsonPropertyName("rules")

Gets or sets the rules value.

Fields

public const Int32 SupportedVersion #

Represents the supported version value.

Value: 1
{{ include "footer" }}