TopicSpacesConfigurationResponse

data class TopicSpacesConfigurationResponse(val customDomains: List<CustomDomainConfigurationResponse>? = null, val hostname: String, val maximumClientSessionsPerAuthenticationName: Int? = null, val maximumSessionExpiryInHours: Int? = null, val routeTopicResourceId: String? = null, val routingEnrichments: RoutingEnrichmentsResponse? = null, val routingIdentityInfo: RoutingIdentityInfoResponse? = null, val state: String? = null)

Properties of the Topic Spaces Configuration.

Constructors

Link copied to clipboard
constructor(customDomains: List<CustomDomainConfigurationResponse>? = null, hostname: String, maximumClientSessionsPerAuthenticationName: Int? = null, maximumSessionExpiryInHours: Int? = null, routeTopicResourceId: String? = null, routingEnrichments: RoutingEnrichmentsResponse? = null, routingIdentityInfo: RoutingIdentityInfoResponse? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of custom domain configurations for the namespace.

Link copied to clipboard

The endpoint for the topic spaces configuration. This is a read-only property.

The maximum number of sessions per authentication name. The property default value is 1. Min allowed value is 1 and max allowed value is 100.

Link copied to clipboard

The maximum session expiry in hours. The property default value is 1 hour. Min allowed value is 1 hour and max allowed value is 8 hours.

Link copied to clipboard

Fully qualified Azure Resource Id for the Event Grid Topic to which events will be routed to from TopicSpaces under a namespace. This property should be in the following format '/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft.EventGrid/topics/{topicName}'. This topic should reside in the same region where namespace is located.

Link copied to clipboard

Routing enrichments for topic spaces configuration

Link copied to clipboard

Routing identity info for topic spaces configuration.

Link copied to clipboard
val state: String? = null

Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled.