GetPartnerNamespaceResult

data class GetPartnerNamespaceResult(val azureApiVersion: String, val disableLocalAuth: Boolean? = null, val endpoint: String, val id: String, val inboundIpRules: List<InboundIpRuleResponse>? = null, val location: String, val minimumTlsVersionAllowed: String? = null, val name: String, val partnerRegistrationFullyQualifiedId: String? = null, val partnerTopicRoutingMode: String? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

EventGrid Partner Namespace.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, disableLocalAuth: Boolean? = null, endpoint: String, id: String, inboundIpRules: List<InboundIpRuleResponse>? = null, location: String, minimumTlsVersionAllowed: String? = null, name: String, partnerRegistrationFullyQualifiedId: String? = null, partnerTopicRoutingMode: String? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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 partner namespace.

Link copied to clipboard

Endpoint for the partner namespace.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Minimum TLS version of the publisher allowed to publish to this partner namespace

Link copied to clipboard

Name of the resource.

Link copied to clipboard

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}.

Link copied to clipboard

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.

Link copied to clipboard

List of private endpoint connections.

Link copied to clipboard

Provisioning state of the partner namespace.

Link copied to clipboard

This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring

Link copied to clipboard

The system metadata relating to the Event Grid resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags of the resource.

Link copied to clipboard

Type of the resource.