MonoCloud Management SDK
    Preparing search index...

    Interface BanTrustStoreCertificateRequest

    Ban Trust Store Certificate Request: Defines a certificate identifier to be banned from mTLS authentication within a trust store.

    BanTrustStoreCertificateRequest

    interface BanTrustStoreCertificateRequest {
        reason?: string | null;
        type?: BannedCertificateType;
        value: string;
    }
    Index

    Properties

    Properties

    reason?: string | null

    The reason explaining why the certificate was banned.

    BanTrustStoreCertificateRequest

    Specifies the identifier type used to ban the certificate.

    BanTrustStoreCertificateRequest

    value: string

    The certificate identifier value used for banning.

    BanTrustStoreCertificateRequest