Name | Type | Description | Notes |
---|---|---|---|
AccessId | Pointer to string | Akeyless JWT token | [optional] |
AdminEmail | Pointer to string | Akeyless JWT token | [optional] |
Creds | Pointer to string | Akeyless JWT token | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
func NewStaticCredsAuth() *StaticCredsAuth
NewStaticCredsAuth instantiates a new StaticCredsAuth 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 NewStaticCredsAuthWithDefaults() *StaticCredsAuth
NewStaticCredsAuthWithDefaults instantiates a new StaticCredsAuth 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 *StaticCredsAuth) GetAccessId() string
GetAccessId returns the AccessId field if non-nil, zero value otherwise.
func (o *StaticCredsAuth) GetAccessIdOk() (*string, bool)
GetAccessIdOk returns a tuple with the AccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticCredsAuth) SetAccessId(v string)
SetAccessId sets AccessId field to given value.
func (o *StaticCredsAuth) HasAccessId() bool
HasAccessId returns a boolean if a field has been set.
func (o *StaticCredsAuth) GetAdminEmail() string
GetAdminEmail returns the AdminEmail field if non-nil, zero value otherwise.
func (o *StaticCredsAuth) GetAdminEmailOk() (*string, bool)
GetAdminEmailOk returns a tuple with the AdminEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticCredsAuth) SetAdminEmail(v string)
SetAdminEmail sets AdminEmail field to given value.
func (o *StaticCredsAuth) HasAdminEmail() bool
HasAdminEmail returns a boolean if a field has been set.
func (o *StaticCredsAuth) GetCreds() string
GetCreds returns the Creds field if non-nil, zero value otherwise.
func (o *StaticCredsAuth) GetCredsOk() (*string, bool)
GetCredsOk returns a tuple with the Creds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticCredsAuth) SetCreds(v string)
SetCreds sets Creds field to given value.
func (o *StaticCredsAuth) HasCreds() bool
HasCreds returns a boolean if a field has been set.
func (o *StaticCredsAuth) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *StaticCredsAuth) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticCredsAuth) SetJson(v bool)
SetJson sets Json field to given value.
func (o *StaticCredsAuth) HasJson() bool
HasJson returns a boolean if a field has been set.