Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to string | Account name | [optional] |
AccountPassword | Pointer to string | Database Password | [optional] |
AccountUsername | Pointer to string | Database Username | [optional] |
DbName | Pointer to string | Database name | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Dynamic secret name | |
NewName | Pointer to string | Dynamic secret name | [optional] |
PasswordLength | Pointer to string | The length of the password to be generated | [optional] |
PrivateKey | Pointer to string | RSA Private key (base64 encoded) | [optional] |
PrivateKeyPassphrase | Pointer to string | The Private key passphrase | [optional] |
Role | Pointer to string | User role | [optional] |
Tags | Pointer to []string | Add tags attached to this object | [optional] |
TargetName | Pointer to string | Target name | [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] |
UserTtl | Pointer to string | User TTL | [optional] [default to "24h"] |
Warehouse | Pointer to string | Warehouse name | [optional] |
func NewGatewayUpdateProducerSnowflake(name string, ) *GatewayUpdateProducerSnowflake
NewGatewayUpdateProducerSnowflake instantiates a new GatewayUpdateProducerSnowflake 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 NewGatewayUpdateProducerSnowflakeWithDefaults() *GatewayUpdateProducerSnowflake
NewGatewayUpdateProducerSnowflakeWithDefaults instantiates a new GatewayUpdateProducerSnowflake 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 *GatewayUpdateProducerSnowflake) GetAccount() string
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetAccountOk() (*string, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetAccount(v string)
SetAccount sets Account field to given value.
func (o *GatewayUpdateProducerSnowflake) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetAccountPassword() string
GetAccountPassword returns the AccountPassword field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetAccountPasswordOk() (*string, bool)
GetAccountPasswordOk returns a tuple with the AccountPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetAccountPassword(v string)
SetAccountPassword sets AccountPassword field to given value.
func (o *GatewayUpdateProducerSnowflake) HasAccountPassword() bool
HasAccountPassword returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetAccountUsernameOk() (*string, bool)
GetAccountUsernameOk returns a tuple with the AccountUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetAccountUsername(v string)
SetAccountUsername sets AccountUsername field to given value.
func (o *GatewayUpdateProducerSnowflake) HasAccountUsername() bool
HasAccountUsername returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetDbNameOk() (*string, bool)
GetDbNameOk returns a tuple with the DbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *GatewayUpdateProducerSnowflake) HasDbName() bool
HasDbName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayUpdateProducerSnowflake) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) 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 *GatewayUpdateProducerSnowflake) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateProducerSnowflake) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) 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 *GatewayUpdateProducerSnowflake) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayUpdateProducerSnowflake) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *GatewayUpdateProducerSnowflake) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetPasswordLengthOk() (*string, bool)
GetPasswordLengthOk returns a tuple with the PasswordLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *GatewayUpdateProducerSnowflake) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *GatewayUpdateProducerSnowflake) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetPrivateKeyPassphrase() string
GetPrivateKeyPassphrase returns the PrivateKeyPassphrase field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetPrivateKeyPassphraseOk() (*string, bool)
GetPrivateKeyPassphraseOk returns a tuple with the PrivateKeyPassphrase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetPrivateKeyPassphrase(v string)
SetPrivateKeyPassphrase sets PrivateKeyPassphrase field to given value.
func (o *GatewayUpdateProducerSnowflake) HasPrivateKeyPassphrase() bool
HasPrivateKeyPassphrase returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetRole(v string)
SetRole sets Role field to given value.
func (o *GatewayUpdateProducerSnowflake) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayUpdateProducerSnowflake) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayUpdateProducerSnowflake) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) 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 *GatewayUpdateProducerSnowflake) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateProducerSnowflake) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) 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 *GatewayUpdateProducerSnowflake) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateProducerSnowflake) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetUserTtlOk() (*string, bool)
GetUserTtlOk returns a tuple with the UserTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayUpdateProducerSnowflake) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.
func (o *GatewayUpdateProducerSnowflake) GetWarehouse() string
GetWarehouse returns the Warehouse field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerSnowflake) GetWarehouseOk() (*string, bool)
GetWarehouseOk returns a tuple with the Warehouse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerSnowflake) SetWarehouse(v string)
SetWarehouse sets Warehouse field to given value.
func (o *GatewayUpdateProducerSnowflake) HasWarehouse() bool
HasWarehouse returns a boolean if a field has been set.