Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.58 KB

SsoKeystoreWithDetails.md

File metadata and controls

82 lines (45 loc) · 2.58 KB

SsoKeystoreWithDetails

Properties

Name Type Description Notes
Keystore Pointer to SsoKeystore [optional]
KeystoreDetails Pointer to SsoKeystoreDetails [optional]

Methods

NewSsoKeystoreWithDetails

func NewSsoKeystoreWithDetails() *SsoKeystoreWithDetails

NewSsoKeystoreWithDetails instantiates a new SsoKeystoreWithDetails 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

NewSsoKeystoreWithDetailsWithDefaults

func NewSsoKeystoreWithDetailsWithDefaults() *SsoKeystoreWithDetails

NewSsoKeystoreWithDetailsWithDefaults instantiates a new SsoKeystoreWithDetails 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

GetKeystore

func (o *SsoKeystoreWithDetails) GetKeystore() SsoKeystore

GetKeystore returns the Keystore field if non-nil, zero value otherwise.

GetKeystoreOk

func (o *SsoKeystoreWithDetails) GetKeystoreOk() (*SsoKeystore, bool)

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

SetKeystore

func (o *SsoKeystoreWithDetails) SetKeystore(v SsoKeystore)

SetKeystore sets Keystore field to given value.

HasKeystore

func (o *SsoKeystoreWithDetails) HasKeystore() bool

HasKeystore returns a boolean if a field has been set.

GetKeystoreDetails

func (o *SsoKeystoreWithDetails) GetKeystoreDetails() SsoKeystoreDetails

GetKeystoreDetails returns the KeystoreDetails field if non-nil, zero value otherwise.

GetKeystoreDetailsOk

func (o *SsoKeystoreWithDetails) GetKeystoreDetailsOk() (*SsoKeystoreDetails, bool)

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

SetKeystoreDetails

func (o *SsoKeystoreWithDetails) SetKeystoreDetails(v SsoKeystoreDetails)

SetKeystoreDetails sets KeystoreDetails field to given value.

HasKeystoreDetails

func (o *SsoKeystoreWithDetails) HasKeystoreDetails() bool

HasKeystoreDetails returns a boolean if a field has been set.

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