SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Represents a certificate attached to a destination.

    interface DestinationCertificate {
        content: string;
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    content: string

    Content of the certificate as base64 encoded binary.

    name: string

    Name of the certificate file.

    type: string

    Type of the certificate.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.