TopicUpdateParameters interface
Properties of the Topic update
Properties
data |
The data residency boundary for the topic. |
disable |
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. |
event |
The eventTypeInfo for the topic. |
identity | Topic resource identity information. |
inbound |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
minimum |
Minimum TLS version of the publisher allowed to publish to this domain |
public |
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
identity
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
tags
Tags of the Topic resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Azure SDK for JavaScript