Name | Type | Description | Notes |
---|---|---|---|
CertificateAuthorityId | Pointer to int32 | [optional] | |
AuthorityName | Pointer to string | [optional] | |
AuthorityNameId | Pointer to string | [optional] | |
AuthorityKeyId | Pointer to string | [optional] | |
SampleSerialNumber | Pointer to string | [optional] |
func NewKeyfactorApiModelsMonitoringOCSPParametersResponse() *KeyfactorApiModelsMonitoringOCSPParametersResponse
NewKeyfactorApiModelsMonitoringOCSPParametersResponse instantiates a new KeyfactorApiModelsMonitoringOCSPParametersResponse 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 NewKeyfactorApiModelsMonitoringOCSPParametersResponseWithDefaults() *KeyfactorApiModelsMonitoringOCSPParametersResponse
NewKeyfactorApiModelsMonitoringOCSPParametersResponseWithDefaults instantiates a new KeyfactorApiModelsMonitoringOCSPParametersResponse 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 *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetCertificateAuthorityId() int32
GetCertificateAuthorityId returns the CertificateAuthorityId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) 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 *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetCertificateAuthorityId(v int32)
SetCertificateAuthorityId sets CertificateAuthorityId field to given value.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasCertificateAuthorityId() bool
HasCertificateAuthorityId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityName() string
GetAuthorityName returns the AuthorityName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityNameOk() (*string, bool)
GetAuthorityNameOk returns a tuple with the AuthorityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetAuthorityName(v string)
SetAuthorityName sets AuthorityName field to given value.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasAuthorityName() bool
HasAuthorityName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityNameId() string
GetAuthorityNameId returns the AuthorityNameId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityNameIdOk() (*string, bool)
GetAuthorityNameIdOk returns a tuple with the AuthorityNameId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetAuthorityNameId(v string)
SetAuthorityNameId sets AuthorityNameId field to given value.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasAuthorityNameId() bool
HasAuthorityNameId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityKeyId() string
GetAuthorityKeyId returns the AuthorityKeyId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetAuthorityKeyIdOk() (*string, bool)
GetAuthorityKeyIdOk returns a tuple with the AuthorityKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetAuthorityKeyId(v string)
SetAuthorityKeyId sets AuthorityKeyId field to given value.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasAuthorityKeyId() bool
HasAuthorityKeyId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetSampleSerialNumber() string
GetSampleSerialNumber returns the SampleSerialNumber field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) GetSampleSerialNumberOk() (*string, bool)
GetSampleSerialNumberOk returns a tuple with the SampleSerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) SetSampleSerialNumber(v string)
SetSampleSerialNumber sets SampleSerialNumber field to given value.
func (o *KeyfactorApiModelsMonitoringOCSPParametersResponse) HasSampleSerialNumber() bool
HasSampleSerialNumber returns a boolean if a field has been set.