Collection of all destinations from the provider and subscriber account. The used DestinationSelectionStrategy will decide which destination is selected in the end.

interface AllDestinations {
    provider: DestinationsByType;
    subscriber: DestinationsByType;
}

Properties

Properties

Collection of all destinations from the provider account.

subscriber: DestinationsByType

Collection of all destinations from the subscriber account.

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