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 item | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] |
Name | string | Producer name | |
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 | List of the tags attached to this secret | [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 NewGatewayCreateProducerSnowflake(name string, ) *GatewayCreateProducerSnowflake
NewGatewayCreateProducerSnowflake instantiates a new GatewayCreateProducerSnowflake 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 NewGatewayCreateProducerSnowflakeWithDefaults() *GatewayCreateProducerSnowflake
NewGatewayCreateProducerSnowflakeWithDefaults instantiates a new GatewayCreateProducerSnowflake 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 *GatewayCreateProducerSnowflake) GetAccount() string
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetAccount(v string)
SetAccount sets Account field to given value.
func (o *GatewayCreateProducerSnowflake) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetAccountPassword() string
GetAccountPassword returns the AccountPassword field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetAccountPassword(v string)
SetAccountPassword sets AccountPassword field to given value.
func (o *GatewayCreateProducerSnowflake) HasAccountPassword() bool
HasAccountPassword returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetAccountUsername() string
GetAccountUsername returns the AccountUsername field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetAccountUsername(v string)
SetAccountUsername sets AccountUsername field to given value.
func (o *GatewayCreateProducerSnowflake) HasAccountUsername() bool
HasAccountUsername returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *GatewayCreateProducerSnowflake) HasDbName() bool
HasDbName returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayCreateProducerSnowflake) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayCreateProducerSnowflake) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayCreateProducerSnowflake) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *GatewayCreateProducerSnowflake) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetPrivateKeyPassphrase() string
GetPrivateKeyPassphrase returns the PrivateKeyPassphrase field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetPrivateKeyPassphrase(v string)
SetPrivateKeyPassphrase sets PrivateKeyPassphrase field to given value.
func (o *GatewayCreateProducerSnowflake) HasPrivateKeyPassphrase() bool
HasPrivateKeyPassphrase returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetRole(v string)
SetRole sets Role field to given value.
func (o *GatewayCreateProducerSnowflake) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayCreateProducerSnowflake) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayCreateProducerSnowflake) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayCreateProducerSnowflake) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayCreateProducerSnowflake) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayCreateProducerSnowflake) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.
func (o *GatewayCreateProducerSnowflake) GetWarehouse() string
GetWarehouse returns the Warehouse field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerSnowflake) 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 *GatewayCreateProducerSnowflake) SetWarehouse(v string)
SetWarehouse sets Warehouse field to given value.
func (o *GatewayCreateProducerSnowflake) HasWarehouse() bool
HasWarehouse returns a boolean if a field has been set.