Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
IssuedDN | Pointer to NullableString | [optional] | |
SerialNumber | Pointer to string | [optional] | |
NotBefore | Pointer to time.Time | [optional] | |
NotAfter | Pointer to time.Time | [optional] | |
SigningAlgorithm | Pointer to string | [optional] | |
IssuerDN | Pointer to NullableString | [optional] | |
Thumbprint | Pointer to string | [optional] | |
CertStoreInventoryItemId | Pointer to int32 | [optional] | |
Metadata | Pointer to map[string]map[string]interface{} | [optional] |
func NewModelsCertificateStoreInventoryCertificates() *ModelsCertificateStoreInventoryCertificates
NewModelsCertificateStoreInventoryCertificates instantiates a new ModelsCertificateStoreInventoryCertificates 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 NewModelsCertificateStoreInventoryCertificatesWithDefaults() *ModelsCertificateStoreInventoryCertificates
NewModelsCertificateStoreInventoryCertificatesWithDefaults instantiates a new ModelsCertificateStoreInventoryCertificates 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 *ModelsCertificateStoreInventoryCertificates) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) GetIssuedDN() string
GetIssuedDN returns the IssuedDN field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetIssuedDN(v string)
SetIssuedDN sets IssuedDN field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasIssuedDN() bool
HasIssuedDN returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) SetIssuedDNNil(b bool)
SetIssuedDNNil sets the value for IssuedDN to be an explicit nil
func (o *ModelsCertificateStoreInventoryCertificates) UnsetIssuedDN()
UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil
func (o *ModelsCertificateStoreInventoryCertificates) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) GetNotBefore() time.Time
GetNotBefore returns the NotBefore field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetNotBefore(v time.Time)
SetNotBefore sets NotBefore field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasNotBefore() bool
HasNotBefore returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) GetNotAfter() time.Time
GetNotAfter returns the NotAfter field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetNotAfter(v time.Time)
SetNotAfter sets NotAfter field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasNotAfter() bool
HasNotAfter returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) GetSigningAlgorithm() string
GetSigningAlgorithm returns the SigningAlgorithm field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetSigningAlgorithm(v string)
SetSigningAlgorithm sets SigningAlgorithm field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasSigningAlgorithm() bool
HasSigningAlgorithm returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) GetIssuerDN() string
GetIssuerDN returns the IssuerDN field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetIssuerDN(v string)
SetIssuerDN sets IssuerDN field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasIssuerDN() bool
HasIssuerDN returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) SetIssuerDNNil(b bool)
SetIssuerDNNil sets the value for IssuerDN to be an explicit nil
func (o *ModelsCertificateStoreInventoryCertificates) UnsetIssuerDN()
UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil
func (o *ModelsCertificateStoreInventoryCertificates) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) 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 *ModelsCertificateStoreInventoryCertificates) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) GetCertStoreInventoryItemId() int32
GetCertStoreInventoryItemId returns the CertStoreInventoryItemId field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) GetCertStoreInventoryItemIdOk() (*int32, bool)
GetCertStoreInventoryItemIdOk returns a tuple with the CertStoreInventoryItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreInventoryCertificates) SetCertStoreInventoryItemId(v int32)
SetCertStoreInventoryItemId sets CertStoreInventoryItemId field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasCertStoreInventoryItemId() bool
HasCertStoreInventoryItemId returns a boolean if a field has been set.
func (o *ModelsCertificateStoreInventoryCertificates) GetMetadata() map[string]map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ModelsCertificateStoreInventoryCertificates) GetMetadataOk() (*map[string]map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStoreInventoryCertificates) SetMetadata(v map[string]map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *ModelsCertificateStoreInventoryCertificates) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.