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
constructor(accessTokenSecretName: Output<String>? = null, systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null)

Properties

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

Access token secret name.

Link copied to clipboard

Configuration for managed identity authentication.

Functions

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