Share via


BrokerAuthenticatorMethods Class

Definition

Set of broker authentication policies. Only one method is supported for each entry.

public class BrokerAuthenticatorMethods : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethods>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethods>
type BrokerAuthenticatorMethods = class
    interface IJsonModel<BrokerAuthenticatorMethods>
    interface IPersistableModel<BrokerAuthenticatorMethods>
Public Class BrokerAuthenticatorMethods
Implements IJsonModel(Of BrokerAuthenticatorMethods), IPersistableModel(Of BrokerAuthenticatorMethods)
Inheritance
BrokerAuthenticatorMethods
Implements

Constructors

BrokerAuthenticatorMethods(BrokerAuthenticationMethod)

Initializes a new instance of BrokerAuthenticatorMethods.

Properties

CustomSettings

Custom authentication configuration.

Method

Custom authentication configuration.

ServiceAccountTokenAudiences

List of allowed audience.

X509Settings

X.509 authentication configuration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BrokerAuthenticatorMethods>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BrokerAuthenticatorMethods>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BrokerAuthenticatorMethods>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrokerAuthenticatorMethods>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BrokerAuthenticatorMethods>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to