| Name | Type | Description | Notes |
|---|---|---|---|
| Alg | Pointer to string | [optional] | |
| AllowedDomains | string | A list of the allowed domains that clients can request to be included in the certificate (in a comma-delimited list) | |
| DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
| ExtendedKeyUsage | Pointer to string | A comma sepereted list of extended key usage for the intermediate (serverauth / clientauth / codesigning) | [optional] [default to "serverauth,clientauth"] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| KeyType | Pointer to string | [optional] | |
| MaxPathLen | Pointer to int64 | The maximum number of intermediate certificates that can appear in a certification path | [optional] [default to 1] |
| PkiChainName | string | PKI chain name | |
| ProtectionKeyName | Pointer to string | The name of a key that used to encrypt the secrets values (if empty, the account default protectionKey key will be used) | [optional] |
| SplitLevel | Pointer to int64 | The number of fragments that the item will be split into | [optional] [default to 3] |
| Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
| Ttl | string | The maximum requested Time To Live for issued certificate by default in seconds, supported formats are s,m,h,d | |
| UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGenerateCA(allowedDomains string, pkiChainName string, ttl string, ) *GenerateCA
NewGenerateCA instantiates a new GenerateCA 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 NewGenerateCAWithDefaults() *GenerateCA
NewGenerateCAWithDefaults instantiates a new GenerateCA 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 *GenerateCA) GetAlg() string
GetAlg returns the Alg field if non-nil, zero value otherwise.
func (o *GenerateCA) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetAlg(v string)
SetAlg sets Alg field to given value.
func (o *GenerateCA) HasAlg() bool
HasAlg returns a boolean if a field has been set.
func (o *GenerateCA) GetAllowedDomains() string
GetAllowedDomains returns the AllowedDomains field if non-nil, zero value otherwise.
func (o *GenerateCA) 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 *GenerateCA) SetAllowedDomains(v string)
SetAllowedDomains sets AllowedDomains field to given value.
func (o *GenerateCA) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GenerateCA) 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 *GenerateCA) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GenerateCA) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GenerateCA) GetExtendedKeyUsage() string
GetExtendedKeyUsage returns the ExtendedKeyUsage field if non-nil, zero value otherwise.
func (o *GenerateCA) GetExtendedKeyUsageOk() (*string, bool)
GetExtendedKeyUsageOk returns a tuple with the ExtendedKeyUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetExtendedKeyUsage(v string)
SetExtendedKeyUsage sets ExtendedKeyUsage field to given value.
func (o *GenerateCA) HasExtendedKeyUsage() bool
HasExtendedKeyUsage returns a boolean if a field has been set.
func (o *GenerateCA) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GenerateCA) 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 *GenerateCA) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GenerateCA) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GenerateCA) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *GenerateCA) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *GenerateCA) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *GenerateCA) GetMaxPathLen() int64
GetMaxPathLen returns the MaxPathLen field if non-nil, zero value otherwise.
func (o *GenerateCA) GetMaxPathLenOk() (*int64, bool)
GetMaxPathLenOk returns a tuple with the MaxPathLen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetMaxPathLen(v int64)
SetMaxPathLen sets MaxPathLen field to given value.
func (o *GenerateCA) HasMaxPathLen() bool
HasMaxPathLen returns a boolean if a field has been set.
func (o *GenerateCA) GetPkiChainName() string
GetPkiChainName returns the PkiChainName field if non-nil, zero value otherwise.
func (o *GenerateCA) GetPkiChainNameOk() (*string, bool)
GetPkiChainNameOk returns a tuple with the PkiChainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetPkiChainName(v string)
SetPkiChainName sets PkiChainName field to given value.
func (o *GenerateCA) GetProtectionKeyName() string
GetProtectionKeyName returns the ProtectionKeyName field if non-nil, zero value otherwise.
func (o *GenerateCA) GetProtectionKeyNameOk() (*string, bool)
GetProtectionKeyNameOk returns a tuple with the ProtectionKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetProtectionKeyName(v string)
SetProtectionKeyName sets ProtectionKeyName field to given value.
func (o *GenerateCA) HasProtectionKeyName() bool
HasProtectionKeyName returns a boolean if a field has been set.
func (o *GenerateCA) GetSplitLevel() int64
GetSplitLevel returns the SplitLevel field if non-nil, zero value otherwise.
func (o *GenerateCA) GetSplitLevelOk() (*int64, bool)
GetSplitLevelOk returns a tuple with the SplitLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetSplitLevel(v int64)
SetSplitLevel sets SplitLevel field to given value.
func (o *GenerateCA) HasSplitLevel() bool
HasSplitLevel returns a boolean if a field has been set.
func (o *GenerateCA) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GenerateCA) 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 *GenerateCA) SetToken(v string)
SetToken sets Token field to given value.
func (o *GenerateCA) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GenerateCA) GetTtl() string
GetTtl returns the Ttl field if non-nil, zero value otherwise.
func (o *GenerateCA) GetTtlOk() (*string, bool)
GetTtlOk returns a tuple with the Ttl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCA) SetTtl(v string)
SetTtl sets Ttl field to given value.
func (o *GenerateCA) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GenerateCA) 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 *GenerateCA) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GenerateCA) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.