| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Thumbprint | Pointer to string | [optional] | |
| SerialNumber | Pointer to string | [optional] | |
| IssuedDN | Pointer to NullableString | [optional] | |
| IssuedCN | Pointer to NullableString | [optional] | |
| ImportDate | Pointer to time.Time | [optional] | |
| NotBefore | Pointer to time.Time | [optional] | |
| NotAfter | Pointer to time.Time | [optional] | |
| IssuerDN | Pointer to NullableString | [optional] | |
| PrincipalId | Pointer to NullableInt32 | [optional] | |
| TemplateId | Pointer to int32 | [optional] | |
| CertState | Pointer to int32 | [optional] | |
| KeySizeInBits | Pointer to int32 | [optional] | |
| KeyType | Pointer to int32 | [optional] | |
| RequesterId | Pointer to int32 | [optional] | |
| IssuedOU | Pointer to NullableString | [optional] | |
| IssuedEmail | Pointer to NullableString | [optional] | |
| KeyUsage | Pointer to int32 | [optional] | |
| SigningAlgorithm | Pointer to string | [optional] | |
| CertStateString | Pointer to string | [optional] | |
| KeyTypeString | Pointer to string | [optional] | |
| RevocationEffDate | Pointer to NullableTime | [optional] | |
| RevocationReason | Pointer to NullableInt32 | [optional] | |
| RevocationComment | Pointer to NullableString | [optional] | |
| CertificateAuthorityId | Pointer to int32 | [optional] | |
| CertificateAuthorityName | Pointer to string | [optional] | |
| TemplateName | Pointer to string | Full template display name. | [optional] |
| ArchivedKey | Pointer to bool | [optional] | |
| HasPrivateKey | Pointer to bool | [optional] | |
| PrincipalName | Pointer to NullableString | [optional] | |
| CertRequestId | Pointer to int32 | [optional] | |
| RequesterName | Pointer to string | [optional] | |
| ContentBytes | Pointer to string | [optional] | |
| ExtendedKeyUsages | Pointer to []ModelsCertificateRetrievalResponseExtendedKeyUsageModel | [optional] | |
| SubjectAltNameElements | Pointer to []ModelsCertificateRetrievalResponseSubjectAlternativeNameModel | [optional] | |
| CRLDistributionPoints | Pointer to []ModelsCertificateRetrievalResponseCRLDistributionPointModel | [optional] | |
| LocationsCount | Pointer to []ModelsCertificateRetrievalResponseLocationCountModel | [optional] | |
| SSLLocations | Pointer to []ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel | [optional] | |
| Locations | Pointer to []ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel | [optional] | |
| Metadata | Pointer to map[string]string | [optional] | |
| CertificateKeyId | Pointer to int32 | [optional] | |
| CARowIndex | Pointer to int64 | [optional] [readonly] | |
| CARecordId | Pointer to string | [optional] | |
| DetailedKeyUsage | Pointer to ModelsCertificateRetrievalResponseDetailedKeyUsageModel | [optional] | |
| KeyRecoverable | Pointer to bool | [optional] | |
| Curve | Pointer to NullableString | [optional] |
func NewModelsCertificateRetrievalResponse() *ModelsCertificateRetrievalResponse
NewModelsCertificateRetrievalResponse instantiates a new ModelsCertificateRetrievalResponse 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 NewModelsCertificateRetrievalResponseWithDefaults() *ModelsCertificateRetrievalResponse
NewModelsCertificateRetrievalResponseWithDefaults instantiates a new ModelsCertificateRetrievalResponse 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 *ModelsCertificateRetrievalResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsCertificateRetrievalResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) 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.
func (o *ModelsCertificateRetrievalResponse) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *ModelsCertificateRetrievalResponse) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) 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.
func (o *ModelsCertificateRetrievalResponse) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *ModelsCertificateRetrievalResponse) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetIssuedDN() string
GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetIssuedDNOk() (*string, bool)
GetIssuedDNOk returns a tuple with the IssuedDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedDN(v string)
SetIssuedDN sets IssuedDN field to given value.
func (o *ModelsCertificateRetrievalResponse) HasIssuedDN() bool
HasIssuedDN returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedDNNil(b bool)
SetIssuedDNNil sets the value for IssuedDN to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetIssuedDN()
UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetIssuedCN() string
GetIssuedCN returns the IssuedCN field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetIssuedCNOk() (*string, bool)
GetIssuedCNOk returns a tuple with the IssuedCN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedCN(v string)
SetIssuedCN sets IssuedCN field to given value.
func (o *ModelsCertificateRetrievalResponse) HasIssuedCN() bool
HasIssuedCN returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedCNNil(b bool)
SetIssuedCNNil sets the value for IssuedCN to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetIssuedCN()
UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetImportDate() time.Time
GetImportDate returns the ImportDate field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetImportDateOk() (*time.Time, bool)
GetImportDateOk returns a tuple with the ImportDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetImportDate(v time.Time)
SetImportDate sets ImportDate field to given value.
func (o *ModelsCertificateRetrievalResponse) HasImportDate() bool
HasImportDate returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetNotBefore() time.Time
GetNotBefore returns the NotBefore field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetNotBeforeOk() (*time.Time, bool)
GetNotBeforeOk returns a tuple with the NotBefore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetNotBefore(v time.Time)
SetNotBefore sets NotBefore field to given value.
func (o *ModelsCertificateRetrievalResponse) HasNotBefore() bool
HasNotBefore returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetNotAfter() time.Time
GetNotAfter returns the NotAfter field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetNotAfterOk() (*time.Time, bool)
GetNotAfterOk returns a tuple with the NotAfter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetNotAfter(v time.Time)
SetNotAfter sets NotAfter field to given value.
func (o *ModelsCertificateRetrievalResponse) HasNotAfter() bool
HasNotAfter returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetIssuerDN() string
GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) 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.
func (o *ModelsCertificateRetrievalResponse) SetIssuerDN(v string)
SetIssuerDN sets IssuerDN field to given value.
func (o *ModelsCertificateRetrievalResponse) HasIssuerDN() bool
HasIssuerDN returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuerDNNil(b bool)
SetIssuerDNNil sets the value for IssuerDN to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetIssuerDN()
UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetPrincipalId() int32
GetPrincipalId returns the PrincipalId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetPrincipalIdOk() (*int32, bool)
GetPrincipalIdOk returns a tuple with the PrincipalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetPrincipalId(v int32)
SetPrincipalId sets PrincipalId field to given value.
func (o *ModelsCertificateRetrievalResponse) HasPrincipalId() bool
HasPrincipalId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetPrincipalIdNil(b bool)
SetPrincipalIdNil sets the value for PrincipalId to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetPrincipalId()
UnsetPrincipalId ensures that no value is present for PrincipalId, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetTemplateIdOk() (*int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *ModelsCertificateRetrievalResponse) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCertState() int32
GetCertState returns the CertState field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCertStateOk() (*int32, bool)
GetCertStateOk returns a tuple with the CertState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCertState(v int32)
SetCertState sets CertState field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCertState() bool
HasCertState returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetKeySizeInBits() int32
GetKeySizeInBits returns the KeySizeInBits field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetKeySizeInBitsOk() (*int32, bool)
GetKeySizeInBitsOk returns a tuple with the KeySizeInBits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetKeySizeInBits(v int32)
SetKeySizeInBits sets KeySizeInBits field to given value.
func (o *ModelsCertificateRetrievalResponse) HasKeySizeInBits() bool
HasKeySizeInBits returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetKeyType() int32
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetKeyTypeOk() (*int32, 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 *ModelsCertificateRetrievalResponse) SetKeyType(v int32)
SetKeyType sets KeyType field to given value.
func (o *ModelsCertificateRetrievalResponse) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetRequesterId() int32
GetRequesterId returns the RequesterId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetRequesterIdOk() (*int32, bool)
GetRequesterIdOk returns a tuple with the RequesterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetRequesterId(v int32)
SetRequesterId sets RequesterId field to given value.
func (o *ModelsCertificateRetrievalResponse) HasRequesterId() bool
HasRequesterId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetIssuedOU() string
GetIssuedOU returns the IssuedOU field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetIssuedOUOk() (*string, bool)
GetIssuedOUOk returns a tuple with the IssuedOU field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedOU(v string)
SetIssuedOU sets IssuedOU field to given value.
func (o *ModelsCertificateRetrievalResponse) HasIssuedOU() bool
HasIssuedOU returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedOUNil(b bool)
SetIssuedOUNil sets the value for IssuedOU to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetIssuedOU()
UnsetIssuedOU ensures that no value is present for IssuedOU, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetIssuedEmail() string
GetIssuedEmail returns the IssuedEmail field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetIssuedEmailOk() (*string, bool)
GetIssuedEmailOk returns a tuple with the IssuedEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedEmail(v string)
SetIssuedEmail sets IssuedEmail field to given value.
func (o *ModelsCertificateRetrievalResponse) HasIssuedEmail() bool
HasIssuedEmail returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetIssuedEmailNil(b bool)
SetIssuedEmailNil sets the value for IssuedEmail to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetIssuedEmail()
UnsetIssuedEmail ensures that no value is present for IssuedEmail, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetKeyUsage() int32
GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetKeyUsageOk() (*int32, bool)
GetKeyUsageOk returns a tuple with the KeyUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetKeyUsage(v int32)
SetKeyUsage sets KeyUsage field to given value.
func (o *ModelsCertificateRetrievalResponse) HasKeyUsage() bool
HasKeyUsage returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetSigningAlgorithm() string
GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetSigningAlgorithmOk() (*string, bool)
GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetSigningAlgorithm(v string)
SetSigningAlgorithm sets SigningAlgorithm field to given value.
func (o *ModelsCertificateRetrievalResponse) HasSigningAlgorithm() bool
HasSigningAlgorithm returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCertStateString() string
GetCertStateString returns the CertStateString field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCertStateStringOk() (*string, bool)
GetCertStateStringOk returns a tuple with the CertStateString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCertStateString(v string)
SetCertStateString sets CertStateString field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCertStateString() bool
HasCertStateString returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetKeyTypeString() string
GetKeyTypeString returns the KeyTypeString field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetKeyTypeStringOk() (*string, bool)
GetKeyTypeStringOk returns a tuple with the KeyTypeString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetKeyTypeString(v string)
SetKeyTypeString sets KeyTypeString field to given value.
func (o *ModelsCertificateRetrievalResponse) HasKeyTypeString() bool
HasKeyTypeString returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetRevocationEffDate() time.Time
GetRevocationEffDate returns the RevocationEffDate field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetRevocationEffDateOk() (*time.Time, bool)
GetRevocationEffDateOk returns a tuple with the RevocationEffDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetRevocationEffDate(v time.Time)
SetRevocationEffDate sets RevocationEffDate field to given value.
func (o *ModelsCertificateRetrievalResponse) HasRevocationEffDate() bool
HasRevocationEffDate returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetRevocationEffDateNil(b bool)
SetRevocationEffDateNil sets the value for RevocationEffDate to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetRevocationEffDate()
UnsetRevocationEffDate ensures that no value is present for RevocationEffDate, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetRevocationReason() int32
GetRevocationReason returns the RevocationReason field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetRevocationReasonOk() (*int32, bool)
GetRevocationReasonOk returns a tuple with the RevocationReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetRevocationReason(v int32)
SetRevocationReason sets RevocationReason field to given value.
func (o *ModelsCertificateRetrievalResponse) HasRevocationReason() bool
HasRevocationReason returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetRevocationReasonNil(b bool)
SetRevocationReasonNil sets the value for RevocationReason to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetRevocationReason()
UnsetRevocationReason ensures that no value is present for RevocationReason, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetRevocationComment() string
GetRevocationComment returns the RevocationComment field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetRevocationCommentOk() (*string, bool)
GetRevocationCommentOk returns a tuple with the RevocationComment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetRevocationComment(v string)
SetRevocationComment sets RevocationComment field to given value.
func (o *ModelsCertificateRetrievalResponse) HasRevocationComment() bool
HasRevocationComment returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetRevocationCommentNil(b bool)
SetRevocationCommentNil sets the value for RevocationComment to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetRevocationComment()
UnsetRevocationComment ensures that no value is present for RevocationComment, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityId() int32
GetCertificateAuthorityId returns the CertificateAuthorityId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityIdOk() (*int32, bool)
GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCertificateAuthorityId(v int32)
SetCertificateAuthorityId sets CertificateAuthorityId field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCertificateAuthorityId() bool
HasCertificateAuthorityId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityName() string
GetCertificateAuthorityName returns the CertificateAuthorityName field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCertificateAuthorityNameOk() (*string, bool)
GetCertificateAuthorityNameOk returns a tuple with the CertificateAuthorityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCertificateAuthorityName(v string)
SetCertificateAuthorityName sets CertificateAuthorityName field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCertificateAuthorityName() bool
HasCertificateAuthorityName returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetTemplateName() string
GetTemplateName returns the TemplateName field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetTemplateName(v string)
SetTemplateName sets TemplateName field to given value.
func (o *ModelsCertificateRetrievalResponse) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetArchivedKey() bool
GetArchivedKey returns the ArchivedKey field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetArchivedKeyOk() (*bool, bool)
GetArchivedKeyOk returns a tuple with the ArchivedKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetArchivedKey(v bool)
SetArchivedKey sets ArchivedKey field to given value.
func (o *ModelsCertificateRetrievalResponse) HasArchivedKey() bool
HasArchivedKey returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetHasPrivateKey() bool
GetHasPrivateKey returns the HasPrivateKey field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetHasPrivateKeyOk() (*bool, bool)
GetHasPrivateKeyOk returns a tuple with the HasPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetHasPrivateKey(v bool)
SetHasPrivateKey sets HasPrivateKey field to given value.
func (o *ModelsCertificateRetrievalResponse) HasHasPrivateKey() bool
HasHasPrivateKey returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetPrincipalName() string
GetPrincipalName returns the PrincipalName field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetPrincipalNameOk() (*string, bool)
GetPrincipalNameOk returns a tuple with the PrincipalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetPrincipalName(v string)
SetPrincipalName sets PrincipalName field to given value.
func (o *ModelsCertificateRetrievalResponse) HasPrincipalName() bool
HasPrincipalName returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetPrincipalNameNil(b bool)
SetPrincipalNameNil sets the value for PrincipalName to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetPrincipalName()
UnsetPrincipalName ensures that no value is present for PrincipalName, not even an explicit nil
func (o *ModelsCertificateRetrievalResponse) GetCertRequestId() int32
GetCertRequestId returns the CertRequestId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCertRequestIdOk() (*int32, bool)
GetCertRequestIdOk returns a tuple with the CertRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCertRequestId(v int32)
SetCertRequestId sets CertRequestId field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCertRequestId() bool
HasCertRequestId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetRequesterName() string
GetRequesterName returns the RequesterName field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetRequesterNameOk() (*string, bool)
GetRequesterNameOk returns a tuple with the RequesterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetRequesterName(v string)
SetRequesterName sets RequesterName field to given value.
func (o *ModelsCertificateRetrievalResponse) HasRequesterName() bool
HasRequesterName returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetContentBytes() string
GetContentBytes returns the ContentBytes field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetContentBytesOk() (*string, bool)
GetContentBytesOk returns a tuple with the ContentBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetContentBytes(v string)
SetContentBytes sets ContentBytes field to given value.
func (o *ModelsCertificateRetrievalResponse) HasContentBytes() bool
HasContentBytes returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetExtendedKeyUsages() []ModelsCertificateRetrievalResponseExtendedKeyUsageModel
GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetExtendedKeyUsagesOk() (*[]ModelsCertificateRetrievalResponseExtendedKeyUsageModel, bool)
GetExtendedKeyUsagesOk returns a tuple with the ExtendedKeyUsages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetExtendedKeyUsages(v []ModelsCertificateRetrievalResponseExtendedKeyUsageModel)
SetExtendedKeyUsages sets ExtendedKeyUsages field to given value.
func (o *ModelsCertificateRetrievalResponse) HasExtendedKeyUsages() bool
HasExtendedKeyUsages returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetSubjectAltNameElements() []ModelsCertificateRetrievalResponseSubjectAlternativeNameModel
GetSubjectAltNameElements returns the SubjectAltNameElements field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetSubjectAltNameElementsOk() (*[]ModelsCertificateRetrievalResponseSubjectAlternativeNameModel, bool)
GetSubjectAltNameElementsOk returns a tuple with the SubjectAltNameElements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetSubjectAltNameElements(v []ModelsCertificateRetrievalResponseSubjectAlternativeNameModel)
SetSubjectAltNameElements sets SubjectAltNameElements field to given value.
func (o *ModelsCertificateRetrievalResponse) HasSubjectAltNameElements() bool
HasSubjectAltNameElements returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCRLDistributionPoints() []ModelsCertificateRetrievalResponseCRLDistributionPointModel
GetCRLDistributionPoints returns the CRLDistributionPoints field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCRLDistributionPointsOk() (*[]ModelsCertificateRetrievalResponseCRLDistributionPointModel, bool)
GetCRLDistributionPointsOk returns a tuple with the CRLDistributionPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCRLDistributionPoints(v []ModelsCertificateRetrievalResponseCRLDistributionPointModel)
SetCRLDistributionPoints sets CRLDistributionPoints field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCRLDistributionPoints() bool
HasCRLDistributionPoints returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetLocationsCount() []ModelsCertificateRetrievalResponseLocationCountModel
GetLocationsCount returns the LocationsCount field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetLocationsCountOk() (*[]ModelsCertificateRetrievalResponseLocationCountModel, bool)
GetLocationsCountOk returns a tuple with the LocationsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetLocationsCount(v []ModelsCertificateRetrievalResponseLocationCountModel)
SetLocationsCount sets LocationsCount field to given value.
func (o *ModelsCertificateRetrievalResponse) HasLocationsCount() bool
HasLocationsCount returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetSSLLocations() []ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel
GetSSLLocations returns the SSLLocations field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetSSLLocationsOk() (*[]ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel, bool)
GetSSLLocationsOk returns a tuple with the SSLLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetSSLLocations(v []ModelsCertificateRetrievalResponseCertificateStoreLocationDetailModel)
SetSSLLocations sets SSLLocations field to given value.
func (o *ModelsCertificateRetrievalResponse) HasSSLLocations() bool
HasSSLLocations returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetLocations() []ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel
GetLocations returns the Locations field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetLocationsOk() (*[]ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel, bool)
GetLocationsOk returns a tuple with the Locations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetLocations(v []ModelsCertificateRetrievalResponseCertificateStoreInventoryItemModel)
SetLocations sets Locations field to given value.
func (o *ModelsCertificateRetrievalResponse) HasLocations() bool
HasLocations returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetMetadataOk() (*map[string]string, 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 *ModelsCertificateRetrievalResponse) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *ModelsCertificateRetrievalResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCertificateKeyId() int32
GetCertificateKeyId returns the CertificateKeyId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCertificateKeyIdOk() (*int32, bool)
GetCertificateKeyIdOk returns a tuple with the CertificateKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCertificateKeyId(v int32)
SetCertificateKeyId sets CertificateKeyId field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCertificateKeyId() bool
HasCertificateKeyId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCARowIndex() int64
GetCARowIndex returns the CARowIndex field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCARowIndexOk() (*int64, bool)
GetCARowIndexOk returns a tuple with the CARowIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCARowIndex(v int64)
SetCARowIndex sets CARowIndex field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCARowIndex() bool
HasCARowIndex returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCARecordId() string
GetCARecordId returns the CARecordId field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetCARecordIdOk() (*string, bool)
GetCARecordIdOk returns a tuple with the CARecordId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetCARecordId(v string)
SetCARecordId sets CARecordId field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCARecordId() bool
HasCARecordId returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetDetailedKeyUsage() ModelsCertificateRetrievalResponseDetailedKeyUsageModel
GetDetailedKeyUsage returns the DetailedKeyUsage field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetDetailedKeyUsageOk() (*ModelsCertificateRetrievalResponseDetailedKeyUsageModel, bool)
GetDetailedKeyUsageOk returns a tuple with the DetailedKeyUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetDetailedKeyUsage(v ModelsCertificateRetrievalResponseDetailedKeyUsageModel)
SetDetailedKeyUsage sets DetailedKeyUsage field to given value.
func (o *ModelsCertificateRetrievalResponse) HasDetailedKeyUsage() bool
HasDetailedKeyUsage returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetKeyRecoverable() bool
GetKeyRecoverable returns the KeyRecoverable field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) GetKeyRecoverableOk() (*bool, bool)
GetKeyRecoverableOk returns a tuple with the KeyRecoverable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateRetrievalResponse) SetKeyRecoverable(v bool)
SetKeyRecoverable sets KeyRecoverable field to given value.
func (o *ModelsCertificateRetrievalResponse) HasKeyRecoverable() bool
HasKeyRecoverable returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) GetCurve() string
GetCurve returns the Curve field if non-nil, zero value otherwise.
func (o *ModelsCertificateRetrievalResponse) 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 *ModelsCertificateRetrievalResponse) SetCurve(v string)
SetCurve sets Curve field to given value.
func (o *ModelsCertificateRetrievalResponse) HasCurve() bool
HasCurve returns a boolean if a field has been set.
func (o *ModelsCertificateRetrievalResponse) SetCurveNil(b bool)
SetCurveNil sets the value for Curve to be an explicit nil
func (o *ModelsCertificateRetrievalResponse) UnsetCurve()
UnsetCurve ensures that no value is present for Curve, not even an explicit nil