| Name | Type | Description | Notes |
|---|---|---|---|
| Subject | string | Subject for the requested certificate | |
| KeyType | string | Certificate key type [RSA, ECC, ED448, ED25519] | |
| KeyLength | Pointer to int32 | Size of the certificate key (ex: RSA 1024, 2048, 4096/ECC 256, 384, 521) | [optional] |
| Curve | Pointer to NullableString | The curve used to generate a CSR. | [optional] |
| AlternativeKeyType | Pointer to NullableString | Alternative Certificate key type [ML-DSA-44, ML-DSA-65, ML-DSA-87] | [optional] |
| AlternativeKeyLength | Pointer to NullableInt32 | Size of the alternative certificate key. | [optional] |
| AlternativeCurve | Pointer to NullableString | The alternative curve used to generate a CSR. | [optional] |
| Template | Pointer to NullableString | [optional] | |
| SANs | Pointer to map[string][]string | [optional] |
func NewEnrollmentCSRGenerationRequest(subject string, keyType string, ) *EnrollmentCSRGenerationRequest
NewEnrollmentCSRGenerationRequest instantiates a new EnrollmentCSRGenerationRequest 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 NewEnrollmentCSRGenerationRequestWithDefaults() *EnrollmentCSRGenerationRequest
NewEnrollmentCSRGenerationRequestWithDefaults instantiates a new EnrollmentCSRGenerationRequest 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 *EnrollmentCSRGenerationRequest) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *EnrollmentCSRGenerationRequest) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) 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 *EnrollmentCSRGenerationRequest) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *EnrollmentCSRGenerationRequest) GetKeyLength() int32
GetKeyLength returns the KeyLength field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetKeyLengthOk() (*int32, bool)
GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetKeyLength(v int32)
SetKeyLength sets KeyLength field to given value.
func (o *EnrollmentCSRGenerationRequest) HasKeyLength() bool
HasKeyLength returns a boolean if a field has been set.
func (o *EnrollmentCSRGenerationRequest) GetCurve() string
GetCurve returns the Curve field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetCurveOk() (*string, bool)
GetCurveOk returns a tuple with the Curve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetCurve(v string)
SetCurve sets Curve field to given value.
func (o *EnrollmentCSRGenerationRequest) HasCurve() bool
HasCurve returns a boolean if a field has been set.
func (o *EnrollmentCSRGenerationRequest) SetCurveNil(b bool)
SetCurveNil sets the value for Curve to be an explicit nil
func (o *EnrollmentCSRGenerationRequest) UnsetCurve()
UnsetCurve ensures that no value is present for Curve, not even an explicit nil
func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyType() string
GetAlternativeKeyType returns the AlternativeKeyType field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyTypeOk() (*string, bool)
GetAlternativeKeyTypeOk returns a tuple with the AlternativeKeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyType(v string)
SetAlternativeKeyType sets AlternativeKeyType field to given value.
func (o *EnrollmentCSRGenerationRequest) HasAlternativeKeyType() bool
HasAlternativeKeyType returns a boolean if a field has been set.
func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyTypeNil(b bool)
SetAlternativeKeyTypeNil sets the value for AlternativeKeyType to be an explicit nil
func (o *EnrollmentCSRGenerationRequest) UnsetAlternativeKeyType()
UnsetAlternativeKeyType ensures that no value is present for AlternativeKeyType, not even an explicit nil
func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyLength() int32
GetAlternativeKeyLength returns the AlternativeKeyLength field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyLengthOk() (*int32, bool)
GetAlternativeKeyLengthOk returns a tuple with the AlternativeKeyLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyLength(v int32)
SetAlternativeKeyLength sets AlternativeKeyLength field to given value.
func (o *EnrollmentCSRGenerationRequest) HasAlternativeKeyLength() bool
HasAlternativeKeyLength returns a boolean if a field has been set.
func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyLengthNil(b bool)
SetAlternativeKeyLengthNil sets the value for AlternativeKeyLength to be an explicit nil
func (o *EnrollmentCSRGenerationRequest) UnsetAlternativeKeyLength()
UnsetAlternativeKeyLength ensures that no value is present for AlternativeKeyLength, not even an explicit nil
func (o *EnrollmentCSRGenerationRequest) GetAlternativeCurve() string
GetAlternativeCurve returns the AlternativeCurve field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetAlternativeCurveOk() (*string, bool)
GetAlternativeCurveOk returns a tuple with the AlternativeCurve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetAlternativeCurve(v string)
SetAlternativeCurve sets AlternativeCurve field to given value.
func (o *EnrollmentCSRGenerationRequest) HasAlternativeCurve() bool
HasAlternativeCurve returns a boolean if a field has been set.
func (o *EnrollmentCSRGenerationRequest) SetAlternativeCurveNil(b bool)
SetAlternativeCurveNil sets the value for AlternativeCurve to be an explicit nil
func (o *EnrollmentCSRGenerationRequest) UnsetAlternativeCurve()
UnsetAlternativeCurve ensures that no value is present for AlternativeCurve, not even an explicit nil
func (o *EnrollmentCSRGenerationRequest) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetTemplateOk() (*string, bool)
GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *EnrollmentCSRGenerationRequest) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *EnrollmentCSRGenerationRequest) SetTemplateNil(b bool)
SetTemplateNil sets the value for Template to be an explicit nil
func (o *EnrollmentCSRGenerationRequest) UnsetTemplate()
UnsetTemplate ensures that no value is present for Template, not even an explicit nil
func (o *EnrollmentCSRGenerationRequest) GetSANs() map[string][]string
GetSANs returns the SANs field if non-nil, zero value otherwise.
func (o *EnrollmentCSRGenerationRequest) GetSANsOk() (*map[string][]string, bool)
GetSANsOk returns a tuple with the SANs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSRGenerationRequest) SetSANs(v map[string][]string)
SetSANs sets SANs field to given value.
func (o *EnrollmentCSRGenerationRequest) HasSANs() bool
HasSANs returns a boolean if a field has been set.
func (o *EnrollmentCSRGenerationRequest) SetSANsNil(b bool)
SetSANsNil sets the value for SANs to be an explicit nil
func (o *EnrollmentCSRGenerationRequest) UnsetSANs()
UnsetSANs ensures that no value is present for SANs, not even an explicit nil