AuthScheme Parameter (Connect-Splunk Cmdlet)
Whether to use Basic Authentication, AccessToken or HTTPEventCollectorToken Authentication when connecting to Splunk.
Syntax
Connect-Splunk -AuthScheme string
Possible Values
Basic, AccessToken, HTTPEventCollectorTokenData Type
cstr
Default Value
"Basic"
Remarks
- Basic: Set this to perform Basic authentication.
- AccessToken: Set this to perform Token Based Authentication via the AccessToken property.
- HTTPEventCollectorToken: Set this to perform Token Based Authentication for Event Controller via the HTTPEventCollectorToken property.
This is a required parameter.