Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.82 KB

KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest.md

File metadata and controls

160 lines (87 loc) · 5.82 KB

KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest

Properties

Name Type Description Notes
Id Pointer to string [optional]
ContainerId Pointer to int32 [optional]
CertStoreType Pointer to int32 [optional]
Properties Pointer to string [optional]
Password Pointer to ModelsKeyfactorAPISecret [optional]

Methods

NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest

func NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest() *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest

NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest instantiates a new KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest 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

NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequestWithDefaults

func NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequestWithDefaults() *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest

NewKeyfactorApiModelsCertificateStoresCertificateStoreApproveRequestWithDefaults instantiates a new KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest 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

GetId

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetContainerId

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetContainerId() int32

GetContainerId returns the ContainerId field if non-nil, zero value otherwise.

GetContainerIdOk

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetContainerIdOk() (*int32, bool)

GetContainerIdOk returns a tuple with the ContainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContainerId

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetContainerId(v int32)

SetContainerId sets ContainerId field to given value.

HasContainerId

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

GetCertStoreType

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetCertStoreType() int32

GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise.

GetCertStoreTypeOk

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetCertStoreTypeOk() (*int32, bool)

GetCertStoreTypeOk returns a tuple with the CertStoreType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCertStoreType

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetCertStoreType(v int32)

SetCertStoreType sets CertStoreType field to given value.

HasCertStoreType

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasCertStoreType() bool

HasCertStoreType returns a boolean if a field has been set.

GetProperties

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetProperties() string

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetPropertiesOk() (*string, bool)

GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProperties

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetProperties(v string)

SetProperties sets Properties field to given value.

HasProperties

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasProperties() bool

HasProperties returns a boolean if a field has been set.

GetPassword

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetPassword() ModelsKeyfactorAPISecret

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetPasswordOk() (*ModelsKeyfactorAPISecret, bool)

GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPassword

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetPassword(v ModelsKeyfactorAPISecret)

SetPassword sets Password field to given value.

HasPassword

func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

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