Name | Type | Description | Notes |
---|---|---|---|
Accessibility | Pointer to string | for personal password manager | [optional] [default to "regular"] |
Json | Pointer to bool | Set output format to JSON | [optional] |
KeepPrevVersion | Pointer to string | [optional] | |
Key | Pointer to string | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
Multiline | Pointer to bool | The provided value is a multiline value (separated by '\n') | [optional] |
Name | string | Secret name | |
NewVersion | Pointer to bool | Deprecated | [optional] |
PasswordManagerCustomField | Pointer to map[string]string | For Password Management use, additional fields | [optional] |
PasswordManagerInjectUrl | Pointer to []string | For Password Management use, reflect the website context | [optional] |
PasswordManagerPassword | Pointer to string | For Password Management use, additional fields | [optional] |
PasswordManagerUsername | Pointer to string | For Password Management use | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
Value | string | The new secret value |
func NewUpdateSecretVal(name string, value string, ) *UpdateSecretVal
NewUpdateSecretVal instantiates a new UpdateSecretVal 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 NewUpdateSecretValWithDefaults() *UpdateSecretVal
NewUpdateSecretValWithDefaults instantiates a new UpdateSecretVal 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 *UpdateSecretVal) GetAccessibility() string
GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetAccessibilityOk() (*string, bool)
GetAccessibilityOk returns a tuple with the Accessibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetAccessibility(v string)
SetAccessibility sets Accessibility field to given value.
func (o *UpdateSecretVal) HasAccessibility() bool
HasAccessibility returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) 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 *UpdateSecretVal) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UpdateSecretVal) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetKeepPrevVersionOk() (*string, bool)
GetKeepPrevVersionOk returns a tuple with the KeepPrevVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *UpdateSecretVal) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetKey(v string)
SetKey sets Key field to given value.
func (o *UpdateSecretVal) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetMultiline() bool
GetMultiline returns the Multiline field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetMultilineOk() (*bool, bool)
GetMultilineOk returns a tuple with the Multiline field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetMultiline(v bool)
SetMultiline sets Multiline field to given value.
func (o *UpdateSecretVal) HasMultiline() bool
HasMultiline returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) 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.
func (o *UpdateSecretVal) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateSecretVal) GetNewVersion() bool
GetNewVersion returns the NewVersion field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetNewVersionOk() (*bool, bool)
GetNewVersionOk returns a tuple with the NewVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetNewVersion(v bool)
SetNewVersion sets NewVersion field to given value.
func (o *UpdateSecretVal) HasNewVersion() bool
HasNewVersion returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetPasswordManagerCustomField() map[string]string
GetPasswordManagerCustomField returns the PasswordManagerCustomField field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetPasswordManagerCustomFieldOk() (*map[string]string, bool)
GetPasswordManagerCustomFieldOk returns a tuple with the PasswordManagerCustomField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetPasswordManagerCustomField(v map[string]string)
SetPasswordManagerCustomField sets PasswordManagerCustomField field to given value.
func (o *UpdateSecretVal) HasPasswordManagerCustomField() bool
HasPasswordManagerCustomField returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetPasswordManagerInjectUrl() []string
GetPasswordManagerInjectUrl returns the PasswordManagerInjectUrl field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetPasswordManagerInjectUrlOk() (*[]string, bool)
GetPasswordManagerInjectUrlOk returns a tuple with the PasswordManagerInjectUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetPasswordManagerInjectUrl(v []string)
SetPasswordManagerInjectUrl sets PasswordManagerInjectUrl field to given value.
func (o *UpdateSecretVal) HasPasswordManagerInjectUrl() bool
HasPasswordManagerInjectUrl returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetPasswordManagerPassword() string
GetPasswordManagerPassword returns the PasswordManagerPassword field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetPasswordManagerPasswordOk() (*string, bool)
GetPasswordManagerPasswordOk returns a tuple with the PasswordManagerPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetPasswordManagerPassword(v string)
SetPasswordManagerPassword sets PasswordManagerPassword field to given value.
func (o *UpdateSecretVal) HasPasswordManagerPassword() bool
HasPasswordManagerPassword returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetPasswordManagerUsername() string
GetPasswordManagerUsername returns the PasswordManagerUsername field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetPasswordManagerUsernameOk() (*string, bool)
GetPasswordManagerUsernameOk returns a tuple with the PasswordManagerUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetPasswordManagerUsername(v string)
SetPasswordManagerUsername sets PasswordManagerUsername field to given value.
func (o *UpdateSecretVal) HasPasswordManagerUsername() bool
HasPasswordManagerUsername returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateSecretVal) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateSecretVal) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UpdateSecretVal) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *UpdateSecretVal) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSecretVal) SetValue(v string)
SetValue sets Value field to given value.