Represents a certificate attached to a destination.

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

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 Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.