TopicUpdateParameters Class
Properties of the Topic update.
- Inheritance
-
msrest.serialization.ModelTopicUpdateParameters
Constructor
TopicUpdateParameters(*, tags: Dict[str, str] | None = None, identity: IdentityInfo | None = None, public_network_access: str | PublicNetworkAccess | None = None, inbound_ip_rules: List[InboundIpRule] | None = None, disable_local_auth: bool | None = None, data_residency_boundary: str | DataResidencyBoundary | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
A set of tags. Tags of the Topic resource. |
identity
|
Topic resource identity information. |
public_network_access
|
This determines if traffic is allowed over public network. By
default it is enabled.
You can further restrict to specific IPs by configuring |
inbound_ip_rules
|
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
disable_local_auth
|
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. |
data_residency_boundary
|
The data residency boundary for the topic. Possible values include: "WithinGeopair", "WithinRegion". |
Variables
Name | Description |
---|---|
tags
|
A set of tags. Tags of the Topic resource. |
identity
|
Topic resource identity information. |
public_network_access
|
This determines if traffic is allowed over public network. By
default it is enabled.
You can further restrict to specific IPs by configuring |
inbound_ip_rules
|
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
disable_local_auth
|
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. |
data_residency_boundary
|
The data residency boundary for the topic. Possible values include: "WithinGeopair", "WithinRegion". |
Azure SDK for Python