Name | Type | Description | Notes |
---|---|---|---|
AccessMode | Pointer to string | [optional] | |
AdminRotationIntervalDays | Pointer to int64 | Admin credentials rotation interval (days) | [optional] [default to 0] |
AwsAccessKeyId | Pointer to string | Access Key ID | [optional] |
AwsAccessSecretKey | Pointer to string | Secret Access Key | [optional] |
AwsRoleArns | Pointer to string | AWS Role ARNs to be used in the Assume Role operation (relevant only for assume_role mode) | [optional] |
AwsUserConsoleAccess | Pointer to bool | AWS User console access | [optional] [default to false] |
AwsUserGroups | Pointer to string | AWS User groups | [optional] |
AwsUserPolicies | Pointer to string | AWS User policies | [optional] |
AwsUserProgrammaticAccess | Pointer to bool | Enable AWS User programmatic access | [optional] [default to true] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
EnableAdminRotation | Pointer to bool | Automatic admin credentials rotation | [optional] [default to false] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Dynamic secret name | |
PasswordLength | Pointer to string | The length of the password to be generated | [optional] |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
Region | Pointer to string | Region | [optional] [default to "us-east-2"] |
SecureAccessAwsAccountId | Pointer to string | The AWS account id | [optional] |
SecureAccessAwsNativeCli | Pointer to bool | The AWS native cli | [optional] |
SecureAccessBastionIssuer | Pointer to string | Path to the SSH Certificate Issuer for your Akeyless Bastion | [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 true] |
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] |
SessionTags | Pointer to string | String of Key value session tags comma separated, relevant only for Assumed Role | [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] |
TransitiveTagKeys | Pointer to string | String of transitive tag keys space separated, relevant only for Assumed Role | [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 NewGatewayCreateProducerAws(name string, ) *GatewayCreateProducerAws
NewGatewayCreateProducerAws instantiates a new GatewayCreateProducerAws 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 NewGatewayCreateProducerAwsWithDefaults() *GatewayCreateProducerAws
NewGatewayCreateProducerAwsWithDefaults instantiates a new GatewayCreateProducerAws 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 *GatewayCreateProducerAws) GetAccessMode() string
GetAccessMode returns the AccessMode field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAccessModeOk() (*string, bool)
GetAccessModeOk returns a tuple with the AccessMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAccessMode(v string)
SetAccessMode sets AccessMode field to given value.
func (o *GatewayCreateProducerAws) HasAccessMode() bool
HasAccessMode returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAdminRotationIntervalDays() int64
GetAdminRotationIntervalDays returns the AdminRotationIntervalDays field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAdminRotationIntervalDaysOk() (*int64, bool)
GetAdminRotationIntervalDaysOk returns a tuple with the AdminRotationIntervalDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAdminRotationIntervalDays(v int64)
SetAdminRotationIntervalDays sets AdminRotationIntervalDays field to given value.
func (o *GatewayCreateProducerAws) HasAdminRotationIntervalDays() bool
HasAdminRotationIntervalDays returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAwsAccessKeyId() string
GetAwsAccessKeyId returns the AwsAccessKeyId field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAwsAccessKeyIdOk() (*string, bool)
GetAwsAccessKeyIdOk returns a tuple with the AwsAccessKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAwsAccessKeyId(v string)
SetAwsAccessKeyId sets AwsAccessKeyId field to given value.
func (o *GatewayCreateProducerAws) HasAwsAccessKeyId() bool
HasAwsAccessKeyId returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAwsAccessSecretKey() string
GetAwsAccessSecretKey returns the AwsAccessSecretKey field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAwsAccessSecretKeyOk() (*string, bool)
GetAwsAccessSecretKeyOk returns a tuple with the AwsAccessSecretKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAwsAccessSecretKey(v string)
SetAwsAccessSecretKey sets AwsAccessSecretKey field to given value.
func (o *GatewayCreateProducerAws) HasAwsAccessSecretKey() bool
HasAwsAccessSecretKey returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAwsRoleArns() string
GetAwsRoleArns returns the AwsRoleArns field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAwsRoleArnsOk() (*string, bool)
GetAwsRoleArnsOk returns a tuple with the AwsRoleArns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAwsRoleArns(v string)
SetAwsRoleArns sets AwsRoleArns field to given value.
func (o *GatewayCreateProducerAws) HasAwsRoleArns() bool
HasAwsRoleArns returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAwsUserConsoleAccess() bool
GetAwsUserConsoleAccess returns the AwsUserConsoleAccess field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAwsUserConsoleAccessOk() (*bool, bool)
GetAwsUserConsoleAccessOk returns a tuple with the AwsUserConsoleAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAwsUserConsoleAccess(v bool)
SetAwsUserConsoleAccess sets AwsUserConsoleAccess field to given value.
func (o *GatewayCreateProducerAws) HasAwsUserConsoleAccess() bool
HasAwsUserConsoleAccess returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAwsUserGroups() string
GetAwsUserGroups returns the AwsUserGroups field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAwsUserGroupsOk() (*string, bool)
GetAwsUserGroupsOk returns a tuple with the AwsUserGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAwsUserGroups(v string)
SetAwsUserGroups sets AwsUserGroups field to given value.
func (o *GatewayCreateProducerAws) HasAwsUserGroups() bool
HasAwsUserGroups returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAwsUserPolicies() string
GetAwsUserPolicies returns the AwsUserPolicies field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAwsUserPoliciesOk() (*string, bool)
GetAwsUserPoliciesOk returns a tuple with the AwsUserPolicies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAwsUserPolicies(v string)
SetAwsUserPolicies sets AwsUserPolicies field to given value.
func (o *GatewayCreateProducerAws) HasAwsUserPolicies() bool
HasAwsUserPolicies returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetAwsUserProgrammaticAccess() bool
GetAwsUserProgrammaticAccess returns the AwsUserProgrammaticAccess field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetAwsUserProgrammaticAccessOk() (*bool, bool)
GetAwsUserProgrammaticAccessOk returns a tuple with the AwsUserProgrammaticAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetAwsUserProgrammaticAccess(v bool)
SetAwsUserProgrammaticAccess sets AwsUserProgrammaticAccess field to given value.
func (o *GatewayCreateProducerAws) HasAwsUserProgrammaticAccess() bool
HasAwsUserProgrammaticAccess returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayCreateProducerAws) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetEnableAdminRotation() bool
GetEnableAdminRotation returns the EnableAdminRotation field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetEnableAdminRotationOk() (*bool, bool)
GetEnableAdminRotationOk returns a tuple with the EnableAdminRotation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetEnableAdminRotation(v bool)
SetEnableAdminRotation sets EnableAdminRotation field to given value.
func (o *GatewayCreateProducerAws) HasEnableAdminRotation() bool
HasEnableAdminRotation returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayCreateProducerAws) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayCreateProducerAws) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *GatewayCreateProducerAws) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayCreateProducerAws) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *GatewayCreateProducerAws) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSecureAccessAwsAccountId() string
GetSecureAccessAwsAccountId returns the SecureAccessAwsAccountId field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetSecureAccessAwsAccountIdOk() (*string, bool)
GetSecureAccessAwsAccountIdOk returns a tuple with the SecureAccessAwsAccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetSecureAccessAwsAccountId(v string)
SetSecureAccessAwsAccountId sets SecureAccessAwsAccountId field to given value.
func (o *GatewayCreateProducerAws) HasSecureAccessAwsAccountId() bool
HasSecureAccessAwsAccountId returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSecureAccessAwsNativeCli() bool
GetSecureAccessAwsNativeCli returns the SecureAccessAwsNativeCli field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetSecureAccessAwsNativeCliOk() (*bool, bool)
GetSecureAccessAwsNativeCliOk returns a tuple with the SecureAccessAwsNativeCli field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetSecureAccessAwsNativeCli(v bool)
SetSecureAccessAwsNativeCli sets SecureAccessAwsNativeCli field to given value.
func (o *GatewayCreateProducerAws) HasSecureAccessAwsNativeCli() bool
HasSecureAccessAwsNativeCli returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *GatewayCreateProducerAws) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *GatewayCreateProducerAws) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *GatewayCreateProducerAws) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSecureAccessWebBrowsing() bool
GetSecureAccessWebBrowsing returns the SecureAccessWebBrowsing field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetSecureAccessWebBrowsing(v bool)
SetSecureAccessWebBrowsing sets SecureAccessWebBrowsing field to given value.
func (o *GatewayCreateProducerAws) HasSecureAccessWebBrowsing() bool
HasSecureAccessWebBrowsing returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSecureAccessWebProxy() bool
GetSecureAccessWebProxy returns the SecureAccessWebProxy field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetSecureAccessWebProxy(v bool)
SetSecureAccessWebProxy sets SecureAccessWebProxy field to given value.
func (o *GatewayCreateProducerAws) HasSecureAccessWebProxy() bool
HasSecureAccessWebProxy returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetSessionTags() string
GetSessionTags returns the SessionTags field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetSessionTagsOk() (*string, bool)
GetSessionTagsOk returns a tuple with the SessionTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetSessionTags(v string)
SetSessionTags sets SessionTags field to given value.
func (o *GatewayCreateProducerAws) HasSessionTags() bool
HasSessionTags returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayCreateProducerAws) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayCreateProducerAws) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayCreateProducerAws) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetTransitiveTagKeys() string
GetTransitiveTagKeys returns the TransitiveTagKeys field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) GetTransitiveTagKeysOk() (*string, bool)
GetTransitiveTagKeysOk returns a tuple with the TransitiveTagKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerAws) SetTransitiveTagKeys(v string)
SetTransitiveTagKeys sets TransitiveTagKeys field to given value.
func (o *GatewayCreateProducerAws) HasTransitiveTagKeys() bool
HasTransitiveTagKeys returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayCreateProducerAws) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerAws) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerAws) 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 *GatewayCreateProducerAws) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayCreateProducerAws) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.