GetTopicResult

data class GetTopicResult(val dataResidencyBoundary: String? = null, val disableLocalAuth: Boolean? = null, val endpoint: String, val id: String, val identity: IdentityInfoResponse? = null, val inboundIpRules: List<InboundIpRuleResponse>? = null, val inputSchema: String? = null, val inputSchemaMapping: JsonInputSchemaMappingResponse? = null, val location: String, val metricResourceId: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

EventGrid Topic

Constructors

Link copied to clipboard
constructor(dataResidencyBoundary: String? = null, disableLocalAuth: Boolean? = null, endpoint: String, id: String, identity: IdentityInfoResponse? = null, inboundIpRules: List<InboundIpRuleResponse>? = null, inputSchema: String? = null, inputSchemaMapping: JsonInputSchemaMappingResponse? = null, location: String, metricResourceId: String, name: String, 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

Data Residency Boundary 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 topic.

Link copied to clipboard

Endpoint for the topic.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Identity information for 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
val inputSchema: String? = null

This determines the format that Event Grid should expect for incoming events published to the topic.

Link copied to clipboard

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.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Metric resource id for the topic.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

Provisioning state of the topic.

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 Topic resource.

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

Tags of the resource.

Link copied to clipboard

Type of the resource.