Share via


EventGridMqttClientCreatedOrUpdatedEventData interface

Event data for Microsoft.EventGrid.MQTTClientCreatedOrUpdated event.

Extends

Properties

attributes

The key-value attributes that are assigned to the client resource.

createdOn

Time the client resource is created based on the provider's UTC time.

state

Configured state of the client. The value could be Enabled or Disabled

updatedOn

Time the client resource is last updated based on the provider's UTC time. If the client resource was never updated, this value is identical to the value of the 'createdOn' property.

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.

Property Details

attributes

The key-value attributes that are assigned to the client resource.

attributes: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

createdOn

Time the client resource is created based on the provider's UTC time.

createdOn: string

Property Value

string

state

Configured state of the client. The value could be Enabled or Disabled

state: string

Property Value

string

updatedOn

Time the client resource is last updated based on the provider's UTC time. If the client resource was never updated, this value is identical to the value of the 'createdOn' property.

updatedOn: string

Property Value

string

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