Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.52 KB

StaticCredsAuth.md

File metadata and controls

134 lines (73 loc) · 3.52 KB

StaticCredsAuth

Properties

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]

Methods

NewStaticCredsAuth

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

NewStaticCredsAuthWithDefaults

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

GetAccessId

func (o *StaticCredsAuth) GetAccessId() string

GetAccessId returns the AccessId field if non-nil, zero value otherwise.

GetAccessIdOk

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.

SetAccessId

func (o *StaticCredsAuth) SetAccessId(v string)

SetAccessId sets AccessId field to given value.

HasAccessId

func (o *StaticCredsAuth) HasAccessId() bool

HasAccessId returns a boolean if a field has been set.

GetAdminEmail

func (o *StaticCredsAuth) GetAdminEmail() string

GetAdminEmail returns the AdminEmail field if non-nil, zero value otherwise.

GetAdminEmailOk

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.

SetAdminEmail

func (o *StaticCredsAuth) SetAdminEmail(v string)

SetAdminEmail sets AdminEmail field to given value.

HasAdminEmail

func (o *StaticCredsAuth) HasAdminEmail() bool

HasAdminEmail returns a boolean if a field has been set.

GetCreds

func (o *StaticCredsAuth) GetCreds() string

GetCreds returns the Creds field if non-nil, zero value otherwise.

GetCredsOk

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.

SetCreds

func (o *StaticCredsAuth) SetCreds(v string)

SetCreds sets Creds field to given value.

HasCreds

func (o *StaticCredsAuth) HasCreds() bool

HasCreds returns a boolean if a field has been set.

GetJson

func (o *StaticCredsAuth) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

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.

SetJson

func (o *StaticCredsAuth) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *StaticCredsAuth) HasJson() bool

HasJson returns a boolean if a field has been set.

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