Get Domain Result
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>)
Properties
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 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.