| Name | Type | Description | Notes |
|---|---|---|---|
| CertificateAuthorityMode | Pointer to string | [optional] | |
| ExpirationDate | Pointer to time.Time | [optional] | |
| KeyType | Pointer to string | [optional] |
func NewIssuerOverviewInfo() *IssuerOverviewInfo
NewIssuerOverviewInfo instantiates a new IssuerOverviewInfo 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 NewIssuerOverviewInfoWithDefaults() *IssuerOverviewInfo
NewIssuerOverviewInfoWithDefaults instantiates a new IssuerOverviewInfo 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 *IssuerOverviewInfo) GetCertificateAuthorityMode() string
GetCertificateAuthorityMode returns the CertificateAuthorityMode field if non-nil, zero value otherwise.
func (o *IssuerOverviewInfo) GetCertificateAuthorityModeOk() (*string, bool)
GetCertificateAuthorityModeOk returns a tuple with the CertificateAuthorityMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuerOverviewInfo) SetCertificateAuthorityMode(v string)
SetCertificateAuthorityMode sets CertificateAuthorityMode field to given value.
func (o *IssuerOverviewInfo) HasCertificateAuthorityMode() bool
HasCertificateAuthorityMode returns a boolean if a field has been set.
func (o *IssuerOverviewInfo) GetExpirationDate() time.Time
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
func (o *IssuerOverviewInfo) GetExpirationDateOk() (*time.Time, bool)
GetExpirationDateOk returns a tuple with the ExpirationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IssuerOverviewInfo) SetExpirationDate(v time.Time)
SetExpirationDate sets ExpirationDate field to given value.
func (o *IssuerOverviewInfo) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (o *IssuerOverviewInfo) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *IssuerOverviewInfo) GetKeyTypeOk() (*string, 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 *IssuerOverviewInfo) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *IssuerOverviewInfo) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.