Name | Type | Description | Notes |
---|---|---|---|
Var1passwordEmail | Pointer to string | 1Password user email to connect to the API | [optional] |
Var1passwordPassword | Pointer to string | 1Password user password to connect to the API | [optional] |
Var1passwordSecretKey | Pointer to string | 1Password user secret key to connect to the API | [optional] |
Var1passwordUrl | Pointer to string | 1Password api container url | [optional] |
Var1passwordVaults | Pointer to []string | 1Password list of vault to get the items from | [optional] |
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 | [optional] |
TargetLocation | Pointer to string | Target location in your Akeyless personal folder for migrated secrets | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
Type | Pointer to string | Migration type for now only 1password. | [optional] [default to "1password"] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGatewayMigratePersonalItems() *GatewayMigratePersonalItems
NewGatewayMigratePersonalItems instantiates a new GatewayMigratePersonalItems 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 NewGatewayMigratePersonalItemsWithDefaults() *GatewayMigratePersonalItems
NewGatewayMigratePersonalItemsWithDefaults instantiates a new GatewayMigratePersonalItems 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 *GatewayMigratePersonalItems) GetVar1passwordEmail() string
GetVar1passwordEmail returns the Var1passwordEmail field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) GetVar1passwordEmailOk() (*string, bool)
GetVar1passwordEmailOk returns a tuple with the Var1passwordEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigratePersonalItems) SetVar1passwordEmail(v string)
SetVar1passwordEmail sets Var1passwordEmail field to given value.
func (o *GatewayMigratePersonalItems) HasVar1passwordEmail() bool
HasVar1passwordEmail returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetVar1passwordPassword() string
GetVar1passwordPassword returns the Var1passwordPassword field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) GetVar1passwordPasswordOk() (*string, bool)
GetVar1passwordPasswordOk returns a tuple with the Var1passwordPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigratePersonalItems) SetVar1passwordPassword(v string)
SetVar1passwordPassword sets Var1passwordPassword field to given value.
func (o *GatewayMigratePersonalItems) HasVar1passwordPassword() bool
HasVar1passwordPassword returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetVar1passwordSecretKey() string
GetVar1passwordSecretKey returns the Var1passwordSecretKey field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) GetVar1passwordSecretKeyOk() (*string, bool)
GetVar1passwordSecretKeyOk returns a tuple with the Var1passwordSecretKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigratePersonalItems) SetVar1passwordSecretKey(v string)
SetVar1passwordSecretKey sets Var1passwordSecretKey field to given value.
func (o *GatewayMigratePersonalItems) HasVar1passwordSecretKey() bool
HasVar1passwordSecretKey returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetVar1passwordUrl() string
GetVar1passwordUrl returns the Var1passwordUrl field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) GetVar1passwordUrlOk() (*string, bool)
GetVar1passwordUrlOk returns a tuple with the Var1passwordUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigratePersonalItems) SetVar1passwordUrl(v string)
SetVar1passwordUrl sets Var1passwordUrl field to given value.
func (o *GatewayMigratePersonalItems) HasVar1passwordUrl() bool
HasVar1passwordUrl returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetVar1passwordVaults() []string
GetVar1passwordVaults returns the Var1passwordVaults field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) GetVar1passwordVaultsOk() (*[]string, bool)
GetVar1passwordVaultsOk returns a tuple with the Var1passwordVaults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigratePersonalItems) SetVar1passwordVaults(v []string)
SetVar1passwordVaults sets Var1passwordVaults field to given value.
func (o *GatewayMigratePersonalItems) HasVar1passwordVaults() bool
HasVar1passwordVaults returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) 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 *GatewayMigratePersonalItems) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayMigratePersonalItems) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetProtectionKey() string
GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) 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 *GatewayMigratePersonalItems) SetProtectionKey(v string)
SetProtectionKey sets ProtectionKey field to given value.
func (o *GatewayMigratePersonalItems) HasProtectionKey() bool
HasProtectionKey returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetTargetLocation() string
GetTargetLocation returns the TargetLocation field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) GetTargetLocationOk() (*string, bool)
GetTargetLocationOk returns a tuple with the TargetLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigratePersonalItems) SetTargetLocation(v string)
SetTargetLocation sets TargetLocation field to given value.
func (o *GatewayMigratePersonalItems) HasTargetLocation() bool
HasTargetLocation returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) 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 *GatewayMigratePersonalItems) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayMigratePersonalItems) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigratePersonalItems) SetType(v string)
SetType sets Type field to given value.
func (o *GatewayMigratePersonalItems) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GatewayMigratePersonalItems) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayMigratePersonalItems) 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 *GatewayMigratePersonalItems) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayMigratePersonalItems) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.