Data Lake Service Storage Authentication Args
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)