certificate

certificate
certificate

Untrusted certificate representation

JSON Example
{
    "thumbprint": "string",
    "certificateDetails": "string",
    "certificate": "string",
    "issuedTo": "string",
    "issuedBy": "string",
    "expires": "string"
}
string
thumbprint
Optional

If the source returns an untrusted certificate,this field is used to represent the certificate guid

string
certificateDetails
Optional

If the source returns an untrusted certificate, this field is used to represent certificate details. It also contains Algorithm, Signature (base64-encoded) and SignedCertificate (base64-encoded) values.

string
certificate
Optional

If the source returns an untrusted certificate, this field is used to represent the full certificate. Currently used only for VIDB and provided in PEM format.

string
issuedTo
Optional

The issuedTo date of the certificate

string
issuedBy
Optional

The issuedBy parameter of the certificate

string
expires
Optional

Expiration date of the certificate