AuthScheme
The scheme used for authentication. Accepted entries are AccessKey, SharedAccessSignature and AzureAD.
Possible Values
AccessKey, SharedAccessSignature, AzureADData Type
string
Default Value
"SharedAccessSignature"
Remarks
Together with Account, this field is used to authenticate against the service. The default is SharedAccessSignature:
- AccessKey: Indicates authentication will be done via AccessKey and Account.
- SharedAccessSignature: Indicates authentication will be done via SharedAccessSignature and Account. Generally Tables must also be set.
- AzureAD: Indicates authentication will be done via Azure Active Directory OAuth.