Topic Spaces Configuration Response
data class TopicSpacesConfigurationResponse(val clientAuthentication: ClientAuthenticationSettingsResponse? = 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
fun TopicSpacesConfigurationResponse(clientAuthentication: ClientAuthenticationSettingsResponse? = null, hostname: String, maximumClientSessionsPerAuthenticationName: Int? = null, maximumSessionExpiryInHours: Int? = null, routeTopicResourceId: String? = null, routingEnrichments: RoutingEnrichmentsResponse? = null, routingIdentityInfo: RoutingIdentityInfoResponse? = null, state: String? = null)
Types
Properties
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.