DataLakeServiceStorageAuthenticationArgs

data class DataLakeServiceStorageAuthenticationArgs(val accessTokenSecretName: Output<String>? = null, val systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null) : ConvertibleToJava<DataLakeServiceStorageAuthenticationArgs>

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

Constructors

Link copied to clipboard
fun DataLakeServiceStorageAuthenticationArgs(accessTokenSecretName: Output<String>? = null, systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DataLakeServiceStorageAuthenticationArgs

Properties

Link copied to clipboard
val accessTokenSecretName: Output<String>? = null

Access token secret name.

Link copied to clipboard

Configuration for managed identity authentication.