Name | Type | Description | Notes |
---|---|---|---|
CreationStatements | Pointer to string | PostgreSQL Creation statements | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | Pointer to string | Description of the object | [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] |
PostgresqlDbName | Pointer to string | PostgreSQL DB Name | [optional] |
PostgresqlHost | Pointer to string | PostgreSQL Host | [optional] [default to "127.0.0.1"] |
PostgresqlPassword | Pointer to string | PostgreSQL Password | [optional] |
PostgresqlPort | Pointer to string | PostgreSQL Port | [optional] [default to "5432"] |
PostgresqlUsername | Pointer to string | PostgreSQL Username | [optional] |
ProducerEncryptionKey | Pointer to string | Dynamic producer encryption key | [optional] |
RevocationStatement | Pointer to string | PostgreSQL Revocation statements | [optional] |
SecureAccessBastionIssuer | Pointer to string | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
SecureAccessDbSchema | Pointer to string | The DB schema | [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] |
Ssl | Pointer to bool | Enable/Disable SSL [true/false] | [optional] [default to false] |
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 "60m"] |
func NewDynamicSecretUpdatePostgreSql(name string, ) *DynamicSecretUpdatePostgreSql
NewDynamicSecretUpdatePostgreSql instantiates a new DynamicSecretUpdatePostgreSql 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 NewDynamicSecretUpdatePostgreSqlWithDefaults() *DynamicSecretUpdatePostgreSql
NewDynamicSecretUpdatePostgreSqlWithDefaults instantiates a new DynamicSecretUpdatePostgreSql 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 *DynamicSecretUpdatePostgreSql) GetCreationStatements() string
GetCreationStatements returns the CreationStatements field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetCreationStatementsOk() (*string, bool)
GetCreationStatementsOk returns a tuple with the CreationStatements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetCreationStatements(v string)
SetCreationStatements sets CreationStatements field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasCreationStatements() bool
HasCreationStatements returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetName(v string)
SetName sets Name field to given value.
func (o *DynamicSecretUpdatePostgreSql) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlDbName() string
GetPostgresqlDbName returns the PostgresqlDbName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlDbNameOk() (*string, bool)
GetPostgresqlDbNameOk returns a tuple with the PostgresqlDbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetPostgresqlDbName(v string)
SetPostgresqlDbName sets PostgresqlDbName field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasPostgresqlDbName() bool
HasPostgresqlDbName returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlHost() string
GetPostgresqlHost returns the PostgresqlHost field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlHostOk() (*string, bool)
GetPostgresqlHostOk returns a tuple with the PostgresqlHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetPostgresqlHost(v string)
SetPostgresqlHost sets PostgresqlHost field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasPostgresqlHost() bool
HasPostgresqlHost returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlPassword() string
GetPostgresqlPassword returns the PostgresqlPassword field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlPasswordOk() (*string, bool)
GetPostgresqlPasswordOk returns a tuple with the PostgresqlPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetPostgresqlPassword(v string)
SetPostgresqlPassword sets PostgresqlPassword field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasPostgresqlPassword() bool
HasPostgresqlPassword returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlPort() string
GetPostgresqlPort returns the PostgresqlPort field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlPortOk() (*string, bool)
GetPostgresqlPortOk returns a tuple with the PostgresqlPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetPostgresqlPort(v string)
SetPostgresqlPort sets PostgresqlPort field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasPostgresqlPort() bool
HasPostgresqlPort returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlUsername() string
GetPostgresqlUsername returns the PostgresqlUsername field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetPostgresqlUsernameOk() (*string, bool)
GetPostgresqlUsernameOk returns a tuple with the PostgresqlUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetPostgresqlUsername(v string)
SetPostgresqlUsername sets PostgresqlUsername field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasPostgresqlUsername() bool
HasPostgresqlUsername returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetProducerEncryptionKey() string
GetProducerEncryptionKey returns the ProducerEncryptionKey field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetProducerEncryptionKeyOk() (*string, bool)
GetProducerEncryptionKeyOk returns a tuple with the ProducerEncryptionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetProducerEncryptionKey(v string)
SetProducerEncryptionKey sets ProducerEncryptionKey field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasProducerEncryptionKey() bool
HasProducerEncryptionKey returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetRevocationStatement() string
GetRevocationStatement returns the RevocationStatement field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetRevocationStatementOk() (*string, bool)
GetRevocationStatementOk returns a tuple with the RevocationStatement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetRevocationStatement(v string)
SetRevocationStatement sets RevocationStatement field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasRevocationStatement() bool
HasRevocationStatement returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetSecureAccessDbSchema() string
GetSecureAccessDbSchema returns the SecureAccessDbSchema field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetSecureAccessDbSchemaOk() (*string, bool)
GetSecureAccessDbSchemaOk returns a tuple with the SecureAccessDbSchema field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetSecureAccessDbSchema(v string)
SetSecureAccessDbSchema sets SecureAccessDbSchema field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasSecureAccessDbSchema() bool
HasSecureAccessDbSchema returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetSsl() bool
GetSsl returns the Ssl field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) GetSslOk() (*bool, bool)
GetSslOk returns a tuple with the Ssl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdatePostgreSql) SetSsl(v bool)
SetSsl sets Ssl field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasSsl() bool
HasSsl returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetToken(v string)
SetToken sets Token field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *DynamicSecretUpdatePostgreSql) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdatePostgreSql) 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 *DynamicSecretUpdatePostgreSql) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *DynamicSecretUpdatePostgreSql) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.