ArmIotOperationsModelFactory.DataflowEndpointDataLakeStorageAuthentication Method

Definition

public static Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataLakeStorageAuthentication DataflowEndpointDataLakeStorageAuthentication(Azure.ResourceManager.IotOperations.Models.DataLakeStorageAuthMethod method = default, string accessTokenSecretRef = default, string systemAssignedManagedIdentityAudience = default, Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity userAssignedManagedIdentitySettings = default);
static member DataflowEndpointDataLakeStorageAuthentication : Azure.ResourceManager.IotOperations.Models.DataLakeStorageAuthMethod * string * string * Azure.ResourceManager.IotOperations.Models.DataflowEndpointAuthenticationUserAssignedManagedIdentity -> Azure.ResourceManager.IotOperations.Models.DataflowEndpointDataLakeStorageAuthentication
Public Shared Function DataflowEndpointDataLakeStorageAuthentication (Optional method As DataLakeStorageAuthMethod = Nothing, Optional accessTokenSecretRef As String = Nothing, Optional systemAssignedManagedIdentityAudience As String = Nothing, Optional userAssignedManagedIdentitySettings As DataflowEndpointAuthenticationUserAssignedManagedIdentity = Nothing) As DataflowEndpointDataLakeStorageAuthentication

Parameters

method
DataLakeStorageAuthMethod

Mode of Authentication.

accessTokenSecretRef
String

Token secret name.

systemAssignedManagedIdentityAudience
String

Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration.

userAssignedManagedIdentitySettings
DataflowEndpointAuthenticationUserAssignedManagedIdentity

User-assigned managed identity authentication.

Returns

A new DataflowEndpointDataLakeStorageAuthentication instance for mocking.

Applies to