ArmIotOperationsModelFactory.DataflowEndpointAuthenticationSasl 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.DataflowEndpointAuthenticationSasl DataflowEndpointAuthenticationSasl(Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationSaslType saslType = default, string secretRef = default);
static member DataflowEndpointAuthenticationSasl : Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationSaslType * string -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationSasl
Public Shared Function DataflowEndpointAuthenticationSasl (Optional saslType As DataflowEndpointAuthenticationSaslType = Nothing, Optional secretRef As String = Nothing) As DataflowEndpointAuthenticationSasl
Parameters
Type of SASL authentication. Can be PLAIN, SCRAM-SHA-256, or SCRAM-SHA-512.
- secretRef
- String
Token secret name.
Returns
A new DataflowEndpointAuthenticationSasl instance for mocking.