EventGridMqttClientCreatedOrUpdatedEventData interface
Event data for Microsoft.EventGrid.MQTTClientCreatedOrUpdated event.
- Extends
Properties
attributes | The key-value attributes that are assigned to the client resource. |
created |
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 |
updated |
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
client |
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. |
client |
Name of the client resource in the Event Grid namespace. |
namespace |
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