AuthScheme
Specifies the authentication scheme the provider uses when connecting to Azure Data Lake Storage.
Possible Values
AzureAD, AzureServicePrincipal, AzureServicePrincipalCert, AzureMSI, AccessKey, SASデータ型
string
デフォルト値
"AzureAD"
解説
If this property is left unset, the 本製品 uses the default value: AzureAD.
- AzureAD: Performs Azure Active Directory OAuth authentication.
- AzureServicePrincipal: Authenticates as an Azure Service Principal (role-based or application-based) using a Client Secret.
- AzureServicePrincipalCert: Authenticates as an Azure Service Principal (role-based or application-based) using a Certificate.
- AzureMSI: Automatically obtains Azure AD Managed Service Identity credentials when running on an Azure VM.
- AccessKey: Authenticates the calls to the API by setting the AccessKey to your Access Key.
- SAS: Authenticates the calls to the API by setting the SharedAccessSignature to your Shared Access Signature (SAS).