DataLakeServiceStorageAuthenticationResponse

data class DataLakeServiceStorageAuthenticationResponse(val accessTokenSecretName: String? = null, val systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null)

DataLake Service Storage authentication details. NOTE - Enum only one method is supported.

Constructors

constructor(accessTokenSecretName: String? = null, systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access token secret name.

Link copied to clipboard

Configuration for managed identity authentication.