Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface ICertificateRevocation

    interface ICertificateRevocation {
        revocationDate?: string;
        serialNumberInHex: string;
    }
    Index

    Properties

    revocationDate?: string

    Certificate revocation date. Date of invalidating a certificate before its scheduled expiration date. If not provided, the revocationDate will be set to the current date.

    serialNumberInHex: string

    Unique number issued by the certificate issuer.