Skip to content

Latest commit

 

History

History
675 lines (364 loc) · 21.5 KB

GatewayCreateProducerVenafi.md

File metadata and controls

675 lines (364 loc) · 21.5 KB

GatewayCreateProducerVenafi

Properties

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]
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]

Methods

NewGatewayCreateProducerVenafi

func NewGatewayCreateProducerVenafi(name string, ) *GatewayCreateProducerVenafi

NewGatewayCreateProducerVenafi instantiates a new GatewayCreateProducerVenafi 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

NewGatewayCreateProducerVenafiWithDefaults

func NewGatewayCreateProducerVenafiWithDefaults() *GatewayCreateProducerVenafi

NewGatewayCreateProducerVenafiWithDefaults instantiates a new GatewayCreateProducerVenafi 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

GetAdminRotationIntervalDays

func (o *GatewayCreateProducerVenafi) GetAdminRotationIntervalDays() int64

GetAdminRotationIntervalDays returns the AdminRotationIntervalDays field if non-nil, zero value otherwise.

GetAdminRotationIntervalDaysOk

func (o *GatewayCreateProducerVenafi) 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.

SetAdminRotationIntervalDays

func (o *GatewayCreateProducerVenafi) SetAdminRotationIntervalDays(v int64)

SetAdminRotationIntervalDays sets AdminRotationIntervalDays field to given value.

HasAdminRotationIntervalDays

func (o *GatewayCreateProducerVenafi) HasAdminRotationIntervalDays() bool

HasAdminRotationIntervalDays returns a boolean if a field has been set.

GetAllowSubdomains

func (o *GatewayCreateProducerVenafi) GetAllowSubdomains() bool

GetAllowSubdomains returns the AllowSubdomains field if non-nil, zero value otherwise.

GetAllowSubdomainsOk

func (o *GatewayCreateProducerVenafi) 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.

SetAllowSubdomains

func (o *GatewayCreateProducerVenafi) SetAllowSubdomains(v bool)

SetAllowSubdomains sets AllowSubdomains field to given value.

HasAllowSubdomains

func (o *GatewayCreateProducerVenafi) HasAllowSubdomains() bool

HasAllowSubdomains returns a boolean if a field has been set.

GetAllowedDomains

func (o *GatewayCreateProducerVenafi) GetAllowedDomains() []string

GetAllowedDomains returns the AllowedDomains field if non-nil, zero value otherwise.

GetAllowedDomainsOk

func (o *GatewayCreateProducerVenafi) 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.

SetAllowedDomains

func (o *GatewayCreateProducerVenafi) SetAllowedDomains(v []string)

SetAllowedDomains sets AllowedDomains field to given value.

HasAllowedDomains

func (o *GatewayCreateProducerVenafi) HasAllowedDomains() bool

HasAllowedDomains returns a boolean if a field has been set.

GetAutoGeneratedFolder

func (o *GatewayCreateProducerVenafi) GetAutoGeneratedFolder() string

GetAutoGeneratedFolder returns the AutoGeneratedFolder field if non-nil, zero value otherwise.

GetAutoGeneratedFolderOk

func (o *GatewayCreateProducerVenafi) 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.

SetAutoGeneratedFolder

func (o *GatewayCreateProducerVenafi) SetAutoGeneratedFolder(v string)

SetAutoGeneratedFolder sets AutoGeneratedFolder field to given value.

HasAutoGeneratedFolder

func (o *GatewayCreateProducerVenafi) HasAutoGeneratedFolder() bool

HasAutoGeneratedFolder returns a boolean if a field has been set.

GetDeleteProtection

func (o *GatewayCreateProducerVenafi) GetDeleteProtection() string

GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.

GetDeleteProtectionOk

func (o *GatewayCreateProducerVenafi) 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.

SetDeleteProtection

func (o *GatewayCreateProducerVenafi) SetDeleteProtection(v string)

SetDeleteProtection sets DeleteProtection field to given value.

HasDeleteProtection

func (o *GatewayCreateProducerVenafi) HasDeleteProtection() bool

HasDeleteProtection returns a boolean if a field has been set.

GetEnableAdminRotation

func (o *GatewayCreateProducerVenafi) GetEnableAdminRotation() bool

GetEnableAdminRotation returns the EnableAdminRotation field if non-nil, zero value otherwise.

GetEnableAdminRotationOk

func (o *GatewayCreateProducerVenafi) 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.

SetEnableAdminRotation

func (o *GatewayCreateProducerVenafi) SetEnableAdminRotation(v bool)

SetEnableAdminRotation sets EnableAdminRotation field to given value.

HasEnableAdminRotation

func (o *GatewayCreateProducerVenafi) HasEnableAdminRotation() bool

HasEnableAdminRotation returns a boolean if a field has been set.

GetJson

func (o *GatewayCreateProducerVenafi) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

func (o *GatewayCreateProducerVenafi) 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.

SetJson

