AuthScheme Parameter (Connect-SAPHanaXSA Cmdlet)
The type of authentication to use when connecting to SAP HANA XSA.
Syntax
Connect-SAPHanaXSA -AuthScheme string
Possible Values
Basic, OAuth, OAuthPassword, NoneData Type
cstr
Default Value
"Basic"
Remarks
- Basic: Set this to use Basic User / Password authentication.
- OAuth: Set this to perform OAuth authentication with code grant type.
- OAuthPassword: Set this to perform OAuth authentication with password grant type.
- None: No authentication.