DataflowEndpointMqttAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mqtt endpoint Authentication properties. NOTE - only authentication property is allowed per entry.
public class DataflowEndpointMqttAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqttAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointMqttAuthentication>
type DataflowEndpointMqttAuthentication = class
interface IJsonModel<DataflowEndpointMqttAuthentication>
interface IPersistableModel<DataflowEndpointMqttAuthentication>
Public Class DataflowEndpointMqttAuthentication
Implements IJsonModel(Of DataflowEndpointMqttAuthentication), IPersistableModel(Of DataflowEndpointMqttAuthentication)
- Inheritance
-
DataflowEndpointMqttAuthentication
- Implements
Constructors
DataflowEndpointMqttAuthentication(MqttAuthMethod) |
Initializes a new instance of DataflowEndpointMqttAuthentication. |
Properties
Method |
Mode of Authentication. |
ServiceAccountTokenAudience |
Audience of the service account. Optional, defaults to the broker internal service account audience. |
SystemAssignedManagedIdentityAudience |
Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration. |
UserAssignedManagedIdentitySettings |
User-assigned managed identity authentication. |
X509CertificateSecretRef |
Secret reference of the X.509 certificate. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataflowEndpointMqttAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataflowEndpointMqttAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataflowEndpointMqttAuthentication>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataflowEndpointMqttAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataflowEndpointMqttAuthentication>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET