Name | Type | Description | Notes |
---|---|---|---|
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
EksAccessKeyId | Pointer to string | Access Key ID | [optional] |
EksAssumeRole | Pointer to string | IAM assume role | [optional] |
EksClusterCaCert | Pointer to string | EKS cluster CA certificate | [optional] |
EksClusterEndpoint | Pointer to string | EKS cluster URL endpoint | [optional] |
EksClusterName | Pointer to string | EKS cluster name | [optional] |
EksRegion | Pointer to string | Region | [optional] [default to "us-east-2"] |
EksSecretAccessKey | Pointer to string | Secret Access Key | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Dynamic secret name | |
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] |
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] |
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 "15m"] |
func NewGatewayCreateProducerEks(name string, ) *GatewayCreateProducerEks
NewGatewayCreateProducerEks instantiates a new GatewayCreateProducerEks 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 NewGatewayCreateProducerEksWithDefaults() *GatewayCreateProducerEks
NewGatewayCreateProducerEksWithDefaults instantiates a new GatewayCreateProducerEks 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 *GatewayCreateProducerEks) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayCreateProducerEks) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetEksAccessKeyId() string
GetEksAccessKeyId returns the EksAccessKeyId field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) GetEksAccessKeyIdOk() (*string, bool)
GetEksAccessKeyIdOk returns a tuple with the EksAccessKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerEks) SetEksAccessKeyId(v string)
SetEksAccessKeyId sets EksAccessKeyId field to given value.
func (o *GatewayCreateProducerEks) HasEksAccessKeyId() bool
HasEksAccessKeyId returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetEksAssumeRole() string
GetEksAssumeRole returns the EksAssumeRole field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) GetEksAssumeRoleOk() (*string, bool)
GetEksAssumeRoleOk returns a tuple with the EksAssumeRole field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerEks) SetEksAssumeRole(v string)
SetEksAssumeRole sets EksAssumeRole field to given value.
func (o *GatewayCreateProducerEks) HasEksAssumeRole() bool
HasEksAssumeRole returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetEksClusterCaCert() string
GetEksClusterCaCert returns the EksClusterCaCert field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) GetEksClusterCaCertOk() (*string, bool)
GetEksClusterCaCertOk returns a tuple with the EksClusterCaCert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerEks) SetEksClusterCaCert(v string)
SetEksClusterCaCert sets EksClusterCaCert field to given value.
func (o *GatewayCreateProducerEks) HasEksClusterCaCert() bool
HasEksClusterCaCert returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetEksClusterEndpoint() string
GetEksClusterEndpoint returns the EksClusterEndpoint field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) GetEksClusterEndpointOk() (*string, bool)
GetEksClusterEndpointOk returns a tuple with the EksClusterEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerEks) SetEksClusterEndpoint(v string)
SetEksClusterEndpoint sets EksClusterEndpoint field to given value.
func (o *GatewayCreateProducerEks) HasEksClusterEndpoint() bool
HasEksClusterEndpoint returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetEksClusterName() string
GetEksClusterName returns the EksClusterName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) GetEksClusterNameOk() (*string, bool)
GetEksClusterNameOk returns a tuple with the EksClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerEks) SetEksClusterName(v string)
SetEksClusterName sets EksClusterName field to given value.
func (o *GatewayCreateProducerEks) HasEksClusterName() bool
HasEksClusterName returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetEksRegion() string
GetEksRegion returns the EksRegion field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) GetEksRegionOk() (*string, bool)
GetEksRegionOk returns a tuple with the EksRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerEks) SetEksRegion(v string)
SetEksRegion sets EksRegion field to given value.
func (o *GatewayCreateProducerEks) HasEksRegion() bool
HasEksRegion returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetEksSecretAccessKey() string
GetEksSecretAccessKey returns the EksSecretAccessKey field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) GetEksSecretAccessKeyOk() (*string, bool)
GetEksSecretAccessKeyOk returns a tuple with the EksSecretAccessKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerEks) SetEksSecretAccessKey(v string)
SetEksSecretAccessKey sets EksSecretAccessKey field to given value.
func (o *GatewayCreateProducerEks) HasEksSecretAccessKey() bool
HasEksSecretAccessKey returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayCreateProducerEks) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayCreateProducerEks) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayCreateProducerEks) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetSecureAccessAllowPortForwading() bool
GetSecureAccessAllowPortForwading returns the SecureAccessAllowPortForwading field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetSecureAccessAllowPortForwading(v bool)
SetSecureAccessAllowPortForwading sets SecureAccessAllowPortForwading field to given value.
func (o *GatewayCreateProducerEks) HasSecureAccessAllowPortForwading() bool
HasSecureAccessAllowPortForwading returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *GatewayCreateProducerEks) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetSecureAccessClusterEndpoint() string
GetSecureAccessClusterEndpoint returns the SecureAccessClusterEndpoint field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetSecureAccessClusterEndpoint(v string)
SetSecureAccessClusterEndpoint sets SecureAccessClusterEndpoint field to given value.
func (o *GatewayCreateProducerEks) HasSecureAccessClusterEndpoint() bool
HasSecureAccessClusterEndpoint returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *GatewayCreateProducerEks) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *GatewayCreateProducerEks) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayCreateProducerEks) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayCreateProducerEks) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayCreateProducerEks) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayCreateProducerEks) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerEks) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerEks) 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 *GatewayCreateProducerEks) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayCreateProducerEks) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.