TopicUpdateParameterProperties interface

Information of topic update parameter properties.

Properties

dataResidencyBoundary

The data residency boundary for the topic.

disableLocalAuth

This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic.

eventTypeInfo

The eventTypeInfo for the topic.

inboundIpRules

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

minimumTlsVersionAllowed

Minimum TLS version of the publisher allowed to publish to this domain

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />

Property Details

dataResidencyBoundary

The data residency boundary for the topic.

dataResidencyBoundary?: string

Property Value

string

disableLocalAuth

This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic.

disableLocalAuth?: boolean

Property Value

boolean

eventTypeInfo

The eventTypeInfo for the topic.

eventTypeInfo?: EventTypeInfo

Property Value

inboundIpRules

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

inboundIpRules?: InboundIpRule[]

Property Value

minimumTlsVersionAllowed

Minimum TLS version of the publisher allowed to publish to this domain

minimumTlsVersionAllowed?: string

Property Value

string

publicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />

publicNetworkAccess?: string

Property Value

string