| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Thumbprint | Pointer to NullableString | [optional] | |
| SerialNumber | Pointer to NullableString | [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] | |
| OwnerRoleId | Pointer to NullableInt32 | [optional] | |
| OwnerRoleName | Pointer to NullableString | [optional] | |
| TemplateId | Pointer to NullableInt32 | [optional] | |
| CertState | Pointer to KeyfactorPKIEnumsCertificateState | [optional] | |
| KeySizeInBits | Pointer to int32 | [optional] | |
| KeyType | Pointer to KeyfactorPKIEnumsEncryptionKeyType | [optional] | |
| AltKeySizeInBits | Pointer to int32 | [optional] | |
| AltKeyType | Pointer to KeyfactorPKIEnumsEncryptionKeyType | [optional] | |
| RequesterId | Pointer to NullableInt32 | [optional] | |
| IssuedOU | Pointer to NullableString | [optional] | |
| IssuedEmail | Pointer to NullableString | [optional] | |
| KeyUsage | Pointer to NullableInt32 | [optional] | |
| SigningAlgorithm | Pointer to NullableString | [optional] | |
| AltSigningAlgorithm | Pointer to NullableString | [optional] | |
| CertStateString | Pointer to NullableString | [optional] | |
| KeyTypeString | Pointer to NullableString | [optional] | |
| AltKeyTypeString | Pointer to NullableString | [optional] | |
| RevocationEffDate | Pointer to NullableTime | [optional] | |
| RevocationReason | Pointer to KeyfactorPKIEnumsRevokeCode | [optional] | |
| RevocationComment | Pointer to NullableString | [optional] | |
| CertificateAuthorityId | Pointer to NullableInt32 | [optional] | |
| CertificateAuthorityName | Pointer to NullableString | [optional] | |
| TemplateName | Pointer to NullableString | Full template display name. | [optional] |
| ArchivedKey | Pointer to bool | [optional] | |
| HasPrivateKey | Pointer to bool | [optional] | |
| HasAltPrivateKey | Pointer to bool | [optional] | |
| PrincipalName | Pointer to NullableString | [optional] | |
| CertRequestId | Pointer to NullableInt32 | [optional] | |
| RequesterName | Pointer to NullableString | [optional] | |
| ContentBytes | Pointer to NullableString | [optional] | |
| ExtendedKeyUsages | Pointer to []CertificatesCertificateRetrievalResponseExtendedKeyUsageModel | [optional] | |
| SubjectAltNameElements | Pointer to []CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel | [optional] | |
| CRLDistributionPoints | Pointer to []CertificatesCertificateRetrievalResponseCRLDistributionPointModel | [optional] | |
| LocationsCount | Pointer to []CertificatesCertificateRetrievalResponseLocationCountModel | [optional] | |
| SSLLocations | Pointer to []CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel | [optional] | |
| Locations | Pointer to []CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel | [optional] | |
| Metadata | Pointer to map[string]string | [optional] | |
| CARowIndex | Pointer to NullableInt64 | [optional] [readonly] | |
| CARecordId | Pointer to NullableString | [optional] | |
| DetailedKeyUsage | Pointer to CertificatesCertificateRetrievalResponseDetailedKeyUsageModel | [optional] | |
| KeyRecoverable | Pointer to bool | [optional] | |
| Curve | Pointer to NullableString | [optional] |
func NewCertificatesCertificateRetrievalResponse() *CertificatesCertificateRetrievalResponse
NewCertificatesCertificateRetrievalResponse instantiates a new CertificatesCertificateRetrievalResponse 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 NewCertificatesCertificateRetrievalResponseWithDefaults() *CertificatesCertificateRetrievalResponse
NewCertificatesCertificateRetrievalResponseWithDefaults instantiates a new CertificatesCertificateRetrievalResponse 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 *CertificatesCertificateRetrievalResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetThumbprintNil(b bool)
SetThumbprintNil sets the value for Thumbprint to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetThumbprint()
UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetSerialNumberNil(b bool)
SetSerialNumberNil sets the value for SerialNumber to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetSerialNumber()
UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetIssuedDN() string
GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetIssuedDN(v string)
SetIssuedDN sets IssuedDN field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasIssuedDN() bool
HasIssuedDN returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetIssuedDNNil(b bool)
SetIssuedDNNil sets the value for IssuedDN to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedDN()
UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetIssuedCN() string
GetIssuedCN returns the IssuedCN field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetIssuedCN(v string)
SetIssuedCN sets IssuedCN field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasIssuedCN() bool
HasIssuedCN returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetIssuedCNNil(b bool)
SetIssuedCNNil sets the value for IssuedCN to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedCN()
UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetImportDate() time.Time
GetImportDate returns the ImportDate field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetImportDate(v time.Time)
SetImportDate sets ImportDate field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasImportDate() bool
HasImportDate returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetNotBefore() time.Time
GetNotBefore returns the NotBefore field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetNotBefore(v time.Time)
SetNotBefore sets NotBefore field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasNotBefore() bool
HasNotBefore returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetNotAfter() time.Time
GetNotAfter returns the NotAfter field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetNotAfter(v time.Time)
SetNotAfter sets NotAfter field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasNotAfter() bool
HasNotAfter returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetIssuerDN() string
GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetIssuerDN(v string)
SetIssuerDN sets IssuerDN field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasIssuerDN() bool
HasIssuerDN returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetIssuerDNNil(b bool)
SetIssuerDNNil sets the value for IssuerDN to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetIssuerDN()
UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetPrincipalId() int32
GetPrincipalId returns the PrincipalId field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetPrincipalId(v int32)
SetPrincipalId sets PrincipalId field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasPrincipalId() bool
HasPrincipalId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetPrincipalIdNil(b bool)
SetPrincipalIdNil sets the value for PrincipalId to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetPrincipalId()
UnsetPrincipalId ensures that no value is present for PrincipalId, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetOwnerRoleId() int32
GetOwnerRoleId returns the OwnerRoleId field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetOwnerRoleId(v int32)
SetOwnerRoleId sets OwnerRoleId field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasOwnerRoleId() bool
HasOwnerRoleId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetOwnerRoleIdNil(b bool)
SetOwnerRoleIdNil sets the value for OwnerRoleId to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetOwnerRoleId()
UnsetOwnerRoleId ensures that no value is present for OwnerRoleId, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetOwnerRoleName() string
GetOwnerRoleName returns the OwnerRoleName field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetOwnerRoleName(v string)
SetOwnerRoleName sets OwnerRoleName field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasOwnerRoleName() bool
HasOwnerRoleName returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetOwnerRoleNameNil(b bool)
SetOwnerRoleNameNil sets the value for OwnerRoleName to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetOwnerRoleName()
UnsetOwnerRoleName ensures that no value is present for OwnerRoleName, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetTemplateIdNil(b bool)
SetTemplateIdNil sets the value for TemplateId to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetTemplateId()
UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCertState() KeyfactorPKIEnumsCertificateState
GetCertState returns the CertState field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetCertStateOk() (*KeyfactorPKIEnumsCertificateState, 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 *CertificatesCertificateRetrievalResponse) SetCertState(v KeyfactorPKIEnumsCertificateState)
SetCertState sets CertState field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCertState() bool
HasCertState returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetKeySizeInBits() int32
GetKeySizeInBits returns the KeySizeInBits field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetKeySizeInBits(v int32)
SetKeySizeInBits sets KeySizeInBits field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasKeySizeInBits() bool
HasKeySizeInBits returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetKeyType() KeyfactorPKIEnumsEncryptionKeyType
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetKeyTypeOk() (*KeyfactorPKIEnumsEncryptionKeyType, 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 *CertificatesCertificateRetrievalResponse) SetKeyType(v KeyfactorPKIEnumsEncryptionKeyType)
SetKeyType sets KeyType field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetAltKeySizeInBits() int32
GetAltKeySizeInBits returns the AltKeySizeInBits field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetAltKeySizeInBitsOk() (*int32, bool)
GetAltKeySizeInBitsOk returns a tuple with the AltKeySizeInBits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponse) SetAltKeySizeInBits(v int32)
SetAltKeySizeInBits sets AltKeySizeInBits field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasAltKeySizeInBits() bool
HasAltKeySizeInBits returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetAltKeyType() KeyfactorPKIEnumsEncryptionKeyType
GetAltKeyType returns the AltKeyType field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetAltKeyTypeOk() (*KeyfactorPKIEnumsEncryptionKeyType, bool)
GetAltKeyTypeOk returns a tuple with the AltKeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponse) SetAltKeyType(v KeyfactorPKIEnumsEncryptionKeyType)
SetAltKeyType sets AltKeyType field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasAltKeyType() bool
HasAltKeyType returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetRequesterId() int32
GetRequesterId returns the RequesterId field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetRequesterId(v int32)
SetRequesterId sets RequesterId field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasRequesterId() bool
HasRequesterId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetRequesterIdNil(b bool)
SetRequesterIdNil sets the value for RequesterId to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetRequesterId()
UnsetRequesterId ensures that no value is present for RequesterId, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetIssuedOU() string
GetIssuedOU returns the IssuedOU field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetIssuedOU(v string)
SetIssuedOU sets IssuedOU field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasIssuedOU() bool
HasIssuedOU returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetIssuedOUNil(b bool)
SetIssuedOUNil sets the value for IssuedOU to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedOU()
UnsetIssuedOU ensures that no value is present for IssuedOU, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetIssuedEmail() string
GetIssuedEmail returns the IssuedEmail field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetIssuedEmail(v string)
SetIssuedEmail sets IssuedEmail field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasIssuedEmail() bool
HasIssuedEmail returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetIssuedEmailNil(b bool)
SetIssuedEmailNil sets the value for IssuedEmail to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedEmail()
UnsetIssuedEmail ensures that no value is present for IssuedEmail, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetKeyUsage() int32
GetKeyUsage returns the KeyUsage field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetKeyUsage(v int32)
SetKeyUsage sets KeyUsage field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasKeyUsage() bool
HasKeyUsage returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetKeyUsageNil(b bool)
SetKeyUsageNil sets the value for KeyUsage to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetKeyUsage()
UnsetKeyUsage ensures that no value is present for KeyUsage, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetSigningAlgorithm() string
GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetSigningAlgorithm(v string)
SetSigningAlgorithm sets SigningAlgorithm field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasSigningAlgorithm() bool
HasSigningAlgorithm returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetSigningAlgorithmNil(b bool)
SetSigningAlgorithmNil sets the value for SigningAlgorithm to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetSigningAlgorithm()
UnsetSigningAlgorithm ensures that no value is present for SigningAlgorithm, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetAltSigningAlgorithm() string
GetAltSigningAlgorithm returns the AltSigningAlgorithm field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetAltSigningAlgorithmOk() (*string, bool)
GetAltSigningAlgorithmOk returns a tuple with the AltSigningAlgorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponse) SetAltSigningAlgorithm(v string)
SetAltSigningAlgorithm sets AltSigningAlgorithm field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasAltSigningAlgorithm() bool
HasAltSigningAlgorithm returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetAltSigningAlgorithmNil(b bool)
SetAltSigningAlgorithmNil sets the value for AltSigningAlgorithm to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetAltSigningAlgorithm()
UnsetAltSigningAlgorithm ensures that no value is present for AltSigningAlgorithm, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCertStateString() string
GetCertStateString returns the CertStateString field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetCertStateString(v string)
SetCertStateString sets CertStateString field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCertStateString() bool
HasCertStateString returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCertStateStringNil(b bool)
SetCertStateStringNil sets the value for CertStateString to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCertStateString()
UnsetCertStateString ensures that no value is present for CertStateString, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetKeyTypeString() string
GetKeyTypeString returns the KeyTypeString field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetKeyTypeString(v string)
SetKeyTypeString sets KeyTypeString field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasKeyTypeString() bool
HasKeyTypeString returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetKeyTypeStringNil(b bool)
SetKeyTypeStringNil sets the value for KeyTypeString to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetKeyTypeString()
UnsetKeyTypeString ensures that no value is present for KeyTypeString, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetAltKeyTypeString() string
GetAltKeyTypeString returns the AltKeyTypeString field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetAltKeyTypeStringOk() (*string, bool)
GetAltKeyTypeStringOk returns a tuple with the AltKeyTypeString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponse) SetAltKeyTypeString(v string)
SetAltKeyTypeString sets AltKeyTypeString field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasAltKeyTypeString() bool
HasAltKeyTypeString returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetAltKeyTypeStringNil(b bool)
SetAltKeyTypeStringNil sets the value for AltKeyTypeString to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetAltKeyTypeString()
UnsetAltKeyTypeString ensures that no value is present for AltKeyTypeString, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetRevocationEffDate() time.Time
GetRevocationEffDate returns the RevocationEffDate field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetRevocationEffDate(v time.Time)
SetRevocationEffDate sets RevocationEffDate field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasRevocationEffDate() bool
HasRevocationEffDate returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetRevocationEffDateNil(b bool)
SetRevocationEffDateNil sets the value for RevocationEffDate to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetRevocationEffDate()
UnsetRevocationEffDate ensures that no value is present for RevocationEffDate, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetRevocationReason() KeyfactorPKIEnumsRevokeCode
GetRevocationReason returns the RevocationReason field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetRevocationReasonOk() (*KeyfactorPKIEnumsRevokeCode, 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 *CertificatesCertificateRetrievalResponse) SetRevocationReason(v KeyfactorPKIEnumsRevokeCode)
SetRevocationReason sets RevocationReason field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasRevocationReason() bool
HasRevocationReason returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetRevocationComment() string
GetRevocationComment returns the RevocationComment field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetRevocationComment(v string)
SetRevocationComment sets RevocationComment field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasRevocationComment() bool
HasRevocationComment returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetRevocationCommentNil(b bool)
SetRevocationCommentNil sets the value for RevocationComment to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetRevocationComment()
UnsetRevocationComment ensures that no value is present for RevocationComment, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCertificateAuthorityId() int32
GetCertificateAuthorityId returns the CertificateAuthorityId field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityId(v int32)
SetCertificateAuthorityId sets CertificateAuthorityId field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCertificateAuthorityId() bool
HasCertificateAuthorityId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityIdNil(b bool)
SetCertificateAuthorityIdNil sets the value for CertificateAuthorityId to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCertificateAuthorityId()
UnsetCertificateAuthorityId ensures that no value is present for CertificateAuthorityId, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCertificateAuthorityName() string
GetCertificateAuthorityName returns the CertificateAuthorityName field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityName(v string)
SetCertificateAuthorityName sets CertificateAuthorityName field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCertificateAuthorityName() bool
HasCertificateAuthorityName returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityNameNil(b bool)
SetCertificateAuthorityNameNil sets the value for CertificateAuthorityName to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCertificateAuthorityName()
UnsetCertificateAuthorityName ensures that no value is present for CertificateAuthorityName, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetTemplateName() string
GetTemplateName returns the TemplateName field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetTemplateName(v string)
SetTemplateName sets TemplateName field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasTemplateName() bool
HasTemplateName returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetTemplateNameNil(b bool)
SetTemplateNameNil sets the value for TemplateName to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetTemplateName()
UnsetTemplateName ensures that no value is present for TemplateName, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetArchivedKey() bool
GetArchivedKey returns the ArchivedKey field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetArchivedKey(v bool)
SetArchivedKey sets ArchivedKey field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasArchivedKey() bool
HasArchivedKey returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetHasPrivateKey() bool
GetHasPrivateKey returns the HasPrivateKey field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetHasPrivateKey(v bool)
SetHasPrivateKey sets HasPrivateKey field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasHasPrivateKey() bool
HasHasPrivateKey returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetHasAltPrivateKey() bool
GetHasAltPrivateKey returns the HasAltPrivateKey field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetHasAltPrivateKeyOk() (*bool, bool)
GetHasAltPrivateKeyOk returns a tuple with the HasAltPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificatesCertificateRetrievalResponse) SetHasAltPrivateKey(v bool)
SetHasAltPrivateKey sets HasAltPrivateKey field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasHasAltPrivateKey() bool
HasHasAltPrivateKey returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetPrincipalName() string
GetPrincipalName returns the PrincipalName field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetPrincipalName(v string)
SetPrincipalName sets PrincipalName field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasPrincipalName() bool
HasPrincipalName returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetPrincipalNameNil(b bool)
SetPrincipalNameNil sets the value for PrincipalName to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetPrincipalName()
UnsetPrincipalName ensures that no value is present for PrincipalName, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCertRequestId() int32
GetCertRequestId returns the CertRequestId field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetCertRequestId(v int32)
SetCertRequestId sets CertRequestId field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCertRequestId() bool
HasCertRequestId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCertRequestIdNil(b bool)
SetCertRequestIdNil sets the value for CertRequestId to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCertRequestId()
UnsetCertRequestId ensures that no value is present for CertRequestId, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetRequesterName() string
GetRequesterName returns the RequesterName field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetRequesterName(v string)
SetRequesterName sets RequesterName field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasRequesterName() bool
HasRequesterName returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetRequesterNameNil(b bool)
SetRequesterNameNil sets the value for RequesterName to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetRequesterName()
UnsetRequesterName ensures that no value is present for RequesterName, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetContentBytes() string
GetContentBytes returns the ContentBytes field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetContentBytes(v string)
SetContentBytes sets ContentBytes field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasContentBytes() bool
HasContentBytes returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetContentBytesNil(b bool)
SetContentBytesNil sets the value for ContentBytes to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetContentBytes()
UnsetContentBytes ensures that no value is present for ContentBytes, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetExtendedKeyUsages() []CertificatesCertificateRetrievalResponseExtendedKeyUsageModel
GetExtendedKeyUsages returns the ExtendedKeyUsages field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetExtendedKeyUsagesOk() (*[]CertificatesCertificateRetrievalResponseExtendedKeyUsageModel, 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 *CertificatesCertificateRetrievalResponse) SetExtendedKeyUsages(v []CertificatesCertificateRetrievalResponseExtendedKeyUsageModel)
SetExtendedKeyUsages sets ExtendedKeyUsages field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasExtendedKeyUsages() bool
HasExtendedKeyUsages returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetExtendedKeyUsagesNil(b bool)
SetExtendedKeyUsagesNil sets the value for ExtendedKeyUsages to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetExtendedKeyUsages()
UnsetExtendedKeyUsages ensures that no value is present for ExtendedKeyUsages, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetSubjectAltNameElements() []CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel
GetSubjectAltNameElements returns the SubjectAltNameElements field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetSubjectAltNameElementsOk() (*[]CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel, 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 *CertificatesCertificateRetrievalResponse) SetSubjectAltNameElements(v []CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel)
SetSubjectAltNameElements sets SubjectAltNameElements field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasSubjectAltNameElements() bool
HasSubjectAltNameElements returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetSubjectAltNameElementsNil(b bool)
SetSubjectAltNameElementsNil sets the value for SubjectAltNameElements to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetSubjectAltNameElements()
UnsetSubjectAltNameElements ensures that no value is present for SubjectAltNameElements, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCRLDistributionPoints() []CertificatesCertificateRetrievalResponseCRLDistributionPointModel
GetCRLDistributionPoints returns the CRLDistributionPoints field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetCRLDistributionPointsOk() (*[]CertificatesCertificateRetrievalResponseCRLDistributionPointModel, 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 *CertificatesCertificateRetrievalResponse) SetCRLDistributionPoints(v []CertificatesCertificateRetrievalResponseCRLDistributionPointModel)
SetCRLDistributionPoints sets CRLDistributionPoints field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCRLDistributionPoints() bool
HasCRLDistributionPoints returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCRLDistributionPointsNil(b bool)
SetCRLDistributionPointsNil sets the value for CRLDistributionPoints to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCRLDistributionPoints()
UnsetCRLDistributionPoints ensures that no value is present for CRLDistributionPoints, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetLocationsCount() []CertificatesCertificateRetrievalResponseLocationCountModel
GetLocationsCount returns the LocationsCount field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetLocationsCountOk() (*[]CertificatesCertificateRetrievalResponseLocationCountModel, 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 *CertificatesCertificateRetrievalResponse) SetLocationsCount(v []CertificatesCertificateRetrievalResponseLocationCountModel)
SetLocationsCount sets LocationsCount field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasLocationsCount() bool
HasLocationsCount returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetLocationsCountNil(b bool)
SetLocationsCountNil sets the value for LocationsCount to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetLocationsCount()
UnsetLocationsCount ensures that no value is present for LocationsCount, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetSSLLocations() []CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel
GetSSLLocations returns the SSLLocations field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetSSLLocationsOk() (*[]CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel, 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 *CertificatesCertificateRetrievalResponse) SetSSLLocations(v []CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel)
SetSSLLocations sets SSLLocations field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasSSLLocations() bool
HasSSLLocations returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetSSLLocationsNil(b bool)
SetSSLLocationsNil sets the value for SSLLocations to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetSSLLocations()
UnsetSSLLocations ensures that no value is present for SSLLocations, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetLocations() []CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel
GetLocations returns the Locations field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetLocationsOk() (*[]CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel, 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 *CertificatesCertificateRetrievalResponse) SetLocations(v []CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel)
SetLocations sets Locations field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasLocations() bool
HasLocations returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetLocationsNil(b bool)
SetLocationsNil sets the value for Locations to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetLocations()
UnsetLocations ensures that no value is present for Locations, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetMetadata() map[string]string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetMetadata(v map[string]string)
SetMetadata sets Metadata field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCARowIndex() int64
GetCARowIndex returns the CARowIndex field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetCARowIndex(v int64)
SetCARowIndex sets CARowIndex field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCARowIndex() bool
HasCARowIndex returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCARowIndexNil(b bool)
SetCARowIndexNil sets the value for CARowIndex to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCARowIndex()
UnsetCARowIndex ensures that no value is present for CARowIndex, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetCARecordId() string
GetCARecordId returns the CARecordId field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetCARecordId(v string)
SetCARecordId sets CARecordId field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCARecordId() bool
HasCARecordId returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCARecordIdNil(b bool)
SetCARecordIdNil sets the value for CARecordId to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCARecordId()
UnsetCARecordId ensures that no value is present for CARecordId, not even an explicit nil
func (o *CertificatesCertificateRetrievalResponse) GetDetailedKeyUsage() CertificatesCertificateRetrievalResponseDetailedKeyUsageModel
GetDetailedKeyUsage returns the DetailedKeyUsage field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) GetDetailedKeyUsageOk() (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel, 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 *CertificatesCertificateRetrievalResponse) SetDetailedKeyUsage(v CertificatesCertificateRetrievalResponseDetailedKeyUsageModel)
SetDetailedKeyUsage sets DetailedKeyUsage field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasDetailedKeyUsage() bool
HasDetailedKeyUsage returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetKeyRecoverable() bool
GetKeyRecoverable returns the KeyRecoverable field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetKeyRecoverable(v bool)
SetKeyRecoverable sets KeyRecoverable field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasKeyRecoverable() bool
HasKeyRecoverable returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) GetCurve() string
GetCurve returns the Curve field if non-nil, zero value otherwise.
func (o *CertificatesCertificateRetrievalResponse) 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 *CertificatesCertificateRetrievalResponse) SetCurve(v string)
SetCurve sets Curve field to given value.
func (o *CertificatesCertificateRetrievalResponse) HasCurve() bool
HasCurve returns a boolean if a field has been set.
func (o *CertificatesCertificateRetrievalResponse) SetCurveNil(b bool)
SetCurveNil sets the value for Curve to be an explicit nil
func (o *CertificatesCertificateRetrievalResponse) UnsetCurve()
UnsetCurve ensures that no value is present for Curve, not even an explicit nil