ServiceCredentials: { clientid: string; [other: string]: any } & (
    { clientsecret: string }
    | { certificate: string; key: string }
)

Unspecific representation of a service's credentials as read from VCAP_SERVICES (for Cloud Foundry) or mounted secrets (for K8S).

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