| Name | Type | Description | Notes |
|---|---|---|---|
| IntermediateCertificateName | Pointer to string | [optional] | |
| IntermediateIssuerName | Pointer to string | [optional] | |
| IntermediateKeyName | Pointer to string | [optional] | |
| RootCertificateName | Pointer to string | [optional] | |
| RootIssuerName | Pointer to string | [optional] | |
| RootKeyName | Pointer to string | [optional] |
func NewGenerateCAOutput() *GenerateCAOutput
NewGenerateCAOutput instantiates a new GenerateCAOutput 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 NewGenerateCAOutputWithDefaults() *GenerateCAOutput
NewGenerateCAOutputWithDefaults instantiates a new GenerateCAOutput 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 *GenerateCAOutput) GetIntermediateCertificateName() string
GetIntermediateCertificateName returns the IntermediateCertificateName field if non-nil, zero value otherwise.
func (o *GenerateCAOutput) GetIntermediateCertificateNameOk() (*string, bool)
GetIntermediateCertificateNameOk returns a tuple with the IntermediateCertificateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCAOutput) SetIntermediateCertificateName(v string)
SetIntermediateCertificateName sets IntermediateCertificateName field to given value.
func (o *GenerateCAOutput) HasIntermediateCertificateName() bool
HasIntermediateCertificateName returns a boolean if a field has been set.
func (o *GenerateCAOutput) GetIntermediateIssuerName() string
GetIntermediateIssuerName returns the IntermediateIssuerName field if non-nil, zero value otherwise.
func (o *GenerateCAOutput) GetIntermediateIssuerNameOk() (*string, bool)
GetIntermediateIssuerNameOk returns a tuple with the IntermediateIssuerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCAOutput) SetIntermediateIssuerName(v string)
SetIntermediateIssuerName sets IntermediateIssuerName field to given value.
func (o *GenerateCAOutput) HasIntermediateIssuerName() bool
HasIntermediateIssuerName returns a boolean if a field has been set.
func (o *GenerateCAOutput) GetIntermediateKeyName() string
GetIntermediateKeyName returns the IntermediateKeyName field if non-nil, zero value otherwise.
func (o *GenerateCAOutput) GetIntermediateKeyNameOk() (*string, bool)
GetIntermediateKeyNameOk returns a tuple with the IntermediateKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCAOutput) SetIntermediateKeyName(v string)
SetIntermediateKeyName sets IntermediateKeyName field to given value.
func (o *GenerateCAOutput) HasIntermediateKeyName() bool
HasIntermediateKeyName returns a boolean if a field has been set.
func (o *GenerateCAOutput) GetRootCertificateName() string
GetRootCertificateName returns the RootCertificateName field if non-nil, zero value otherwise.
func (o *GenerateCAOutput) GetRootCertificateNameOk() (*string, bool)
GetRootCertificateNameOk returns a tuple with the RootCertificateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCAOutput) SetRootCertificateName(v string)
SetRootCertificateName sets RootCertificateName field to given value.
func (o *GenerateCAOutput) HasRootCertificateName() bool
HasRootCertificateName returns a boolean if a field has been set.
func (o *GenerateCAOutput) GetRootIssuerName() string
GetRootIssuerName returns the RootIssuerName field if non-nil, zero value otherwise.
func (o *GenerateCAOutput) GetRootIssuerNameOk() (*string, bool)
GetRootIssuerNameOk returns a tuple with the RootIssuerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCAOutput) SetRootIssuerName(v string)
SetRootIssuerName sets RootIssuerName field to given value.
func (o *GenerateCAOutput) HasRootIssuerName() bool
HasRootIssuerName returns a boolean if a field has been set.
func (o *GenerateCAOutput) GetRootKeyName() string
GetRootKeyName returns the RootKeyName field if non-nil, zero value otherwise.
func (o *GenerateCAOutput) GetRootKeyNameOk() (*string, bool)
GetRootKeyNameOk returns a tuple with the RootKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GenerateCAOutput) SetRootKeyName(v string)
SetRootKeyName sets RootKeyName field to given value.
func (o *GenerateCAOutput) HasRootKeyName() bool
HasRootKeyName returns a boolean if a field has been set.