PartnerTopicProperties interface
Properties of the Partner Topic.
Properties
| activation |
Activation state of the partner topic. |
| event |
Event Type information from the corresponding event channel. |
| expiration |
Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted. |
| message |
Context or helpful message that can be used during the approval process by the subscriber. |
| partner |
The immutableId of the corresponding partner registration. |
| partner |
Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer. |
| provisioning |
Provisioning state of the partner topic. |
| source | Source associated with this partner topic. This represents a unique partner resource. |
Property Details
activationState
Activation state of the partner topic.
activationState?: string
Property Value
string
eventTypeInfo
Event Type information from the corresponding event channel.
eventTypeInfo?: EventTypeInfo
Property Value
expirationTimeIfNotActivatedUtc
Expiration time of the partner topic. If this timer expires while the partner topic is still never activated, the partner topic and corresponding event channel are deleted.
expirationTimeIfNotActivatedUtc?: Date
Property Value
Date
messageForActivation
Context or helpful message that can be used during the approval process by the subscriber.
messageForActivation?: string
Property Value
string
partnerRegistrationImmutableId
The immutableId of the corresponding partner registration.
partnerRegistrationImmutableId?: string
Property Value
string
partnerTopicFriendlyDescription
Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic. This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
partnerTopicFriendlyDescription?: string
Property Value
string
provisioningState
Provisioning state of the partner topic.
provisioningState?: string
Property Value
string
source
Source associated with this partner topic. This represents a unique partner resource.
source?: string
Property Value
string