PartnerTopicProperties Class
Properties of the Partner Topic.
Constructor
PartnerTopicProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
partner_registration_immutable_id
|
The immutableId of the corresponding partner registration. |
|
source
|
Source associated with this partner topic. This represents a unique partner resource. |
|
event_type_info
|
Event Type information from the corresponding event channel. |
|
expiration_time_if_not_activated_utc
|
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. |
|
provisioning_state
|
Provisioning state of the partner topic. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "IdleDueToMirroredChannelResourceDeletion". |
|
activation_state
|
Activation state of the partner topic. Known values are: "NeverActivated", "Activated", and "Deactivated". |
|
partner_topic_friendly_description
|
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. |
|
message_for_activation
|
Context or helpful message that can be used during the approval process by the subscriber. |
Attributes
activation_state
"NeverActivated", "Activated", and "Deactivated".
activation_state: str | _models.PartnerTopicActivationState | None
event_type_info
Event Type information from the corresponding event channel.
event_type_info: _models.EventTypeInfo | None
expiration_time_if_not_activated_utc
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.
expiration_time_if_not_activated_utc: datetime | None
message_for_activation
Context or helpful message that can be used during the approval process by the subscriber.
message_for_activation: str | None
partner_registration_immutable_id
The immutableId of the corresponding partner registration.
partner_registration_immutable_id: str | None
partner_topic_friendly_description
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.
partner_topic_friendly_description: str | None
provisioning_state
"Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed", and "IdleDueToMirroredChannelResourceDeletion".
provisioning_state: str | _models.PartnerTopicProvisioningState | None
source
Source associated with this partner topic. This represents a unique partner resource.
source: str | None