Name | Type | Description | Notes |
---|---|---|---|
Accessibility | Pointer to string | for personal password manager | [optional] [default to "personal"] |
Format | Pointer to string | Password format type [LastPass/Chrome/Firefox/1password/keeper/bitwarden/dashlane] | [optional] [default to "LastPass"] |
ImportPath | string | File path | |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
ProtectionKey | 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] |
TargetFolder | Pointer to string | Target folder for imported passwords | [optional] [default to "/"] |
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] |
UpdateMode | Pointer to string | [optional] |
func NewImportPasswords(importPath string, ) *ImportPasswords
NewImportPasswords instantiates a new ImportPasswords 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 NewImportPasswordsWithDefaults() *ImportPasswords
NewImportPasswordsWithDefaults instantiates a new ImportPasswords 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 *ImportPasswords) GetAccessibility() string
GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.
func (o *ImportPasswords) 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 *ImportPasswords) SetAccessibility(v string)
SetAccessibility sets Accessibility field to given value.
func (o *ImportPasswords) HasAccessibility() bool
HasAccessibility returns a boolean if a field has been set.
func (o *ImportPasswords) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *ImportPasswords) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswords) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *ImportPasswords) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *ImportPasswords) GetImportPath() string
GetImportPath returns the ImportPath field if non-nil, zero value otherwise.
func (o *ImportPasswords) GetImportPathOk() (*string, bool)
GetImportPathOk returns a tuple with the ImportPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswords) SetImportPath(v string)
SetImportPath sets ImportPath field to given value.
func (o *ImportPasswords) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *ImportPasswords) 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 *ImportPasswords) SetJson(v bool)
SetJson sets Json field to given value.
func (o *ImportPasswords) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *ImportPasswords) GetProtectionKey() string
GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.
func (o *ImportPasswords) GetProtectionKeyOk() (*string, bool)
GetProtectionKeyOk returns a tuple with the ProtectionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswords) SetProtectionKey(v string)
SetProtectionKey sets ProtectionKey field to given value.
func (o *ImportPasswords) HasProtectionKey() bool
HasProtectionKey returns a boolean if a field has been set.
func (o *ImportPasswords) GetTargetFolder() string
GetTargetFolder returns the TargetFolder field if non-nil, zero value otherwise.
func (o *ImportPasswords) GetTargetFolderOk() (*string, bool)
GetTargetFolderOk returns a tuple with the TargetFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswords) SetTargetFolder(v string)
SetTargetFolder sets TargetFolder field to given value.
func (o *ImportPasswords) HasTargetFolder() bool
HasTargetFolder returns a boolean if a field has been set.
func (o *ImportPasswords) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *ImportPasswords) 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 *ImportPasswords) SetToken(v string)
SetToken sets Token field to given value.
func (o *ImportPasswords) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *ImportPasswords) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *ImportPasswords) 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 *ImportPasswords) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *ImportPasswords) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *ImportPasswords) GetUpdateMode() string
GetUpdateMode returns the UpdateMode field if non-nil, zero value otherwise.
func (o *ImportPasswords) GetUpdateModeOk() (*string, bool)
GetUpdateModeOk returns a tuple with the UpdateMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportPasswords) SetUpdateMode(v string)
SetUpdateMode sets UpdateMode field to given value.
func (o *ImportPasswords) HasUpdateMode() bool
HasUpdateMode returns a boolean if a field has been set.