EventGridResponse

data class EventGridResponse(val accessKey1: String, val accessKey2: String? = null, val authenticationType: String? = null, val createdTime: String, val deadLetterSecret: String? = null, val deadLetterUri: String? = null, val endpointType: String, val identity: ManagedIdentityReferenceResponse? = null, val provisioningState: String, val topicEndpoint: String)

Properties related to EventGrid.

Constructors

Link copied to clipboard
constructor(accessKey1: String, accessKey2: String? = null, authenticationType: String? = null, createdTime: String, deadLetterSecret: String? = null, deadLetterUri: String? = null, endpointType: String, identity: ManagedIdentityReferenceResponse? = null, provisioningState: String, topicEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

EventGrid secondary accesskey. Will be obfuscated during read.

Link copied to clipboard
val accessKey2: String? = null

EventGrid secondary accesskey. Will be obfuscated during read.

Link copied to clipboard

Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.

Link copied to clipboard

Time when the Endpoint was added to DigitalTwinsInstance.

Link copied to clipboard

Dead letter storage secret for key-based authentication. Will be obfuscated during read.

Link copied to clipboard
val deadLetterUri: String? = null

Dead letter storage URL for identity-based authentication.

Link copied to clipboard

The type of Digital Twins endpoint Expected value is 'EventGrid'.

Link copied to clipboard

Managed identity properties for the endpoint.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

EventGrid Topic Endpoint.