PartnerNamespaceProperties Class

Properties of the partner namespace.

Constructor

PartnerNamespaceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
private_endpoint_connections

List of private endpoint connections.

provisioning_state

Provisioning state of the partner namespace. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed".

partner_registration_fully_qualified_id
str

The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.

minimum_tls_version_allowed

Minimum TLS version of the publisher allowed to publish to this partner namespace. Known values are: "1.0", "1.1", and "1.2".

endpoint
str

Endpoint for the partner namespace.

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 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules" />. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter".

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 Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the partner namespace.

partner_topic_routing_mode

This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic. Known values are: "SourceEventAttribute" and "ChannelNameHeader".

Attributes

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 Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the partner namespace.

disable_local_auth: bool | None

endpoint

Endpoint for the partner namespace.

endpoint: str | None

inbound_ip_rules

These are considered only if PublicNetworkAccess is enabled.

inbound_ip_rules: list['_models.InboundIpRule'] | None

minimum_tls_version_allowed

Minimum TLS version of the publisher allowed to publish to this partner namespace. Known values are: "1.0", "1.1", and "1.2".

minimum_tls_version_allowed: str | _models.TlsVersion | None

partner_registration_fully_qualified_id

The fully qualified ARM Id of the partner registration that should be associated with this partner namespace. This takes the following format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}.

partner_registration_fully_qualified_id: str | None

partner_topic_routing_mode

This determines if events published to this partner namespace should use the source attribute in the event payload or use the channel name in the header when matching to the partner topic. If none is specified, source attribute routing will be used to match the partner topic. Known values are: "SourceEventAttribute" and "ChannelNameHeader".

partner_topic_routing_mode: str | _models.PartnerTopicRoutingMode | None

private_endpoint_connections

List of private endpoint connections.

private_endpoint_connections: list['_models.PrivateEndpointConnection'] | None

provisioning_state

"Creating", "Updating", "Deleting", "Succeeded", "Canceled", and "Failed".

provisioning_state: str | _models.PartnerNamespaceProvisioningState | None

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 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules" />. Known values are: "Enabled", "Disabled", and "SecuredByPerimeter".

public_network_access: str | _models.PublicNetworkAccess | None