PartnerDestinationProperties interface
Properties of the Partner Destination.
Properties
| activation |
Activation state of the partner destination. |
| endpoint |
Endpoint Base URL of the partner destination |
| endpoint |
Endpoint context associated with this partner destination. |
| expiration |
Expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted. |
| message |
Context or helpful message that can be used during the approval process. |
| partner |
The immutable Id of the corresponding partner registration. |
| provisioning |
Provisioning state of the partner destination. |
Property Details
activationState
Activation state of the partner destination.
activationState?: string
Property Value
string
endpointBaseUrl
Endpoint Base URL of the partner destination
endpointBaseUrl?: string
Property Value
string
endpointServiceContext
Endpoint context associated with this partner destination.
endpointServiceContext?: string
Property Value
string
expirationTimeIfNotActivatedUtc
Expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted.
expirationTimeIfNotActivatedUtc?: Date
Property Value
Date
messageForActivation
Context or helpful message that can be used during the approval process.
messageForActivation?: string
Property Value
string
partnerRegistrationImmutableId
The immutable Id of the corresponding partner registration.
partnerRegistrationImmutableId?: string
Property Value
string
provisioningState
Provisioning state of the partner destination.
provisioningState?: string
Property Value
string