| Name | Type | Description | Notes |
|---|---|---|---|
| Audience | Pointer to string | Token audience | [optional] |
| AuthMode | Pointer to string | Authentication mode: "username" or "token" | [optional] |
| Password | Pointer to string | [optional] | |
| SplunkPayload | Pointer to SplunkPayload | [optional] | |
| SplunkUrl | Pointer to string | Splunk server URL | [optional] |
| Token | Pointer to string | Token is used when AuthMode == "token" | [optional] |
| TokenOwner | Pointer to string | Token owner (the Splunk user who owns the token, required for token rotation) | [optional] |
| UseTls | Pointer to bool | Use TLS certificate verification when connecting to the Splunk management API. | [optional] |
| Username | Pointer to string | Username & Password are used when AuthMode == "username" | [optional] |
func NewSplunkTargetDetails() *SplunkTargetDetails
NewSplunkTargetDetails instantiates a new SplunkTargetDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSplunkTargetDetailsWithDefaults() *SplunkTargetDetails
NewSplunkTargetDetailsWithDefaults instantiates a new SplunkTargetDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SplunkTargetDetails) GetAudience() string
GetAudience returns the Audience field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetAudienceOk() (*string, bool)
GetAudienceOk returns a tuple with the Audience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetAudience(v string)
SetAudience sets Audience field to given value.
func (o *SplunkTargetDetails) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetAuthMode() string
GetAuthMode returns the AuthMode field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetAuthModeOk() (*string, bool)
GetAuthModeOk returns a tuple with the AuthMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetAuthMode(v string)
SetAuthMode sets AuthMode field to given value.
func (o *SplunkTargetDetails) HasAuthMode() bool
HasAuthMode returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *SplunkTargetDetails) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetSplunkPayload() SplunkPayload
GetSplunkPayload returns the SplunkPayload field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetSplunkPayloadOk() (*SplunkPayload, bool)
GetSplunkPayloadOk returns a tuple with the SplunkPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetSplunkPayload(v SplunkPayload)
SetSplunkPayload sets SplunkPayload field to given value.
func (o *SplunkTargetDetails) HasSplunkPayload() bool
HasSplunkPayload returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetSplunkUrl() string
GetSplunkUrl returns the SplunkUrl field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetSplunkUrlOk() (*string, bool)
GetSplunkUrlOk returns a tuple with the SplunkUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetSplunkUrl(v string)
SetSplunkUrl sets SplunkUrl field to given value.
func (o *SplunkTargetDetails) HasSplunkUrl() bool
HasSplunkUrl returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetToken(v string)
SetToken sets Token field to given value.
func (o *SplunkTargetDetails) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetTokenOwner() string
GetTokenOwner returns the TokenOwner field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetTokenOwnerOk() (*string, bool)
GetTokenOwnerOk returns a tuple with the TokenOwner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetTokenOwner(v string)
SetTokenOwner sets TokenOwner field to given value.
func (o *SplunkTargetDetails) HasTokenOwner() bool
HasTokenOwner returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetUseTls() bool
GetUseTls returns the UseTls field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetUseTlsOk() (*bool, bool)
GetUseTlsOk returns a tuple with the UseTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetUseTls(v bool)
SetUseTls sets UseTls field to given value.
func (o *SplunkTargetDetails) HasUseTls() bool
HasUseTls returns a boolean if a field has been set.
func (o *SplunkTargetDetails) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *SplunkTargetDetails) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SplunkTargetDetails) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *SplunkTargetDetails) HasUsername() bool
HasUsername returns a boolean if a field has been set.