Name | Type | Description | Notes |
---|---|---|---|
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] |
K8sAllowedNamespaces | Pointer to string | Comma-separated list of allowed K8S namespaces for the generated ServiceAccount (relevant only for k8s-service-account-type=dynamic) | [optional] |
K8sClusterCaCert | Pointer to string | K8S cluster CA certificate | [optional] |
K8sClusterEndpoint | Pointer to string | K8S cluster URL endpoint | [optional] |
K8sClusterName | Pointer to string | K8S cluster name | [optional] |
K8sClusterToken | Pointer to string | K8S cluster Bearer token | [optional] |
K8sNamespace | Pointer to string | K8S Namespace where the ServiceAccount exists. | [optional] |
K8sPredefinedRoleName | Pointer to string | The pre-existing Role or ClusterRole name to bind the generated ServiceAccount to (relevant only for k8s-service-account-type=dynamic) | [optional] |
K8sPredefinedRoleType | Pointer to string | Specifies the type of the pre-existing K8S role [Role, ClusterRole] (relevant only for k8s-service-account-type=dynamic) | [optional] |
K8sRolebindingYamlDef | Pointer to string | Path to yaml file that contains definitions of K8S role and role binding (relevant only for k8s-service-account-type=dynamic) | [optional] |
K8sServiceAccount | Pointer to string | K8S ServiceAccount to extract token from. | [optional] |
K8sServiceAccountType | Pointer to string | K8S ServiceAccount type [fixed, dynamic]. | [optional] |
Name | string | Dynamic secret name | |
NewName | Pointer to string | Dynamic secret name | [optional] |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
SecureAccessAllowPortForwading | Pointer to bool | Enable Port forwarding while using CLI access | [optional] |
SecureAccessBastionIssuer | Pointer to string | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
SecureAccessClusterEndpoint | Pointer to string | The K8s cluster endpoint URL | [optional] |
SecureAccessDashboardUrl | Pointer to string | The K8s dashboard url | [optional] |
SecureAccessEnable | Pointer to string | Enable/Disable secure remote access [true/false] | [optional] |
SecureAccessWeb | Pointer to bool | Enable Web Secure Remote Access | [optional] [default to false] |
SecureAccessWebBrowsing | Pointer to bool | Secure browser via Akeyless Web Access Bastion | [optional] [default to false] |
SecureAccessWebProxy | Pointer to bool | Web-Proxy via Akeyless Web Access Bastion | [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] |
UseGwServiceAccount | Pointer to bool | Use the GW's service account | [optional] |
UserTtl | Pointer to string | User TTL | [optional] [default to "60m"] |
func NewDynamicSecretUpdateK8s(name string, ) *DynamicSecretUpdateK8s
NewDynamicSecretUpdateK8s instantiates a new DynamicSecretUpdateK8s 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 NewDynamicSecretUpdateK8sWithDefaults() *DynamicSecretUpdateK8s
NewDynamicSecretUpdateK8sWithDefaults instantiates a new DynamicSecretUpdateK8s 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 *DynamicSecretUpdateK8s) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *DynamicSecretUpdateK8s) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DynamicSecretUpdateK8s) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DynamicSecretUpdateK8s) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sAllowedNamespaces() string
GetK8sAllowedNamespaces returns the K8sAllowedNamespaces field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sAllowedNamespacesOk() (*string, bool)
GetK8sAllowedNamespacesOk returns a tuple with the K8sAllowedNamespaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sAllowedNamespaces(v string)
SetK8sAllowedNamespaces sets K8sAllowedNamespaces field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sAllowedNamespaces() bool
HasK8sAllowedNamespaces returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sClusterCaCert() string
GetK8sClusterCaCert returns the K8sClusterCaCert field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sClusterCaCertOk() (*string, bool)
GetK8sClusterCaCertOk returns a tuple with the K8sClusterCaCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sClusterCaCert(v string)
SetK8sClusterCaCert sets K8sClusterCaCert field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sClusterCaCert() bool
HasK8sClusterCaCert returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sClusterEndpoint() string
GetK8sClusterEndpoint returns the K8sClusterEndpoint field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sClusterEndpointOk() (*string, bool)
GetK8sClusterEndpointOk returns a tuple with the K8sClusterEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sClusterEndpoint(v string)
SetK8sClusterEndpoint sets K8sClusterEndpoint field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sClusterEndpoint() bool
HasK8sClusterEndpoint returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sClusterName() string
GetK8sClusterName returns the K8sClusterName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sClusterNameOk() (*string, bool)
GetK8sClusterNameOk returns a tuple with the K8sClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sClusterName(v string)
SetK8sClusterName sets K8sClusterName field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sClusterName() bool
HasK8sClusterName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sClusterToken() string
GetK8sClusterToken returns the K8sClusterToken field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sClusterTokenOk() (*string, bool)
GetK8sClusterTokenOk returns a tuple with the K8sClusterToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sClusterToken(v string)
SetK8sClusterToken sets K8sClusterToken field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sClusterToken() bool
HasK8sClusterToken returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sNamespace() string
GetK8sNamespace returns the K8sNamespace field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sNamespaceOk() (*string, bool)
GetK8sNamespaceOk returns a tuple with the K8sNamespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sNamespace(v string)
SetK8sNamespace sets K8sNamespace field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sNamespace() bool
HasK8sNamespace returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sPredefinedRoleName() string
GetK8sPredefinedRoleName returns the K8sPredefinedRoleName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sPredefinedRoleNameOk() (*string, bool)
GetK8sPredefinedRoleNameOk returns a tuple with the K8sPredefinedRoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sPredefinedRoleName(v string)
SetK8sPredefinedRoleName sets K8sPredefinedRoleName field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sPredefinedRoleName() bool
HasK8sPredefinedRoleName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sPredefinedRoleType() string
GetK8sPredefinedRoleType returns the K8sPredefinedRoleType field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sPredefinedRoleTypeOk() (*string, bool)
GetK8sPredefinedRoleTypeOk returns a tuple with the K8sPredefinedRoleType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sPredefinedRoleType(v string)
SetK8sPredefinedRoleType sets K8sPredefinedRoleType field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sPredefinedRoleType() bool
HasK8sPredefinedRoleType returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sRolebindingYamlDef() string
GetK8sRolebindingYamlDef returns the K8sRolebindingYamlDef field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sRolebindingYamlDefOk() (*string, bool)
GetK8sRolebindingYamlDefOk returns a tuple with the K8sRolebindingYamlDef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sRolebindingYamlDef(v string)
SetK8sRolebindingYamlDef sets K8sRolebindingYamlDef field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sRolebindingYamlDef() bool
HasK8sRolebindingYamlDef returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sServiceAccount() string
GetK8sServiceAccount returns the K8sServiceAccount field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sServiceAccountOk() (*string, bool)
GetK8sServiceAccountOk returns a tuple with the K8sServiceAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sServiceAccount(v string)
SetK8sServiceAccount sets K8sServiceAccount field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sServiceAccount() bool
HasK8sServiceAccount returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetK8sServiceAccountType() string
GetK8sServiceAccountType returns the K8sServiceAccountType field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetK8sServiceAccountTypeOk() (*string, bool)
GetK8sServiceAccountTypeOk returns a tuple with the K8sServiceAccountType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetK8sServiceAccountType(v string)
SetK8sServiceAccountType sets K8sServiceAccountType field to given value.
func (o *DynamicSecretUpdateK8s) HasK8sServiceAccountType() bool
HasK8sServiceAccountType returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetName(v string)
SetName sets Name field to given value.
func (o *DynamicSecretUpdateK8s) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *DynamicSecretUpdateK8s) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *DynamicSecretUpdateK8s) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessAllowPortForwading() bool
GetSecureAccessAllowPortForwading returns the SecureAccessAllowPortForwading field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetSecureAccessAllowPortForwadingOk() (*bool, bool)
GetSecureAccessAllowPortForwadingOk returns a tuple with the SecureAccessAllowPortForwading field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetSecureAccessAllowPortForwading(v bool)
SetSecureAccessAllowPortForwading sets SecureAccessAllowPortForwading field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessAllowPortForwading() bool
HasSecureAccessAllowPortForwading returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessClusterEndpoint() string
GetSecureAccessClusterEndpoint returns the SecureAccessClusterEndpoint field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetSecureAccessClusterEndpointOk() (*string, bool)
GetSecureAccessClusterEndpointOk returns a tuple with the SecureAccessClusterEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetSecureAccessClusterEndpoint(v string)
SetSecureAccessClusterEndpoint sets SecureAccessClusterEndpoint field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessClusterEndpoint() bool
HasSecureAccessClusterEndpoint returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessDashboardUrl() string
GetSecureAccessDashboardUrl returns the SecureAccessDashboardUrl field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetSecureAccessDashboardUrlOk() (*string, bool)
GetSecureAccessDashboardUrlOk returns a tuple with the SecureAccessDashboardUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetSecureAccessDashboardUrl(v string)
SetSecureAccessDashboardUrl sets SecureAccessDashboardUrl field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessDashboardUrl() bool
HasSecureAccessDashboardUrl returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessWebBrowsing() bool
GetSecureAccessWebBrowsing returns the SecureAccessWebBrowsing field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetSecureAccessWebBrowsingOk() (*bool, bool)
GetSecureAccessWebBrowsingOk returns a tuple with the SecureAccessWebBrowsing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetSecureAccessWebBrowsing(v bool)
SetSecureAccessWebBrowsing sets SecureAccessWebBrowsing field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessWebBrowsing() bool
HasSecureAccessWebBrowsing returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetSecureAccessWebProxy() bool
GetSecureAccessWebProxy returns the SecureAccessWebProxy field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetSecureAccessWebProxyOk() (*bool, bool)
GetSecureAccessWebProxyOk returns a tuple with the SecureAccessWebProxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetSecureAccessWebProxy(v bool)
SetSecureAccessWebProxy sets SecureAccessWebProxy field to given value.
func (o *DynamicSecretUpdateK8s) HasSecureAccessWebProxy() bool
HasSecureAccessWebProxy returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *DynamicSecretUpdateK8s) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *DynamicSecretUpdateK8s) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetToken(v string)
SetToken sets Token field to given value.
func (o *DynamicSecretUpdateK8s) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DynamicSecretUpdateK8s) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetUseGwServiceAccount() bool
GetUseGwServiceAccount returns the UseGwServiceAccount field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) GetUseGwServiceAccountOk() (*bool, bool)
GetUseGwServiceAccountOk returns a tuple with the UseGwServiceAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretUpdateK8s) SetUseGwServiceAccount(v bool)
SetUseGwServiceAccount sets UseGwServiceAccount field to given value.
func (o *DynamicSecretUpdateK8s) HasUseGwServiceAccount() bool
HasUseGwServiceAccount returns a boolean if a field has been set.
func (o *DynamicSecretUpdateK8s) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *DynamicSecretUpdateK8s) 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 *DynamicSecretUpdateK8s) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *DynamicSecretUpdateK8s) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.