Class ConnectorMqttConnectionAuthenticationConfiguration
- Namespace
- Azure.Iot.Operations.Connector.ConnectorConfigurations
- Assembly
- Azure.Iot.Operations.Connector.dll
public class ConnectorMqttConnectionAuthenticationConfiguration
- Inheritance
-
ConnectorMqttConnectionAuthenticationConfiguration
- Inherited Members
Properties
Method
[JsonPropertyName("method")]
public required string Method { get; set; }
Property Value
ServiceAccountTokenSettings
[JsonPropertyName("serviceAccountTokenSettings")]
public required ConnectorMqttConnectionServiceAccountTokenConfigurations ServiceAccountTokenSettings { get; set; }