Name | Type | Description | Notes |
---|---|---|---|
Certificate | string | Public certificate | |
CertificateValue | string | Encrypted certificate private key |
func NewSecretCertificate(certificate string, certificateValue string, ) *SecretCertificate
NewSecretCertificate instantiates a new SecretCertificate 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 NewSecretCertificateWithDefaults() *SecretCertificate
NewSecretCertificateWithDefaults instantiates a new SecretCertificate 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 *SecretCertificate) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *SecretCertificate) 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 *SecretCertificate) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *SecretCertificate) GetCertificateValue() string
GetCertificateValue returns the CertificateValue field if non-nil, zero value otherwise.
func (o *SecretCertificate) GetCertificateValueOk() (*string, bool)
GetCertificateValueOk returns a tuple with the CertificateValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretCertificate) SetCertificateValue(v string)
SetCertificateValue sets CertificateValue field to given value.