GetDomainResult

data class GetDomainResult(val endpoint: String, val id: String, val identities: List<GetDomainIdentity>, val inboundIpRules: List<GetDomainInboundIpRule>, val inputMappingDefaultValues: List<GetDomainInputMappingDefaultValue>, val inputMappingFields: List<GetDomainInputMappingField>, val inputSchema: String, val location: String, val name: String, val primaryAccessKey: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val secondaryAccessKey: String, val tags: Map<String, String>)

A collection of values returned by getDomain.

Constructors

Link copied to clipboard
constructor(endpoint: String, id: String, identities: List<GetDomainIdentity>, inboundIpRules: List<GetDomainInboundIpRule>, inputMappingDefaultValues: List<GetDomainInputMappingDefaultValue>, inputMappingFields: List<GetDomainInputMappingField>, inputSchema: String, location: String, name: String, primaryAccessKey: String, publicNetworkAccessEnabled: Boolean, resourceGroupName: String, secondaryAccessKey: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Endpoint associated with the EventGrid Domain.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as documented below.

Link copied to clipboard

One or more inbound_ip_rule blocks as defined below.

Link copied to clipboard

A input_mapping_default_values block as defined below.

Link copied to clipboard

A input_mapping_fields block as defined below.

Link copied to clipboard

The schema in which incoming events will be published to this domain. Possible values are CloudEventSchemaV1_0, CustomEventSchema, or EventGridSchema.

Link copied to clipboard

The Azure Region in which this EventGrid Domain exists.

Link copied to clipboard
Link copied to clipboard

The primary access key associated with the EventGrid Domain.

Link copied to clipboard

Whether or not public network access is allowed for this server.

Link copied to clipboard
Link copied to clipboard

The secondary access key associated with the EventGrid Domain.

Link copied to clipboard

A mapping of tags assigned to the EventGrid Domain.