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. |
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. |
public |
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring |
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
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
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
tags
Tags of the Topic resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}