API Reference
Class
CertificateInventoryPolicyOverrideMatch
Endpoint selector used by policy override rules.
Inheritance
- Object
- CertificateInventoryPolicyOverrideMatch
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 CertificateInventoryPolicyOverrideMatch() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String[] HostSuffixes { get; set; } #JsonPropertyName("hostSuffixes")Gets or sets the host suffixes value.
public String[] Services { get; set; } #JsonPropertyName("services")Gets or sets the services value.
public String[] IssuerContainsAnyOf { get; set; } #JsonPropertyName("issuerContainsAnyOf")Gets or sets the issuer contains any of value.
public String[] RootIssuerContainsAnyOf { get; set; } #JsonPropertyName("rootIssuerContainsAnyOf")Gets or sets the root issuer contains any of value.
public String[] AuthenticationProfiles { get; set; } #JsonPropertyName("authenticationProfiles")Gets or sets the authentication profiles value.
public Nullable<Boolean> KnownCertificateAuthority { get; set; } #JsonPropertyName("knownCertificateAuthority")Gets or sets the known certificate authority value.
public Nullable<Boolean> KnownRootCertificateAuthority { get; set; } #JsonPropertyName("knownRootCertificateAuthority")Gets or sets the known root certificate authority value.
public Nullable<Boolean> CtObserved { get; set; } #JsonPropertyName("ctObserved")Gets or sets the ct observed value.
public Nullable<Boolean> SelfSigned { get; set; } #JsonPropertyName("selfSigned")Gets or sets the self signed value.
public Nullable<Boolean> Reachable { get; set; } #JsonPropertyName("reachable")Gets or sets the reachable value.