interface ServiceKey {
    binding: ServiceBinding;
    catalogs: any;
    endpoints: any;
    preserve_host_header: boolean;
    sap.cloud.service: string;
    systemid: string;
    uaa: UAAInfo;
    url: string;
}

Properties

catalogs: any
endpoints: any
preserve_host_header: boolean
sap.cloud.service: string
systemid: string
uaa: UAAInfo
url: string