Skip to content

Latest commit

 

History

History
386 lines (213 loc) · 13.6 KB

File metadata and controls

386 lines (213 loc) · 13.6 KB

CSSCMSDataModelModelsPkcs10CertificateResponse

Properties

Name Type Description Notes
SerialNumber Pointer to NullableString [optional]
IssuerDN Pointer to NullableString [optional]
Thumbprint Pointer to NullableString [optional]
KeyfactorID Pointer to int32 [optional]
Certificates Pointer to []string [optional]
WorkflowInstanceId Pointer to string [optional]
WorkflowReferenceId Pointer to int64 [optional]
KeyfactorRequestId Pointer to int32 [optional]
RequestDisposition Pointer to NullableString [optional]
DispositionMessage Pointer to NullableString [optional]
EnrollmentContext Pointer to map[string]string [optional]

Methods

NewCSSCMSDataModelModelsPkcs10CertificateResponse

func NewCSSCMSDataModelModelsPkcs10CertificateResponse() *CSSCMSDataModelModelsPkcs10CertificateResponse

NewCSSCMSDataModelModelsPkcs10CertificateResponse instantiates a new CSSCMSDataModelModelsPkcs10CertificateResponse 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

NewCSSCMSDataModelModelsPkcs10CertificateResponseWithDefaults

func NewCSSCMSDataModelModelsPkcs10CertificateResponseWithDefaults() *CSSCMSDataModelModelsPkcs10CertificateResponse

NewCSSCMSDataModelModelsPkcs10CertificateResponseWithDefaults instantiates a new CSSCMSDataModelModelsPkcs10CertificateResponse 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

GetSerialNumber

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.

GetSerialNumberOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSerialNumber

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetSerialNumber(v string)

SetSerialNumber sets SerialNumber field to given value.

HasSerialNumber

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

SetSerialNumberNil

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetSerialNumberNil(b bool)

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

UnsetSerialNumber

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetSerialNumber()

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

GetIssuerDN

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetIssuerDN() string

GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise.

GetIssuerDNOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetIssuerDNOk() (*string, bool)

GetIssuerDNOk returns a tuple with the IssuerDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIssuerDN

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetIssuerDN(v string)

SetIssuerDN sets IssuerDN field to given value.

HasIssuerDN

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasIssuerDN() bool

HasIssuerDN returns a boolean if a field has been set.

SetIssuerDNNil

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetIssuerDNNil(b bool)

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

UnsetIssuerDN

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetIssuerDN()

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

GetThumbprint

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetThumbprint() string

GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.

GetThumbprintOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetThumbprint

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetThumbprint(v string)

SetThumbprint sets Thumbprint field to given value.

HasThumbprint

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

SetThumbprintNil

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetThumbprintNil(b bool)

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

UnsetThumbprint

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

GetKeyfactorID

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorID() int32

GetKeyfactorID returns the KeyfactorID field if non-nil, zero value otherwise.

GetKeyfactorIDOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorIDOk() (*int32, bool)

GetKeyfactorIDOk returns a tuple with the KeyfactorID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeyfactorID

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetKeyfactorID(v int32)

SetKeyfactorID sets KeyfactorID field to given value.

HasKeyfactorID

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasKeyfactorID() bool

HasKeyfactorID returns a boolean if a field has been set.

GetCertificates

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetCertificates() []string

GetCertificates returns the Certificates field if non-nil, zero value otherwise.

GetCertificatesOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetCertificatesOk() (*[]string, bool)

GetCertificatesOk returns a tuple with the Certificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCertificates

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetCertificates(v []string)

SetCertificates sets Certificates field to given value.

HasCertificates

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasCertificates() bool

HasCertificates returns a boolean if a field has been set.

SetCertificatesNil

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetCertificatesNil(b bool)

SetCertificatesNil sets the value for Certificates to be an explicit nil

UnsetCertificates

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetCertificates()

UnsetCertificates ensures that no value is present for Certificates, not even an explicit nil

GetWorkflowInstanceId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowInstanceId() string

GetWorkflowInstanceId returns the WorkflowInstanceId field if non-nil, zero value otherwise.

GetWorkflowInstanceIdOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowInstanceIdOk() (*string, bool)

GetWorkflowInstanceIdOk returns a tuple with the WorkflowInstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWorkflowInstanceId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetWorkflowInstanceId(v string)

SetWorkflowInstanceId sets WorkflowInstanceId field to given value.

HasWorkflowInstanceId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasWorkflowInstanceId() bool

HasWorkflowInstanceId returns a boolean if a field has been set.

GetWorkflowReferenceId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowReferenceId() int64

GetWorkflowReferenceId returns the WorkflowReferenceId field if non-nil, zero value otherwise.

GetWorkflowReferenceIdOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowReferenceIdOk() (*int64, bool)

GetWorkflowReferenceIdOk returns a tuple with the WorkflowReferenceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWorkflowReferenceId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetWorkflowReferenceId(v int64)

SetWorkflowReferenceId sets WorkflowReferenceId field to given value.

HasWorkflowReferenceId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasWorkflowReferenceId() bool

HasWorkflowReferenceId returns a boolean if a field has been set.

GetKeyfactorRequestId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorRequestId() int32

GetKeyfactorRequestId returns the KeyfactorRequestId field if non-nil, zero value otherwise.

GetKeyfactorRequestIdOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorRequestIdOk() (*int32, bool)

GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeyfactorRequestId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetKeyfactorRequestId(v int32)

SetKeyfactorRequestId sets KeyfactorRequestId field to given value.

HasKeyfactorRequestId

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasKeyfactorRequestId() bool

HasKeyfactorRequestId returns a boolean if a field has been set.

GetRequestDisposition

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetRequestDisposition() string

GetRequestDisposition returns the RequestDisposition field if non-nil, zero value otherwise.

GetRequestDispositionOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetRequestDispositionOk() (*string, bool)

GetRequestDispositionOk returns a tuple with the RequestDisposition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequestDisposition

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetRequestDisposition(v string)

SetRequestDisposition sets RequestDisposition field to given value.

HasRequestDisposition

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasRequestDisposition() bool

HasRequestDisposition returns a boolean if a field has been set.

SetRequestDispositionNil

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetRequestDispositionNil(b bool)

SetRequestDispositionNil sets the value for RequestDisposition to be an explicit nil

UnsetRequestDisposition

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetRequestDisposition()

UnsetRequestDisposition ensures that no value is present for RequestDisposition, not even an explicit nil

GetDispositionMessage

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetDispositionMessage() string

GetDispositionMessage returns the DispositionMessage field if non-nil, zero value otherwise.

GetDispositionMessageOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetDispositionMessageOk() (*string, bool)

GetDispositionMessageOk returns a tuple with the DispositionMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDispositionMessage

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetDispositionMessage(v string)

SetDispositionMessage sets DispositionMessage field to given value.

HasDispositionMessage

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasDispositionMessage() bool

HasDispositionMessage returns a boolean if a field has been set.

SetDispositionMessageNil

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetDispositionMessageNil(b bool)

SetDispositionMessageNil sets the value for DispositionMessage to be an explicit nil

UnsetDispositionMessage

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetDispositionMessage()

UnsetDispositionMessage ensures that no value is present for DispositionMessage, not even an explicit nil

GetEnrollmentContext

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetEnrollmentContext() map[string]string

GetEnrollmentContext returns the EnrollmentContext field if non-nil, zero value otherwise.

GetEnrollmentContextOk

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetEnrollmentContextOk() (*map[string]string, bool)

GetEnrollmentContextOk returns a tuple with the EnrollmentContext field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnrollmentContext

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetEnrollmentContext(v map[string]string)

SetEnrollmentContext sets EnrollmentContext field to given value.

HasEnrollmentContext

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasEnrollmentContext() bool

HasEnrollmentContext returns a boolean if a field has been set.

SetEnrollmentContextNil

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetEnrollmentContextNil(b bool)

SetEnrollmentContextNil sets the value for EnrollmentContext to be an explicit nil

UnsetEnrollmentContext

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetEnrollmentContext()

UnsetEnrollmentContext ensures that no value is present for EnrollmentContext, not even an explicit nil

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