Name | Type | Description | Notes |
---|---|---|---|
Profile | Pointer to NameDto | [optional] | |
Seat | Pointer to MpkiApiV1CertificatePostRequestSeat | [optional] | |
Account | Pointer to IdDto | [optional] | |
BusinessUnit | Pointer to NameDto | [optional] | |
Certificate | Pointer to string | [optional] | |
CommonName | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
SerialNumber | Pointer to string | [optional] | |
ValidFrom | Pointer to string | [optional] | |
ValidTo | Pointer to string | [optional] | |
Notes | Pointer to string | [optional] | |
Revocation | Pointer to PublicCertificateDetailsRevocation | [optional] | |
Thumbprint | Pointer to string | [optional] |
func NewPublicCertificateDetails() *PublicCertificateDetails
NewPublicCertificateDetails instantiates a new PublicCertificateDetails 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 NewPublicCertificateDetailsWithDefaults() *PublicCertificateDetails
NewPublicCertificateDetailsWithDefaults instantiates a new PublicCertificateDetails 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 *PublicCertificateDetails) GetProfile() NameDto
GetProfile returns the Profile field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetProfileOk() (*NameDto, bool)
GetProfileOk returns a tuple with the Profile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetProfile(v NameDto)
SetProfile sets Profile field to given value.
func (o *PublicCertificateDetails) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetSeat() MpkiApiV1CertificatePostRequestSeat
GetSeat returns the Seat field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetSeatOk() (*MpkiApiV1CertificatePostRequestSeat, bool)
GetSeatOk returns a tuple with the Seat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetSeat(v MpkiApiV1CertificatePostRequestSeat)
SetSeat sets Seat field to given value.
func (o *PublicCertificateDetails) HasSeat() bool
HasSeat returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetAccount() IdDto
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetAccountOk() (*IdDto, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetAccount(v IdDto)
SetAccount sets Account field to given value.
func (o *PublicCertificateDetails) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetBusinessUnit() NameDto
GetBusinessUnit returns the BusinessUnit field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetBusinessUnitOk() (*NameDto, bool)
GetBusinessUnitOk returns a tuple with the BusinessUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetBusinessUnit(v NameDto)
SetBusinessUnit sets BusinessUnit field to given value.
func (o *PublicCertificateDetails) HasBusinessUnit() bool
HasBusinessUnit returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetCertificateOk() (*string, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *PublicCertificateDetails) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetCommonName() string
GetCommonName returns the CommonName field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetCommonNameOk() (*string, bool)
GetCommonNameOk returns a tuple with the CommonName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetCommonName(v string)
SetCommonName sets CommonName field to given value.
func (o *PublicCertificateDetails) HasCommonName() bool
HasCommonName returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *PublicCertificateDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) 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 *PublicCertificateDetails) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *PublicCertificateDetails) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetValidFrom() string
GetValidFrom returns the ValidFrom field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetValidFromOk() (*string, bool)
GetValidFromOk returns a tuple with the ValidFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetValidFrom(v string)
SetValidFrom sets ValidFrom field to given value.
func (o *PublicCertificateDetails) HasValidFrom() bool
HasValidFrom returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetValidTo() string
GetValidTo returns the ValidTo field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetValidToOk() (*string, bool)
GetValidToOk returns a tuple with the ValidTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetValidTo(v string)
SetValidTo sets ValidTo field to given value.
func (o *PublicCertificateDetails) HasValidTo() bool
HasValidTo returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetNotes() string
GetNotes returns the Notes field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetNotes(v string)
SetNotes sets Notes field to given value.
func (o *PublicCertificateDetails) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetRevocation() PublicCertificateDetailsRevocation
GetRevocation returns the Revocation field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) GetRevocationOk() (*PublicCertificateDetailsRevocation, bool)
GetRevocationOk returns a tuple with the Revocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PublicCertificateDetails) SetRevocation(v PublicCertificateDetailsRevocation)
SetRevocation sets Revocation field to given value.
func (o *PublicCertificateDetails) HasRevocation() bool
HasRevocation returns a boolean if a field has been set.
func (o *PublicCertificateDetails) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *PublicCertificateDetails) 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 *PublicCertificateDetails) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *PublicCertificateDetails) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.