func (o *GatewayCreateProducerVenafi) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *GatewayCreateProducerVenafi) HasJson() bool

HasJson returns a boolean if a field has been set.

GetName

func (o *GatewayCreateProducerVenafi) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GatewayCreateProducerVenafi) 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.

SetName

func (o *GatewayCreateProducerVenafi) SetName(v string)

SetName sets Name field to given value.

GetProducerEncryptionKeyName

func (o *GatewayCreateProducerVenafi) GetProducerEncryptionKeyName() string

GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.

GetProducerEncryptionKeyNameOk

func (o *GatewayCreateProducerVenafi) 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.

SetProducerEncryptionKeyName

func (o *GatewayCreateProducerVenafi) SetProducerEncryptionKeyName(v string)

SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.

HasProducerEncryptionKeyName

func (o *GatewayCreateProducerVenafi) HasProducerEncryptionKeyName() bool

HasProducerEncryptionKeyName returns a boolean if a field has been set.

GetRootFirstInChain

func (o *GatewayCreateProducerVenafi) GetRootFirstInChain() bool

GetRootFirstInChain returns the RootFirstInChain field if non-nil, zero value otherwise.

GetRootFirstInChainOk

func (o *GatewayCreateProducerVenafi) 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.

SetRootFirstInChain

func (o *GatewayCreateProducerVenafi) SetRootFirstInChain(v bool)

SetRootFirstInChain sets RootFirstInChain field to given value.

HasRootFirstInChain

func (o *GatewayCreateProducerVenafi) HasRootFirstInChain() bool

HasRootFirstInChain returns a boolean if a field has been set.

GetSignUsingAkeylessPki

func (o *GatewayCreateProducerVenafi) GetSignUsingAkeylessPki() bool

GetSignUsingAkeylessPki returns the SignUsingAkeylessPki field if non-nil, zero value otherwise.

GetSignUsingAkeylessPkiOk

func (o *GatewayCreateProducerVenafi) 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.

SetSignUsingAkeylessPki

func (o *GatewayCreateProducerVenafi) SetSignUsingAkeylessPki(v bool)

SetSignUsingAkeylessPki sets SignUsingAkeylessPki field to given value.

HasSignUsingAkeylessPki

func (o *GatewayCreateProducerVenafi) HasSignUsingAkeylessPki() bool

HasSignUsingAkeylessPki returns a boolean if a field has been set.

GetSignerKeyName

func (o *GatewayCreateProducerVenafi) GetSignerKeyName() string

GetSignerKeyName returns the SignerKeyName field if non-nil, zero value otherwise.

GetSignerKeyNameOk

func (o *GatewayCreateProducerVenafi) 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.

SetSignerKeyName

func (o *GatewayCreateProducerVenafi) SetSignerKeyName(v string)

SetSignerKeyName sets SignerKeyName field to given value.

HasSignerKeyName

func (o *GatewayCreateProducerVenafi) HasSignerKeyName() bool

HasSignerKeyName returns a boolean if a field has been set.

GetStorePrivateKey

func (o *GatewayCreateProducerVenafi) GetStorePrivateKey() bool

GetStorePrivateKey returns the StorePrivateKey field if non-nil, zero value otherwise.

GetStorePrivateKeyOk

func (o *GatewayCreateProducerVenafi) 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.

SetStorePrivateKey

func (o *GatewayCreateProducerVenafi) SetStorePrivateKey(v bool)

SetStorePrivateKey sets StorePrivateKey field to given value.

HasStorePrivateKey

func (o *GatewayCreateProducerVenafi) HasStorePrivateKey() bool

HasStorePrivateKey returns a boolean if a field has been set.

GetTags

func (o *GatewayCreateProducerVenafi) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *GatewayCreateProducerVenafi) 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.

SetTags

func (o *GatewayCreateProducerVenafi) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *GatewayCreateProducerVenafi) HasTags() bool

HasTags returns a boolean if a field has been set.

GetTargetName

func (o *GatewayCreateProducerVenafi) GetTargetName() string

GetTargetName returns the TargetName field if non-nil, zero value otherwise.

GetTargetNameOk

func (o *GatewayCreateProducerVenafi) 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.

SetTargetName

func (o *GatewayCreateProducerVenafi) SetTargetName(v string)

SetTargetName sets TargetName field to given value.

HasTargetName

func (o *GatewayCreateProducerVenafi) HasTargetName() bool

HasTargetName returns a boolean if a field has been set.

GetToken

func (o *GatewayCreateProducerVenafi) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *GatewayCreateProducerVenafi) 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.

SetToken

func (o *GatewayCreateProducerVenafi) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *GatewayCreateProducerVenafi) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *GatewayCreateProducerVenafi) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

func (o *GatewayCreateProducerVenafi) 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.

SetUidToken

func (o *GatewayCreateProducerVenafi) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *GatewayCreateProducerVenafi) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

GetUserTtl

func (o *GatewayCreateProducerVenafi) GetUserTtl() string

GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.

GetUserTtlOk

func (o *GatewayCreateProducerVenafi) 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.

SetUserTtl

func (o *GatewayCreateProducerVenafi) SetUserTtl(v string)

SetUserTtl sets UserTtl field to given value.

HasUserTtl

func (o *GatewayCreateProducerVenafi) HasUserTtl() bool

HasUserTtl returns a boolean if a field has been set.

GetVenafiAccessToken

func (o *GatewayCreateProducerVenafi) GetVenafiAccessToken() string

GetVenafiAccessToken returns the VenafiAccessToken field if non-nil, zero value otherwise.

GetVenafiAccessTokenOk

func (o *GatewayCreateProducerVenafi) 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.

SetVenafiAccessToken

func (o *GatewayCreateProducerVenafi) SetVenafiAccessToken(v string)

SetVenafiAccessToken sets VenafiAccessToken field to given value.

HasVenafiAccessToken

func (o *GatewayCreateProducerVenafi) HasVenafiAccessToken() bool

HasVenafiAccessToken returns a boolean if a field has been set.

GetVenafiApiKey

func (o *GatewayCreateProducerVenafi) GetVenafiApiKey() string

GetVenafiApiKey returns the VenafiApiKey field if non-nil, zero value otherwise.

GetVenafiApiKeyOk

func (o *GatewayCreateProducerVenafi) 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.

SetVenafiApiKey

func (o *GatewayCreateProducerVenafi) SetVenafiApiKey(v string)

SetVenafiApiKey sets VenafiApiKey field to given value.

HasVenafiApiKey

func (o *GatewayCreateProducerVenafi) HasVenafiApiKey() bool

HasVenafiApiKey returns a boolean if a field has been set.

GetVenafiBaseurl

func (o *GatewayCreateProducerVenafi) GetVenafiBaseurl() string

GetVenafiBaseurl returns the VenafiBaseurl field if non-nil, zero value otherwise.

GetVenafiBaseurlOk

func (o *GatewayCreateProducerVenafi) 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.

SetVenafiBaseurl

func (o *GatewayCreateProducerVenafi) SetVenafiBaseurl(v string)

SetVenafiBaseurl sets VenafiBaseurl field to given value.

HasVenafiBaseurl

func (o *GatewayCreateProducerVenafi) HasVenafiBaseurl() bool

HasVenafiBaseurl returns a boolean if a field has been set.

GetVenafiClientId

func (o *GatewayCreateProducerVenafi) GetVenafiClientId() string

GetVenafiClientId returns the VenafiClientId field if non-nil, zero value otherwise.

GetVenafiClientIdOk

func (o *GatewayCreateProducerVenafi) 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.

SetVenafiClientId

func (o *GatewayCreateProducerVenafi) SetVenafiClientId(v string)

SetVenafiClientId sets VenafiClientId field to given value.

HasVenafiClientId

func (o *GatewayCreateProducerVenafi) HasVenafiClientId() bool

HasVenafiClientId returns a boolean if a field has been set.

GetVenafiRefreshToken

func (o *GatewayCreateProducerVenafi) GetVenafiRefreshToken() string

GetVenafiRefreshToken returns the VenafiRefreshToken field if non-nil, zero value otherwise.

GetVenafiRefreshTokenOk

func (o *GatewayCreateProducerVenafi) 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.

SetVenafiRefreshToken

func (o *GatewayCreateProducerVenafi) SetVenafiRefreshToken(v string)

SetVenafiRefreshToken sets VenafiRefreshToken field to given value.

HasVenafiRefreshToken

func (o *GatewayCreateProducerVenafi) HasVenafiRefreshToken() bool

HasVenafiRefreshToken returns a boolean if a field has been set.

GetVenafiUseTpp

func (o *GatewayCreateProducerVenafi) GetVenafiUseTpp() bool

GetVenafiUseTpp returns the VenafiUseTpp field if non-nil, zero value otherwise.

GetVenafiUseTppOk

func (o *GatewayCreateProducerVenafi) 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.

SetVenafiUseTpp

func (o *GatewayCreateProducerVenafi) SetVenafiUseTpp(v bool)

SetVenafiUseTpp sets VenafiUseTpp field to given value.

HasVenafiUseTpp

func (o *GatewayCreateProducerVenafi) HasVenafiUseTpp() bool

HasVenafiUseTpp returns a boolean if a field has been set.

GetVenafiZone

func (o *GatewayCreateProducerVenafi) GetVenafiZone() string

GetVenafiZone returns the VenafiZone field if non-nil, zero value otherwise.

GetVenafiZoneOk

func (o *GatewayCreateProducerVenafi) 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.

SetVenafiZone

func (o *GatewayCreateProducerVenafi) SetVenafiZone(v string)

SetVenafiZone sets VenafiZone field to given value.

HasVenafiZone

func (o *GatewayCreateProducerVenafi) HasVenafiZone() bool

HasVenafiZone returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]