Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.14 KB

File metadata and controls

19 lines (15 loc) · 1.14 KB

SplunkTargetDetails

SplunkTargetDetails defines details related to connecting to a Splunk server

Properties

Name Type Description Notes
audience str Token audience [optional]
auth_mode str Authentication mode: "username" or "token" [optional]
password str [optional]
splunk_payload SplunkPayload [optional]
splunk_url str Splunk server URL [optional]
token str Token is used when AuthMode == "token" [optional]
token_owner str Token owner (the Splunk user who owns the token, required for token rotation) [optional]
use_tls bool Use TLS certificate verification when connecting to the Splunk management API. [optional]
username str Username & Password are used when AuthMode == "username" [optional]

[Back to Model list] [Back to API list] [Back to README]