Name | Type | Description | Notes |
---|---|---|---|
CSR | string | ||
CertificateAuthority | Pointer to string | [optional] | |
IncludeChain | Pointer to bool | [optional] | |
Metadata | Pointer to map[string]interface{} | [optional] | |
AdditionalEnrollmentFields | Pointer to map[string]map[string]interface{} | [optional] | |
Timestamp | Pointer to time.Time | [optional] | |
Template | Pointer to string | [optional] | |
SANs | Pointer to map[string][]string | [optional] |
func NewModelsEnrollmentCSREnrollmentRequest(cSR string, ) *ModelsEnrollmentCSREnrollmentRequest
NewModelsEnrollmentCSREnrollmentRequest instantiates a new ModelsEnrollmentCSREnrollmentRequest 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 NewModelsEnrollmentCSREnrollmentRequestWithDefaults() *ModelsEnrollmentCSREnrollmentRequest
NewModelsEnrollmentCSREnrollmentRequestWithDefaults instantiates a new ModelsEnrollmentCSREnrollmentRequest 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 *ModelsEnrollmentCSREnrollmentRequest) GetCSR() string
GetCSR returns the CSR field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetCSROk() (*string, bool)
GetCSROk returns a tuple with the CSR field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) SetCSR(v string)
SetCSR sets CSR field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetCertificateAuthorityOk() (*string, bool)
GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetIncludeChain() bool
GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetIncludeChainOk() (*bool, bool)
GetIncludeChainOk returns a tuple with the IncludeChain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) SetIncludeChain(v bool)
SetIncludeChain sets IncludeChain field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) HasIncludeChain() bool
HasIncludeChain returns a boolean if a field has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFields() map[string]map[string]interface{}
GetAdditionalEnrollmentFields returns the AdditionalEnrollmentFields field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFieldsOk() (*map[string]map[string]interface{}, bool)
GetAdditionalEnrollmentFieldsOk returns a tuple with the AdditionalEnrollmentFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) SetAdditionalEnrollmentFields(v map[string]map[string]interface{})
SetAdditionalEnrollmentFields sets AdditionalEnrollmentFields field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) HasAdditionalEnrollmentFields() bool
HasAdditionalEnrollmentFields returns a boolean if a field has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) 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 *ModelsEnrollmentCSREnrollmentRequest) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *ModelsEnrollmentCSREnrollmentRequest) GetSANs() map[string][]string
GetSANs returns the SANs field if non-nil, zero value otherwise.
func (o *ModelsEnrollmentCSREnrollmentRequest) 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 *ModelsEnrollmentCSREnrollmentRequest) SetSANs(v map[string][]string)
SetSANs sets SANs field to given value.
func (o *ModelsEnrollmentCSREnrollmentRequest) HasSANs() bool
HasSANs returns a boolean if a field has been set.