| Name | Type | Description | Notes |
|---|---|---|---|
| CSR | string | ||
| PrivateKey | Pointer to NullableString | [optional] | |
| CertificateAuthority | Pointer to NullableString | [optional] | |
| IncludeChain | Pointer to bool | [optional] | |
| IncludeSubjectHeader | Pointer to bool | [optional] | |
| Metadata | Pointer to map[string]interface{} | [optional] | |
| AdditionalEnrollmentFields | Pointer to map[string]interface{} | [optional] | |
| Timestamp | Pointer to time.Time | [optional] | |
| OwnerRoleId | Pointer to NullableInt32 | [optional] | |
| OwnerRoleName | Pointer to NullableString | [optional] | |
| Template | Pointer to NullableString | [optional] | |
| SANs | Pointer to map[string][]string | [optional] |
func NewEnrollmentCSREnrollmentRequest(cSR string, ) *EnrollmentCSREnrollmentRequest
NewEnrollmentCSREnrollmentRequest instantiates a new EnrollmentCSREnrollmentRequest 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 NewEnrollmentCSREnrollmentRequestWithDefaults() *EnrollmentCSREnrollmentRequest
NewEnrollmentCSREnrollmentRequestWithDefaults instantiates a new EnrollmentCSREnrollmentRequest 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 *EnrollmentCSREnrollmentRequest) GetCSR() string
GetCSR returns the CSR field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) 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 *EnrollmentCSREnrollmentRequest) SetCSR(v string)
SetCSR sets CSR field to given value.
func (o *EnrollmentCSREnrollmentRequest) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSREnrollmentRequest) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetPrivateKeyNil(b bool)
SetPrivateKeyNil sets the value for PrivateKey to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetPrivateKey()
UnsetPrivateKey ensures that no value is present for PrivateKey, not even an explicit nil
func (o *EnrollmentCSREnrollmentRequest) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) 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 *EnrollmentCSREnrollmentRequest) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetCertificateAuthorityNil(b bool)
SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetCertificateAuthority()
UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil
func (o *EnrollmentCSREnrollmentRequest) GetIncludeChain() bool
GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) 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 *EnrollmentCSREnrollmentRequest) SetIncludeChain(v bool)
SetIncludeChain sets IncludeChain field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasIncludeChain() bool
HasIncludeChain returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) GetIncludeSubjectHeader() bool
GetIncludeSubjectHeader returns the IncludeSubjectHeader field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) GetIncludeSubjectHeaderOk() (*bool, bool)
GetIncludeSubjectHeaderOk returns a tuple with the IncludeSubjectHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSREnrollmentRequest) SetIncludeSubjectHeader(v bool)
SetIncludeSubjectHeader sets IncludeSubjectHeader field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasIncludeSubjectHeader() bool
HasIncludeSubjectHeader returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) 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 *EnrollmentCSREnrollmentRequest) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *EnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFields() map[string]interface{}
GetAdditionalEnrollmentFields returns the AdditionalEnrollmentFields field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFieldsOk() (*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 *EnrollmentCSREnrollmentRequest) SetAdditionalEnrollmentFields(v map[string]interface{})
SetAdditionalEnrollmentFields sets AdditionalEnrollmentFields field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasAdditionalEnrollmentFields() bool
HasAdditionalEnrollmentFields returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetAdditionalEnrollmentFieldsNil(b bool)
SetAdditionalEnrollmentFieldsNil sets the value for AdditionalEnrollmentFields to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetAdditionalEnrollmentFields()
UnsetAdditionalEnrollmentFields ensures that no value is present for AdditionalEnrollmentFields, not even an explicit nil
func (o *EnrollmentCSREnrollmentRequest) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) 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 *EnrollmentCSREnrollmentRequest) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleId() int32
GetOwnerRoleId returns the OwnerRoleId field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleIdOk() (*int32, bool)
GetOwnerRoleIdOk returns a tuple with the OwnerRoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleId(v int32)
SetOwnerRoleId sets OwnerRoleId field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasOwnerRoleId() bool
HasOwnerRoleId returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleIdNil(b bool)
SetOwnerRoleIdNil sets the value for OwnerRoleId to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetOwnerRoleId()
UnsetOwnerRoleId ensures that no value is present for OwnerRoleId, not even an explicit nil
func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleName() string
GetOwnerRoleName returns the OwnerRoleName field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleNameOk() (*string, bool)
GetOwnerRoleNameOk returns a tuple with the OwnerRoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleName(v string)
SetOwnerRoleName sets OwnerRoleName field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasOwnerRoleName() bool
HasOwnerRoleName returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleNameNil(b bool)
SetOwnerRoleNameNil sets the value for OwnerRoleName to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetOwnerRoleName()
UnsetOwnerRoleName ensures that no value is present for OwnerRoleName, not even an explicit nil
func (o *EnrollmentCSREnrollmentRequest) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) 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 *EnrollmentCSREnrollmentRequest) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetTemplateNil(b bool)
SetTemplateNil sets the value for Template to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetTemplate()
UnsetTemplate ensures that no value is present for Template, not even an explicit nil
func (o *EnrollmentCSREnrollmentRequest) GetSANs() map[string][]string
GetSANs returns the SANs field if non-nil, zero value otherwise.
func (o *EnrollmentCSREnrollmentRequest) 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 *EnrollmentCSREnrollmentRequest) SetSANs(v map[string][]string)
SetSANs sets SANs field to given value.
func (o *EnrollmentCSREnrollmentRequest) HasSANs() bool
HasSANs returns a boolean if a field has been set.
func (o *EnrollmentCSREnrollmentRequest) SetSANsNil(b bool)
SetSANsNil sets the value for SANs to be an explicit nil
func (o *EnrollmentCSREnrollmentRequest) UnsetSANs()
UnsetSANs ensures that no value is present for SANs, not even an explicit nil