Module: CertReputationProp

The standard set of properties that are included with each certificate reputation.

Name Description
PROVIDER_ID The identifier of the particular provider that provided the reputation.
TRUST_LEVEL The trust level for the certificate.
CREATE_DATE The time this reputation was created (Epoch time).
ATTRIBUTES A provider-specific set of attributes associated with the reputation, as an object.
OVERRIDDEN Includes the list of files that are currently overriding the reputation of this certificate. The value associated with this property is an object containing the properties listed in the CertReputationOverriddenProp constants module.
Source:

Members

(static) ATTRIBUTES

A provider-specific set of attributes associated with the reputation, as an object.

Module Description
CertEnterpriseAttrib Attributes associated with the Enterprise reputation provider for certificates.
CertGtiAttrib Attributes associated with the Global Threat Intelligence (GTI) reputation provider for certificates.
Source:

(static) CREATE_DATE

The time this reputation was created (Epoch time).

See the EpochUtil module for helper methods used to parse the Epoch time.

Source:

(static) OVERRIDDEN

Includes the list of files that are currently overriding the reputation of this certificate.

The value associated with this property is an object containing the properties listed in the CertReputationOverriddenProp constants module.

Source:

(static) PROVIDER_ID

The identifier of the particular provider that provided the reputation.

See the CertProvider constants module for the list of certificate reputation providers.

Source:

(static) TRUST_LEVEL

The trust level for the certificate.

Source: