| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| ConfigYaml | Pointer to string | Optional raw KEDA TriggerAuthentication YAML configuration. | [optional] |
func NewKedaTriggerAuthenticationRequest(name string, ) *KedaTriggerAuthenticationRequest
NewKedaTriggerAuthenticationRequest instantiates a new KedaTriggerAuthenticationRequest 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 NewKedaTriggerAuthenticationRequestWithDefaults() *KedaTriggerAuthenticationRequest
NewKedaTriggerAuthenticationRequestWithDefaults instantiates a new KedaTriggerAuthenticationRequest 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 *KedaTriggerAuthenticationRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *KedaTriggerAuthenticationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaTriggerAuthenticationRequest) SetName(v string)
SetName sets Name field to given value.
func (o *KedaTriggerAuthenticationRequest) GetConfigYaml() string
GetConfigYaml returns the ConfigYaml field if non-nil, zero value otherwise.
func (o *KedaTriggerAuthenticationRequest) GetConfigYamlOk() (*string, bool)
GetConfigYamlOk returns a tuple with the ConfigYaml field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KedaTriggerAuthenticationRequest) SetConfigYaml(v string)
SetConfigYaml sets ConfigYaml field to given value.
func (o *KedaTriggerAuthenticationRequest) HasConfigYaml() bool
HasConfigYaml returns a boolean if a field has been set.