File

src/registrar/dto/access-certificate-response.ts

Description

Repsonse of access certificate request.

Index

Properties

Properties

crt
crt: string
Type : string

The public key in PEM format.

id
id: string
Type : string

Unique identifier of the access certificate.

revoked
revoked: boolean
Type : boolean
Optional

Indicates if the access certificate is revoked.

export interface AccessCertificateResponse {
    /**
     * Unique identifier of the access certificate.
     */
    id: string;
    /**
     * The public key in PEM format.
     */
    crt: string;
    /**
     * Indicates if the access certificate is revoked.
     */
    revoked?: boolean;
}

results matching ""

    No results matching ""