Data Lake Service Storage Authentication Response
    data class DataLakeServiceStorageAuthenticationResponse(val accessTokenSecretName: String? = null, val systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null)
DataLake Service Storage authentication details. NOTE - Enum only one method is supported.
Constructors
Link copied to clipboard
                fun DataLakeServiceStorageAuthenticationResponse(accessTokenSecretName: String? = null, systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null)