PartnerTopicInfoResponse

data class PartnerTopicInfoResponse(val azureSubscriptionId: String? = null, val eventTypeInfo: EventTypeInfoResponse? = null, val name: String? = null, val resourceGroupName: String? = null, val source: String? = null)

Properties of the corresponding partner topic of a Channel.

Constructors

Link copied to clipboard
constructor(azureSubscriptionId: String? = null, eventTypeInfo: EventTypeInfoResponse? = null, name: String? = null, resourceGroupName: String? = null, source: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure subscription ID of the subscriber. The partner topic associated with the channel will be created under this Azure subscription.

Link copied to clipboard

Event Type Information for the partner topic. This information is provided by the publisher and can be used by the subscriber to view different types of events that are published.

Link copied to clipboard
val name: String? = null

Name of the partner topic associated with the channel.

Link copied to clipboard

Azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group.

Link copied to clipboard
val source: String? = null

The source information is provided by the publisher to determine the scope or context from which the events are originating. This information can be used by the subscriber during the approval process of the created partner topic.