Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.17 KB

File metadata and controls

19 lines (15 loc) · 1.17 KB

akeyless.Model.SplunkTargetDetails

SplunkTargetDetails defines details related to connecting to a Splunk server

Properties

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

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