Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.54 KB

SecurePasswordStoreApplication.md

File metadata and controls

108 lines (59 loc) · 3.54 KB

SecurePasswordStoreApplication

Properties

Name Type Description Notes
Credentials Pointer to SchemeApplicationCredentials [optional]
Name Pointer to string Unique key for the app definition [optional] [default to "template_sps"]
Settings Pointer to SecurePasswordStoreApplicationSettings [optional]

Methods

NewSecurePasswordStoreApplication

func NewSecurePasswordStoreApplication() *SecurePasswordStoreApplication

NewSecurePasswordStoreApplication instantiates a new SecurePasswordStoreApplication 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

NewSecurePasswordStoreApplicationWithDefaults

func NewSecurePasswordStoreApplicationWithDefaults() *SecurePasswordStoreApplication

NewSecurePasswordStoreApplicationWithDefaults instantiates a new SecurePasswordStoreApplication 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

GetCredentials

func (o *SecurePasswordStoreApplication) GetCredentials() SchemeApplicationCredentials

GetCredentials returns the Credentials field if non-nil, zero value otherwise.

GetCredentialsOk

func (o *SecurePasswordStoreApplication) GetCredentialsOk() (*SchemeApplicationCredentials, bool)

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

SetCredentials

func (o *SecurePasswordStoreApplication) SetCredentials(v SchemeApplicationCredentials)

SetCredentials sets Credentials field to given value.

HasCredentials

func (o *SecurePasswordStoreApplication) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

GetName

func (o *SecurePasswordStoreApplication) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SecurePasswordStoreApplication) 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.

SetName

func (o *SecurePasswordStoreApplication) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SecurePasswordStoreApplication) HasName() bool

HasName returns a boolean if a field has been set.

GetSettings

func (o *SecurePasswordStoreApplication) GetSettings() SecurePasswordStoreApplicationSettings

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

func (o *SecurePasswordStoreApplication) GetSettingsOk() (*SecurePasswordStoreApplicationSettings, bool)

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

SetSettings

func (o *SecurePasswordStoreApplication) SetSettings(v SecurePasswordStoreApplicationSettings)

SetSettings sets Settings field to given value.

HasSettings

func (o *SecurePasswordStoreApplication) HasSettings() bool

HasSettings returns a boolean if a field has been set.

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