Topic interface
EventGrid Topic
- Extends
Properties
| data |
Data Residency Boundary of the resource. |
| disable |
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 topic. |
| encryption | Key encryption configuration properties of the topic resource. This is an optional property. When not specified, no key encryption is used. |
| endpoint | Endpoint for the topic. |
| event |
Event Type Information for the user topic. This information is provided by the publisher and can be used by the subscriber to view different types of events that are published. |
| extended |
Extended location of the resource. |
| identity | Identity information for the resource. |
| inbound |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
| input |
This determines the format that Event Grid should expect for incoming events published to the topic. |
| input |
This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema. |
| kind | Kind of the resource. |
| metric |
Metric resource id for the topic. |
| minimum |
Minimum TLS version of the publisher allowed to publish to this topic |
| platform |
Represents the platform capabilities of the resource, including Azure Confidential Compute related properties. |
| private |
List of private endpoint connections. |
| provisioning |
Provisioning state of the topic. |
| public |
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.TopicProperties.InboundIpRules" /> |
| sku | The Sku pricing tier for the topic. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
dataResidencyBoundary
Data Residency Boundary of the resource.
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 Microsoft Entra ID token will be used to authenticate if user is allowed to publish to the topic.
disableLocalAuth?: boolean
Property Value
boolean
encryption
Key encryption configuration properties of the topic resource. This is an optional property. When not specified, no key encryption is used.
encryption?: KeyEncryption
Property Value
endpoint
Endpoint for the topic.
endpoint?: string
Property Value
string
eventTypeInfo
Event Type Information for the user topic. This information is provided by the publisher and can be used by the subscriber to view different types of events that are published.
eventTypeInfo?: EventTypeInfo
Property Value
extendedLocation
Extended location of the resource.
extendedLocation?: ExtendedLocation
Property Value
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
inputSchema
This determines the format that Event Grid should expect for incoming events published to the topic.
inputSchema?: string
Property Value
string
inputSchemaMapping
This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.
inputSchemaMapping?: InputSchemaMappingUnion
Property Value
kind
Kind of the resource.
kind?: string
Property Value
string
metricResourceId
Metric resource id for the topic.
metricResourceId?: string
Property Value
string
minimumTlsVersionAllowed
Minimum TLS version of the publisher allowed to publish to this topic
minimumTlsVersionAllowed?: string
Property Value
string
platformCapabilities
Represents the platform capabilities of the resource, including Azure Confidential Compute related properties.
platformCapabilities?: PlatformCapabilities
Property Value
privateEndpointConnections
List of private endpoint connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Provisioning state of the topic.
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 <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicProperties.InboundIpRules" />
publicNetworkAccess?: string
Property Value
string
sku
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type