Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.8 KB

SsoKeystoreParse.md

File metadata and controls

93 lines (50 loc) · 2.8 KB

SsoKeystoreParse

Properties

Name Type Description Notes
KeystorePassword string
KeystoreFile string
KeystoreFileName string

Methods

NewSsoKeystoreParse

func NewSsoKeystoreParse(keystorePassword string, keystoreFile string, keystoreFileName string, ) *SsoKeystoreParse

NewSsoKeystoreParse instantiates a new SsoKeystoreParse 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

NewSsoKeystoreParseWithDefaults

func NewSsoKeystoreParseWithDefaults() *SsoKeystoreParse

NewSsoKeystoreParseWithDefaults instantiates a new SsoKeystoreParse 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

GetKeystorePassword

func (o *SsoKeystoreParse) GetKeystorePassword() string

GetKeystorePassword returns the KeystorePassword field if non-nil, zero value otherwise.

GetKeystorePasswordOk

func (o *SsoKeystoreParse) GetKeystorePasswordOk() (*string, bool)

GetKeystorePasswordOk returns a tuple with the KeystorePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeystorePassword

func (o *SsoKeystoreParse) SetKeystorePassword(v string)

SetKeystorePassword sets KeystorePassword field to given value.

GetKeystoreFile

func (o *SsoKeystoreParse) GetKeystoreFile() string

GetKeystoreFile returns the KeystoreFile field if non-nil, zero value otherwise.

GetKeystoreFileOk

func (o *SsoKeystoreParse) GetKeystoreFileOk() (*string, bool)

GetKeystoreFileOk returns a tuple with the KeystoreFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeystoreFile

func (o *SsoKeystoreParse) SetKeystoreFile(v string)

SetKeystoreFile sets KeystoreFile field to given value.

GetKeystoreFileName

func (o *SsoKeystoreParse) GetKeystoreFileName() string

GetKeystoreFileName returns the KeystoreFileName field if non-nil, zero value otherwise.

GetKeystoreFileNameOk

func (o *SsoKeystoreParse) GetKeystoreFileNameOk() (*string, bool)

GetKeystoreFileNameOk returns a tuple with the KeystoreFileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeystoreFileName

func (o *SsoKeystoreParse) SetKeystoreFileName(v string)

SetKeystoreFileName sets KeystoreFileName field to given value.

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