Share via


EventGridMqttClientDeletedEventData interface

Event data for Microsoft.EventGrid.MQTTClientDeleted event.

Extends

Inherited Properties

clientAuthenticationName

Unique identifier for the MQTT client that the client presents to the service for authentication. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters.

clientName

Name of the client resource in the Event Grid namespace.

namespaceName

Name of the Event Grid namespace where the MQTT client was created or updated.

Inherited Property Details

clientAuthenticationName

Unique identifier for the MQTT client that the client presents to the service for authentication. This case-sensitive string can be up to 128 characters long, and supports UTF-8 characters.

clientAuthenticationName: string

Property Value

string

Inherited From EventGridMqttClientEventData.clientAuthenticationName

clientName

Name of the client resource in the Event Grid namespace.

clientName: string

Property Value

string

Inherited From EventGridMqttClientEventData.clientName

namespaceName

Name of the Event Grid namespace where the MQTT client was created or updated.

namespaceName: string

Property Value

string

Inherited From EventGridMqttClientEventData.namespaceName