GetPartnerTopicResult

data class GetPartnerTopicResult(val activationState: String? = null, val azureApiVersion: String, val eventTypeInfo: EventTypeInfoResponse? = null, val expirationTimeIfNotActivatedUtc: String? = null, val id: String, val identity: IdentityInfoResponse? = null, val location: String, val messageForActivation: String? = null, val name: String, val partnerRegistrationImmutableId: String? = null, val partnerTopicFriendlyDescription: String? = null, val provisioningState: String, val source: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Event Grid Partner Topic.

Constructors

Link copied to clipboard
constructor(activationState: String? = null, azureApiVersion: String, eventTypeInfo: EventTypeInfoResponse? = null, expirationTimeIfNotActivatedUtc: String? = null, id: String, identity: IdentityInfoResponse? = null, location: String, messageForActivation: String? = null, name: String, partnerRegistrationImmutableId: String? = null, partnerTopicFriendlyDescription: String? = null, provisioningState: String, source: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activationState: String? = null

Activation state of the partner topic.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Event Type information from the corresponding event channel.

Link copied to clipboard

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.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Identity information for the Partner Topic resource.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Context or helpful message that can be used during the approval process by the subscriber.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The immutableId of the corresponding partner registration.

Link copied to clipboard

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.

Link copied to clipboard

Provisioning state of the partner topic.

Link copied to clipboard
val source: String? = null

Source associated with this partner topic. This represents a unique partner resource.

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags of the resource.

Link copied to clipboard

Type of the resource.