ArmIotOperationsModelFactory.BrokerAuthenticatorMethodCustom Method
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.
public static Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodCustom BrokerAuthenticatorMethodCustom(string authX509SecretRef = default, string caCertConfigMap = default, Uri endpoint = default, System.Collections.Generic.IDictionary<string,string> headers = default);
static member BrokerAuthenticatorMethodCustom : string * string * Uri * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodCustom
Public Shared Function BrokerAuthenticatorMethodCustom (Optional authX509SecretRef As String = Nothing, Optional caCertConfigMap As String = Nothing, Optional endpoint As Uri = Nothing, Optional headers As IDictionary(Of String, String) = Nothing) As BrokerAuthenticatorMethodCustom
Parameters
- authX509SecretRef
- String
Kubernetes secret containing an X.509 client certificate. This is a reference to the secret through an identifying name, not the secret itself.
- caCertConfigMap
- String
Optional CA certificate for validating the custom authentication server's certificate.
- endpoint
- Uri
Endpoint of the custom authentication server. Must be an HTTPS endpoint.
- headers
- IDictionary<String,String>
Additional HTTP headers to pass to the custom authentication server.
Returns
A new BrokerAuthenticatorMethodCustom instance for mocking.