Name | Type | Description | Notes |
---|---|---|---|
AdminRotationIntervalDays | Pointer to int64 | Admin credentials rotation interval (days) | [optional] [default to 0] |
AllowSubdomains | Pointer to bool | Allow subdomains | [optional] |
AllowedDomains | Pointer to []string | Allowed domains | [optional] |
AutoGeneratedFolder | Pointer to string | Auto generated folder | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | Pointer to string | Description of the object | [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 | |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
RootFirstInChain | Pointer to bool | Root first in chain | [optional] |
SignUsingAkeylessPki | Pointer to bool | Use Akeyless PKI issuer or Venafi issuer | [optional] |
SignerKeyName | Pointer to string | Signer key name | [optional] |
StorePrivateKey | Pointer to bool | Store private key | [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] |
UserTtl | Pointer to string | User TTL in time.Duration format (2160h / 129600m / etc...). When using sign-using-akeyless-pki certificates created will have this validity period, otherwise the user-ttl is taken from the Validity Period field of the Zone's' Issuing Template. When using cert-manager it is advised to have a TTL of above 60 days (1440h). For more information - https://cert-manager.io/docs/usage/certificate/ | [optional] [default to "2160h"] |
VenafiAccessToken | Pointer to string | Venafi Access Token to use to access the TPP environment (Relevant when using TPP) | [optional] |
VenafiApiKey | Pointer to string | Venafi API key | [optional] |
VenafiBaseurl | Pointer to string | Venafi Baseurl | [optional] |
VenafiClientId | Pointer to string | Venafi Client ID that was used when the access token was generated | [optional] [default to "akeyless"] |
VenafiRefreshToken | Pointer to string | Venafi Refresh Token to use when the Access Token is expired (Relevant when using TPP) | [optional] |
VenafiUseTpp | Pointer to bool | Venafi using TPP | [optional] |
VenafiZone | Pointer to string | Venafi Zone | [optional] |
func NewDynamicSecretCreateVenafi(name string, ) *DynamicSecretCreateVenafi
NewDynamicSecretCreateVenafi instantiates a new DynamicSecretCreateVenafi 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 NewDynamicSecretCreateVenafiWithDefaults() *DynamicSecretCreateVenafi
NewDynamicSecretCreateVenafiWithDefaults instantiates a new DynamicSecretCreateVenafi 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 *DynamicSecretCreateVenafi) GetAdminRotationIntervalDays() int64
GetAdminRotationIntervalDays returns the AdminRotationIntervalDays field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetAdminRotationIntervalDays(v int64)
SetAdminRotationIntervalDays sets AdminRotationIntervalDays field to given value.
func (o *DynamicSecretCreateVenafi) HasAdminRotationIntervalDays() bool
HasAdminRotationIntervalDays returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetAllowSubdomains() bool
GetAllowSubdomains returns the AllowSubdomains field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetAllowSubdomainsOk() (*bool, bool)
GetAllowSubdomainsOk returns a tuple with the AllowSubdomains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetAllowSubdomains(v bool)
SetAllowSubdomains sets AllowSubdomains field to given value.
func (o *DynamicSecretCreateVenafi) HasAllowSubdomains() bool
HasAllowSubdomains returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetAllowedDomains() []string
GetAllowedDomains returns the AllowedDomains field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetAllowedDomainsOk() (*[]string, bool)
GetAllowedDomainsOk returns a tuple with the AllowedDomains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetAllowedDomains(v []string)
SetAllowedDomains sets AllowedDomains field to given value.
func (o *DynamicSecretCreateVenafi) HasAllowedDomains() bool
HasAllowedDomains returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetAutoGeneratedFolder() string
GetAutoGeneratedFolder returns the AutoGeneratedFolder field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetAutoGeneratedFolderOk() (*string, bool)
GetAutoGeneratedFolderOk returns a tuple with the AutoGeneratedFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetAutoGeneratedFolder(v string)
SetAutoGeneratedFolder sets AutoGeneratedFolder field to given value.
func (o *DynamicSecretCreateVenafi) HasAutoGeneratedFolder() bool
HasAutoGeneratedFolder returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *DynamicSecretCreateVenafi) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DynamicSecretCreateVenafi) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetEnableAdminRotation() bool
GetEnableAdminRotation returns the EnableAdminRotation field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetEnableAdminRotation(v bool)
SetEnableAdminRotation sets EnableAdminRotation field to given value.
func (o *DynamicSecretCreateVenafi) HasEnableAdminRotation() bool
HasEnableAdminRotation returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DynamicSecretCreateVenafi) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetName(v string)
SetName sets Name field to given value.
func (o *DynamicSecretCreateVenafi) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *DynamicSecretCreateVenafi) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetRootFirstInChain() bool
GetRootFirstInChain returns the RootFirstInChain field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetRootFirstInChainOk() (*bool, bool)
GetRootFirstInChainOk returns a tuple with the RootFirstInChain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetRootFirstInChain(v bool)
SetRootFirstInChain sets RootFirstInChain field to given value.
func (o *DynamicSecretCreateVenafi) HasRootFirstInChain() bool
HasRootFirstInChain returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetSignUsingAkeylessPki() bool
GetSignUsingAkeylessPki returns the SignUsingAkeylessPki field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetSignUsingAkeylessPkiOk() (*bool, bool)
GetSignUsingAkeylessPkiOk returns a tuple with the SignUsingAkeylessPki field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetSignUsingAkeylessPki(v bool)
SetSignUsingAkeylessPki sets SignUsingAkeylessPki field to given value.
func (o *DynamicSecretCreateVenafi) HasSignUsingAkeylessPki() bool
HasSignUsingAkeylessPki returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetSignerKeyName() string
GetSignerKeyName returns the SignerKeyName field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetSignerKeyNameOk() (*string, bool)
GetSignerKeyNameOk returns a tuple with the SignerKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetSignerKeyName(v string)
SetSignerKeyName sets SignerKeyName field to given value.
func (o *DynamicSecretCreateVenafi) HasSignerKeyName() bool
HasSignerKeyName returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetStorePrivateKey() bool
GetStorePrivateKey returns the StorePrivateKey field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetStorePrivateKeyOk() (*bool, bool)
GetStorePrivateKeyOk returns a tuple with the StorePrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetStorePrivateKey(v bool)
SetStorePrivateKey sets StorePrivateKey field to given value.
func (o *DynamicSecretCreateVenafi) HasStorePrivateKey() bool
HasStorePrivateKey returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *DynamicSecretCreateVenafi) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *DynamicSecretCreateVenafi) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetToken(v string)
SetToken sets Token field to given value.
func (o *DynamicSecretCreateVenafi) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DynamicSecretCreateVenafi) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) 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 *DynamicSecretCreateVenafi) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *DynamicSecretCreateVenafi) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetVenafiAccessToken() string
GetVenafiAccessToken returns the VenafiAccessToken field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetVenafiAccessTokenOk() (*string, bool)
GetVenafiAccessTokenOk returns a tuple with the VenafiAccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetVenafiAccessToken(v string)
SetVenafiAccessToken sets VenafiAccessToken field to given value.
func (o *DynamicSecretCreateVenafi) HasVenafiAccessToken() bool
HasVenafiAccessToken returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetVenafiApiKey() string
GetVenafiApiKey returns the VenafiApiKey field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetVenafiApiKeyOk() (*string, bool)
GetVenafiApiKeyOk returns a tuple with the VenafiApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetVenafiApiKey(v string)
SetVenafiApiKey sets VenafiApiKey field to given value.
func (o *DynamicSecretCreateVenafi) HasVenafiApiKey() bool
HasVenafiApiKey returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetVenafiBaseurl() string
GetVenafiBaseurl returns the VenafiBaseurl field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetVenafiBaseurlOk() (*string, bool)
GetVenafiBaseurlOk returns a tuple with the VenafiBaseurl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetVenafiBaseurl(v string)
SetVenafiBaseurl sets VenafiBaseurl field to given value.
func (o *DynamicSecretCreateVenafi) HasVenafiBaseurl() bool
HasVenafiBaseurl returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetVenafiClientId() string
GetVenafiClientId returns the VenafiClientId field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetVenafiClientIdOk() (*string, bool)
GetVenafiClientIdOk returns a tuple with the VenafiClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetVenafiClientId(v string)
SetVenafiClientId sets VenafiClientId field to given value.
func (o *DynamicSecretCreateVenafi) HasVenafiClientId() bool
HasVenafiClientId returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetVenafiRefreshToken() string
GetVenafiRefreshToken returns the VenafiRefreshToken field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetVenafiRefreshTokenOk() (*string, bool)
GetVenafiRefreshTokenOk returns a tuple with the VenafiRefreshToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetVenafiRefreshToken(v string)
SetVenafiRefreshToken sets VenafiRefreshToken field to given value.
func (o *DynamicSecretCreateVenafi) HasVenafiRefreshToken() bool
HasVenafiRefreshToken returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetVenafiUseTpp() bool
GetVenafiUseTpp returns the VenafiUseTpp field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetVenafiUseTppOk() (*bool, bool)
GetVenafiUseTppOk returns a tuple with the VenafiUseTpp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetVenafiUseTpp(v bool)
SetVenafiUseTpp sets VenafiUseTpp field to given value.
func (o *DynamicSecretCreateVenafi) HasVenafiUseTpp() bool
HasVenafiUseTpp returns a boolean if a field has been set.
func (o *DynamicSecretCreateVenafi) GetVenafiZone() string
GetVenafiZone returns the VenafiZone field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateVenafi) GetVenafiZoneOk() (*string, bool)
GetVenafiZoneOk returns a tuple with the VenafiZone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateVenafi) SetVenafiZone(v string)
SetVenafiZone sets VenafiZone field to given value.
func (o *DynamicSecretCreateVenafi) HasVenafiZone() bool
HasVenafiZone returns a boolean if a field has been set.