Event Grid Response
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
fun EventGridResponse(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)