| Name | Type | Description | Notes |
|---|---|---|---|
| AraEnabled | Pointer to bool | Enable or disable Agentic Runtime Authority rule enforcement for this item. Mirrors commands.AgenticRulesParams.AraEnabled. | [optional] |
| CustomUsernameTemplate | Pointer to string | Customize how temporary usernames are generated using go template | [optional] |
| DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
| InputRule | Pointer to []string | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). | [optional] |
| ItemCustomFields | Pointer to map[string]string | Additional custom fields to associate with the item | [optional] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| MongodbAtlasApiPrivateKey | Pointer to string | MongoDB Atlas private key | [optional] |
| MongodbAtlasApiPublicKey | Pointer to string | MongoDB Atlas public key | [optional] |
| MongodbAtlasProjectId | Pointer to string | MongoDB Atlas project ID | [optional] |
| MongodbCustomData | Pointer to string | MongoDB custom data | [optional] |
| MongodbDefaultAuthDb | Pointer to string | MongoDB server default authentication database | [optional] |
| MongodbHostPort | Pointer to string | MongoDB server host and port | [optional] |
| MongodbName | Pointer to string | MongoDB Name | [optional] |
| MongodbPassword | Pointer to string | MongoDB server password. You will prompted to provide a password if it will not appear in CLI parameters | [optional] |
| MongodbRoles | Pointer to string | MongoDB Roles | [optional] [default to "[]"] |
| MongodbScopes | Pointer to string | MongoDB Scopes (Atlas only) | [optional] |
| MongodbServerUri | Pointer to string | MongoDB server URI | [optional] |
| MongodbUriOptions | Pointer to string | MongoDB server URI options | [optional] |
| MongodbUsername | Pointer to string | MongoDB server username | [optional] |
| Name | string | Dynamic secret name | |
| OutputRule | Pointer to []string | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
| PasswordLength | Pointer to string | The length of the password to be generated | [optional] |
| ProducerEncryptionKeyName | Pointer to string | Encrypt producer with following key | [optional] |
| SecureAccessBastionIssuer | Pointer to string | Deprecated. use secure-access-certificate-issuer | [optional] |
| SecureAccessCertificateIssuer | Pointer to string | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
| SecureAccessDbName | Pointer to string | The DB name (relevant only for DB Dynamic-Secret) | [optional] |
| SecureAccessDelay | Pointer to int64 | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
| SecureAccessEnable | Pointer to string | Enable/Disable secure remote access [true/false] | [optional] |
| SecureAccessHost | Pointer to []string | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
| SecureAccessWeb | Pointer to bool | Enable Web Secure Remote Access | [optional] [default to false] |
| SkipDryRun | Pointer to string | If set, dry-run will be skipped | [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] |
| UseCapitalLetters | Pointer to string | Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] | [optional] |
| UseLowerLetters | Pointer to string | Specifies whether the generated temporary password must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). [true/false] | [optional] |
| UseNumbers | Pointer to string | Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] | [optional] |
| UseSpecialCharacters | Pointer to string | [optional] | |
| UserTtl | Pointer to string | User TTL | [optional] [default to "60m"] |
func NewGatewayCreateProducerMongo(name string, ) *GatewayCreateProducerMongo
NewGatewayCreateProducerMongo instantiates a new GatewayCreateProducerMongo 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 NewGatewayCreateProducerMongoWithDefaults() *GatewayCreateProducerMongo
NewGatewayCreateProducerMongoWithDefaults instantiates a new GatewayCreateProducerMongo 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 *GatewayCreateProducerMongo) GetAraEnabled() bool
GetAraEnabled returns the AraEnabled field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetAraEnabledOk() (*bool, bool)
GetAraEnabledOk returns a tuple with the AraEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetAraEnabled(v bool)
SetAraEnabled sets AraEnabled field to given value.
func (o *GatewayCreateProducerMongo) HasAraEnabled() bool
HasAraEnabled returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetCustomUsernameTemplate() string
GetCustomUsernameTemplate returns the CustomUsernameTemplate field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetCustomUsernameTemplateOk() (*string, bool)
GetCustomUsernameTemplateOk returns a tuple with the CustomUsernameTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetCustomUsernameTemplate(v string)
SetCustomUsernameTemplate sets CustomUsernameTemplate field to given value.
func (o *GatewayCreateProducerMongo) HasCustomUsernameTemplate() bool
HasCustomUsernameTemplate returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayCreateProducerMongo) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetInputRule() []string
GetInputRule returns the InputRule field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetInputRuleOk() (*[]string, bool)
GetInputRuleOk returns a tuple with the InputRule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetInputRule(v []string)
SetInputRule sets InputRule field to given value.
func (o *GatewayCreateProducerMongo) HasInputRule() bool
HasInputRule returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetItemCustomFields() map[string]string
GetItemCustomFields returns the ItemCustomFields field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetItemCustomFieldsOk() (*map[string]string, bool)
GetItemCustomFieldsOk returns a tuple with the ItemCustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetItemCustomFields(v map[string]string)
SetItemCustomFields sets ItemCustomFields field to given value.
func (o *GatewayCreateProducerMongo) HasItemCustomFields() bool
HasItemCustomFields returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayCreateProducerMongo) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbAtlasApiPrivateKey() string
GetMongodbAtlasApiPrivateKey returns the MongodbAtlasApiPrivateKey field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbAtlasApiPrivateKeyOk() (*string, bool)
GetMongodbAtlasApiPrivateKeyOk returns a tuple with the MongodbAtlasApiPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbAtlasApiPrivateKey(v string)
SetMongodbAtlasApiPrivateKey sets MongodbAtlasApiPrivateKey field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbAtlasApiPrivateKey() bool
HasMongodbAtlasApiPrivateKey returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbAtlasApiPublicKey() string
GetMongodbAtlasApiPublicKey returns the MongodbAtlasApiPublicKey field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbAtlasApiPublicKeyOk() (*string, bool)
GetMongodbAtlasApiPublicKeyOk returns a tuple with the MongodbAtlasApiPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbAtlasApiPublicKey(v string)
SetMongodbAtlasApiPublicKey sets MongodbAtlasApiPublicKey field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbAtlasApiPublicKey() bool
HasMongodbAtlasApiPublicKey returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbAtlasProjectId() string
GetMongodbAtlasProjectId returns the MongodbAtlasProjectId field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbAtlasProjectIdOk() (*string, bool)
GetMongodbAtlasProjectIdOk returns a tuple with the MongodbAtlasProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbAtlasProjectId(v string)
SetMongodbAtlasProjectId sets MongodbAtlasProjectId field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbAtlasProjectId() bool
HasMongodbAtlasProjectId returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbCustomData() string
GetMongodbCustomData returns the MongodbCustomData field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbCustomDataOk() (*string, bool)
GetMongodbCustomDataOk returns a tuple with the MongodbCustomData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbCustomData(v string)
SetMongodbCustomData sets MongodbCustomData field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbCustomData() bool
HasMongodbCustomData returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbDefaultAuthDb() string
GetMongodbDefaultAuthDb returns the MongodbDefaultAuthDb field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbDefaultAuthDbOk() (*string, bool)
GetMongodbDefaultAuthDbOk returns a tuple with the MongodbDefaultAuthDb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbDefaultAuthDb(v string)
SetMongodbDefaultAuthDb sets MongodbDefaultAuthDb field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbDefaultAuthDb() bool
HasMongodbDefaultAuthDb returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbHostPort() string
GetMongodbHostPort returns the MongodbHostPort field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbHostPortOk() (*string, bool)
GetMongodbHostPortOk returns a tuple with the MongodbHostPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbHostPort(v string)
SetMongodbHostPort sets MongodbHostPort field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbHostPort() bool
HasMongodbHostPort returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbName() string
GetMongodbName returns the MongodbName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbNameOk() (*string, bool)
GetMongodbNameOk returns a tuple with the MongodbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbName(v string)
SetMongodbName sets MongodbName field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbName() bool
HasMongodbName returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbPassword() string
GetMongodbPassword returns the MongodbPassword field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbPasswordOk() (*string, bool)
GetMongodbPasswordOk returns a tuple with the MongodbPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbPassword(v string)
SetMongodbPassword sets MongodbPassword field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbPassword() bool
HasMongodbPassword returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbRoles() string
GetMongodbRoles returns the MongodbRoles field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbRolesOk() (*string, bool)
GetMongodbRolesOk returns a tuple with the MongodbRoles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbRoles(v string)
SetMongodbRoles sets MongodbRoles field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbRoles() bool
HasMongodbRoles returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbScopes() string
GetMongodbScopes returns the MongodbScopes field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbScopesOk() (*string, bool)
GetMongodbScopesOk returns a tuple with the MongodbScopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbScopes(v string)
SetMongodbScopes sets MongodbScopes field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbScopes() bool
HasMongodbScopes returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbServerUri() string
GetMongodbServerUri returns the MongodbServerUri field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbServerUriOk() (*string, bool)
GetMongodbServerUriOk returns a tuple with the MongodbServerUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbServerUri(v string)
SetMongodbServerUri sets MongodbServerUri field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbServerUri() bool
HasMongodbServerUri returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbUriOptions() string
GetMongodbUriOptions returns the MongodbUriOptions field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbUriOptionsOk() (*string, bool)
GetMongodbUriOptionsOk returns a tuple with the MongodbUriOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbUriOptions(v string)
SetMongodbUriOptions sets MongodbUriOptions field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbUriOptions() bool
HasMongodbUriOptions returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetMongodbUsername() string
GetMongodbUsername returns the MongodbUsername field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetMongodbUsernameOk() (*string, bool)
GetMongodbUsernameOk returns a tuple with the MongodbUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetMongodbUsername(v string)
SetMongodbUsername sets MongodbUsername field to given value.
func (o *GatewayCreateProducerMongo) HasMongodbUsername() bool
HasMongodbUsername returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayCreateProducerMongo) GetOutputRule() []string
GetOutputRule returns the OutputRule field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetOutputRuleOk() (*[]string, bool)
GetOutputRuleOk returns a tuple with the OutputRule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetOutputRule(v []string)
SetOutputRule sets OutputRule field to given value.
func (o *GatewayCreateProducerMongo) HasOutputRule() bool
HasOutputRule returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *GatewayCreateProducerMongo) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetProducerEncryptionKeyNameOk() (*string, bool)
GetProducerEncryptionKeyNameOk returns a tuple with the ProducerEncryptionKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayCreateProducerMongo) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSecureAccessBastionIssuerOk() (*string, bool)
GetSecureAccessBastionIssuerOk returns a tuple with the SecureAccessBastionIssuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *GatewayCreateProducerMongo) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSecureAccessCertificateIssuer() string
GetSecureAccessCertificateIssuer returns the SecureAccessCertificateIssuer field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSecureAccessCertificateIssuerOk() (*string, bool)
GetSecureAccessCertificateIssuerOk returns a tuple with the SecureAccessCertificateIssuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSecureAccessCertificateIssuer(v string)
SetSecureAccessCertificateIssuer sets SecureAccessCertificateIssuer field to given value.
func (o *GatewayCreateProducerMongo) HasSecureAccessCertificateIssuer() bool
HasSecureAccessCertificateIssuer returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSecureAccessDbName() string
GetSecureAccessDbName returns the SecureAccessDbName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSecureAccessDbNameOk() (*string, bool)
GetSecureAccessDbNameOk returns a tuple with the SecureAccessDbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSecureAccessDbName(v string)
SetSecureAccessDbName sets SecureAccessDbName field to given value.
func (o *GatewayCreateProducerMongo) HasSecureAccessDbName() bool
HasSecureAccessDbName returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSecureAccessDelay() int64
GetSecureAccessDelay returns the SecureAccessDelay field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSecureAccessDelayOk() (*int64, bool)
GetSecureAccessDelayOk returns a tuple with the SecureAccessDelay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSecureAccessDelay(v int64)
SetSecureAccessDelay sets SecureAccessDelay field to given value.
func (o *GatewayCreateProducerMongo) HasSecureAccessDelay() bool
HasSecureAccessDelay returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSecureAccessEnableOk() (*string, bool)
GetSecureAccessEnableOk returns a tuple with the SecureAccessEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *GatewayCreateProducerMongo) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSecureAccessHostOk() (*[]string, bool)
GetSecureAccessHostOk returns a tuple with the SecureAccessHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *GatewayCreateProducerMongo) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSecureAccessWebOk() (*bool, bool)
GetSecureAccessWebOk returns a tuple with the SecureAccessWeb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *GatewayCreateProducerMongo) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetSkipDryRun() string
GetSkipDryRun returns the SkipDryRun field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetSkipDryRunOk() (*string, bool)
GetSkipDryRunOk returns a tuple with the SkipDryRun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetSkipDryRun(v string)
SetSkipDryRun sets SkipDryRun field to given value.
func (o *GatewayCreateProducerMongo) HasSkipDryRun() bool
HasSkipDryRun returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayCreateProducerMongo) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayCreateProducerMongo) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayCreateProducerMongo) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayCreateProducerMongo) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetUseCapitalLetters() string
GetUseCapitalLetters returns the UseCapitalLetters field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetUseCapitalLettersOk() (*string, bool)
GetUseCapitalLettersOk returns a tuple with the UseCapitalLetters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetUseCapitalLetters(v string)
SetUseCapitalLetters sets UseCapitalLetters field to given value.
func (o *GatewayCreateProducerMongo) HasUseCapitalLetters() bool
HasUseCapitalLetters returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetUseLowerLetters() string
GetUseLowerLetters returns the UseLowerLetters field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetUseLowerLettersOk() (*string, bool)
GetUseLowerLettersOk returns a tuple with the UseLowerLetters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetUseLowerLetters(v string)
SetUseLowerLetters sets UseLowerLetters field to given value.
func (o *GatewayCreateProducerMongo) HasUseLowerLetters() bool
HasUseLowerLetters returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetUseNumbers() string
GetUseNumbers returns the UseNumbers field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetUseNumbersOk() (*string, bool)
GetUseNumbersOk returns a tuple with the UseNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetUseNumbers(v string)
SetUseNumbers sets UseNumbers field to given value.
func (o *GatewayCreateProducerMongo) HasUseNumbers() bool
HasUseNumbers returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetUseSpecialCharacters() string
GetUseSpecialCharacters returns the UseSpecialCharacters field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) GetUseSpecialCharactersOk() (*string, bool)
GetUseSpecialCharactersOk returns a tuple with the UseSpecialCharacters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerMongo) SetUseSpecialCharacters(v string)
SetUseSpecialCharacters sets UseSpecialCharacters field to given value.
func (o *GatewayCreateProducerMongo) HasUseSpecialCharacters() bool
HasUseSpecialCharacters returns a boolean if a field has been set.
func (o *GatewayCreateProducerMongo) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerMongo) 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 *GatewayCreateProducerMongo) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayCreateProducerMongo) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.