TopicUpdateParameters interface

Properties of the Topic update

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 AAD token will be used to authenticate if user is allowed to publish to the topic.

eventTypeInfo

The eventTypeInfo for the topic.

identity

Topic resource identity information.

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

sku

The Sku pricing tier for the topic.

tags

Tags of the Topic resource.

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 AAD 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

identity

Topic resource identity information.

identity?: IdentityInfo

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

publicNetworkAccess?: string

Property Value

string

sku

The Sku pricing tier for the topic.

sku?: ResourceSku

Property Value

tags

Tags of the Topic resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}