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] |
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
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
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetId(v string)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetContainerId() int32
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetContainerId(v int32)
SetContainerId sets ContainerId field to given value.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetCertStoreType() int32
GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetCertStoreType(v int32)
SetCertStoreType sets CertStoreType field to given value.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasCertStoreType() bool
HasCertStoreType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetProperties() string
GetProperties returns the Properties field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetProperties(v string)
SetProperties sets Properties field to given value.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) GetPassword() ModelsKeyfactorAPISecret
GetPassword returns the Password field if non-nil, zero value otherwise.
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.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) SetPassword(v ModelsKeyfactorAPISecret)
SetPassword sets Password field to given value.
func (o *KeyfactorApiModelsCertificateStoresCertificateStoreApproveRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.