PartnerNamespace interface
EventGrid Partner Namespace.
- Extends
Properties
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 partner namespace. |
endpoint | Endpoint for the partner namespace. NOTE: This property will not be serialized. It can only be populated by the server. |
inbound |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
partner |
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 |
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. |
private |
NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the partner namespace. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring |
system |
The system metadata relating to Partner Namespace resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Location of the resource. |
name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Tags of the resource. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
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 partner namespace.
disableLocalAuth?: boolean
Property Value
boolean
endpoint
Endpoint for the partner namespace. NOTE: This property will not be serialized. It can only be populated by the server.
endpoint?: string
Property Value
string
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
partnerRegistrationFullyQualifiedId
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}.
partnerRegistrationFullyQualifiedId?: string
Property Value
string
partnerTopicRoutingMode
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.
partnerTopicRoutingMode?: string
Property Value
string
privateEndpointConnections
NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the partner namespace. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: 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
systemData
The system metadata relating to Partner Namespace resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
Location of the resource.
location: string
Property Value
string
Inherited From TrackedResource.location
name
Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type