Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.83 KB

File metadata and controls

186 lines (101 loc) · 5.83 KB

GenerateCAOutput

Properties

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]

Methods

NewGenerateCAOutput

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

NewGenerateCAOutputWithDefaults

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

GetIntermediateCertificateName

func (o *GenerateCAOutput) GetIntermediateCertificateName() string

GetIntermediateCertificateName returns the IntermediateCertificateName field if non-nil, zero value otherwise.

GetIntermediateCertificateNameOk

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.

SetIntermediateCertificateName

func (o *GenerateCAOutput) SetIntermediateCertificateName(v string)

SetIntermediateCertificateName sets IntermediateCertificateName field to given value.

HasIntermediateCertificateName

func (o *GenerateCAOutput) HasIntermediateCertificateName() bool

HasIntermediateCertificateName returns a boolean if a field has been set.

GetIntermediateIssuerName

func (o *GenerateCAOutput) GetIntermediateIssuerName() string

GetIntermediateIssuerName returns the IntermediateIssuerName field if non-nil, zero value otherwise.

GetIntermediateIssuerNameOk

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.

SetIntermediateIssuerName

func (o *GenerateCAOutput) SetIntermediateIssuerName(v string)

SetIntermediateIssuerName sets IntermediateIssuerName field to given value.

HasIntermediateIssuerName

func (o *GenerateCAOutput) HasIntermediateIssuerName() bool

HasIntermediateIssuerName returns a boolean if a field has been set.

GetIntermediateKeyName

func (o *GenerateCAOutput) GetIntermediateKeyName() string

GetIntermediateKeyName returns the IntermediateKeyName field if non-nil, zero value otherwise.

GetIntermediateKeyNameOk

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.

SetIntermediateKeyName

func (o *GenerateCAOutput) SetIntermediateKeyName(v string)

SetIntermediateKeyName sets IntermediateKeyName field to given value.

HasIntermediateKeyName

func (o *GenerateCAOutput) HasIntermediateKeyName() bool

HasIntermediateKeyName returns a boolean if a field has been set.

GetRootCertificateName

func (o *GenerateCAOutput) GetRootCertificateName() string

GetRootCertificateName returns the RootCertificateName field if non-nil, zero value otherwise.

GetRootCertificateNameOk

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.

SetRootCertificateName

func (o *GenerateCAOutput) SetRootCertificateName(v string)

SetRootCertificateName sets RootCertificateName field to given value.

HasRootCertificateName

func (o *GenerateCAOutput) HasRootCertificateName() bool

HasRootCertificateName returns a boolean if a field has been set.

GetRootIssuerName

func (o *GenerateCAOutput) GetRootIssuerName() string

GetRootIssuerName returns the RootIssuerName field if non-nil, zero value otherwise.

GetRootIssuerNameOk

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.

SetRootIssuerName

func (o *GenerateCAOutput) SetRootIssuerName(v string)

SetRootIssuerName sets RootIssuerName field to given value.

HasRootIssuerName

func (o *GenerateCAOutput) HasRootIssuerName() bool

HasRootIssuerName returns a boolean if a field has been set.

GetRootKeyName

func (o *GenerateCAOutput) GetRootKeyName() string

GetRootKeyName returns the RootKeyName field if non-nil, zero value otherwise.

GetRootKeyNameOk

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.

SetRootKeyName

func (o *GenerateCAOutput) SetRootKeyName(v string)

SetRootKeyName sets RootKeyName field to given value.

HasRootKeyName

func (o *GenerateCAOutput) HasRootKeyName() bool

HasRootKeyName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]