Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] [readonly] | |
ContainerId | Pointer to int32 | [optional] | |
ClientMachine | Pointer to string | [optional] | |
Storepath | Pointer to string | [optional] | |
CertStoreInventoryJobId | Pointer to string | [optional] | |
CertStoreType | Pointer to int32 | [optional] | |
Approved | Pointer to bool | [optional] | |
CreateIfMissing | Pointer to bool | [optional] | |
Properties | Pointer to string | [optional] | |
AgentId | Pointer to string | [optional] | |
AgentAssigned | Pointer to bool | [optional] | |
ContainerName | Pointer to string | [optional] | |
InventorySchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
ReenrollmentStatus | Pointer to ModelsReenrollmentStatus | [optional] | |
SetNewPasswordAllowed | Pointer to bool | [optional] | |
Password | Pointer to string | [optional] |
func NewModelsCertificateStore() *ModelsCertificateStore
NewModelsCertificateStore instantiates a new ModelsCertificateStore 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 NewModelsCertificateStoreWithDefaults() *ModelsCertificateStore
NewModelsCertificateStoreWithDefaults instantiates a new ModelsCertificateStore 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 *ModelsCertificateStore) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) 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 *ModelsCertificateStore) SetId(v string)
SetId sets Id field to given value.
func (o *ModelsCertificateStore) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ModelsCertificateStore) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetContainerId() int32
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) 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 *ModelsCertificateStore) SetContainerId(v int32)
SetContainerId sets ContainerId field to given value.
func (o *ModelsCertificateStore) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetClientMachineOk() (*string, bool)
GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *ModelsCertificateStore) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetStorepath() string
GetStorepath returns the Storepath field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetStorepathOk() (*string, bool)
GetStorepathOk returns a tuple with the Storepath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetStorepath(v string)
SetStorepath sets Storepath field to given value.
func (o *ModelsCertificateStore) HasStorepath() bool
HasStorepath returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetCertStoreInventoryJobId() string
GetCertStoreInventoryJobId returns the CertStoreInventoryJobId field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetCertStoreInventoryJobIdOk() (*string, bool)
GetCertStoreInventoryJobIdOk returns a tuple with the CertStoreInventoryJobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetCertStoreInventoryJobId(v string)
SetCertStoreInventoryJobId sets CertStoreInventoryJobId field to given value.
func (o *ModelsCertificateStore) HasCertStoreInventoryJobId() bool
HasCertStoreInventoryJobId returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetCertStoreType() int32
GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) 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 *ModelsCertificateStore) SetCertStoreType(v int32)
SetCertStoreType sets CertStoreType field to given value.
func (o *ModelsCertificateStore) HasCertStoreType() bool
HasCertStoreType returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetApproved() bool
GetApproved returns the Approved field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetApprovedOk() (*bool, bool)
GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetApproved(v bool)
SetApproved sets Approved field to given value.
func (o *ModelsCertificateStore) HasApproved() bool
HasApproved returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetCreateIfMissing() bool
GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetCreateIfMissingOk() (*bool, bool)
GetCreateIfMissingOk returns a tuple with the CreateIfMissing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetCreateIfMissing(v bool)
SetCreateIfMissing sets CreateIfMissing field to given value.
func (o *ModelsCertificateStore) HasCreateIfMissing() bool
HasCreateIfMissing returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetProperties() string
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) 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 *ModelsCertificateStore) SetProperties(v string)
SetProperties sets Properties field to given value.
func (o *ModelsCertificateStore) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetAgentIdOk() (*string, bool)
GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *ModelsCertificateStore) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetAgentAssigned() bool
GetAgentAssigned returns the AgentAssigned field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetAgentAssignedOk() (*bool, bool)
GetAgentAssignedOk returns a tuple with the AgentAssigned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetAgentAssigned(v bool)
SetAgentAssigned sets AgentAssigned field to given value.
func (o *ModelsCertificateStore) HasAgentAssigned() bool
HasAgentAssigned returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetContainerName() string
GetContainerName returns the ContainerName field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetContainerNameOk() (*string, bool)
GetContainerNameOk returns a tuple with the ContainerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetContainerName(v string)
SetContainerName sets ContainerName field to given value.
func (o *ModelsCertificateStore) HasContainerName() bool
HasContainerName returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetInventorySchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetInventorySchedule returns the InventorySchedule field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetInventoryScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetInventoryScheduleOk returns a tuple with the InventorySchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetInventorySchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetInventorySchedule sets InventorySchedule field to given value.
func (o *ModelsCertificateStore) HasInventorySchedule() bool
HasInventorySchedule returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetReenrollmentStatus() ModelsReenrollmentStatus
GetReenrollmentStatus returns the ReenrollmentStatus field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetReenrollmentStatusOk() (*ModelsReenrollmentStatus, bool)
GetReenrollmentStatusOk returns a tuple with the ReenrollmentStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetReenrollmentStatus(v ModelsReenrollmentStatus)
SetReenrollmentStatus sets ReenrollmentStatus field to given value.
func (o *ModelsCertificateStore) HasReenrollmentStatus() bool
HasReenrollmentStatus returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetSetNewPasswordAllowed() bool
GetSetNewPasswordAllowed returns the SetNewPasswordAllowed field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetSetNewPasswordAllowedOk() (*bool, bool)
GetSetNewPasswordAllowedOk returns a tuple with the SetNewPasswordAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCertificateStore) SetSetNewPasswordAllowed(v bool)
SetSetNewPasswordAllowed sets SetNewPasswordAllowed field to given value.
func (o *ModelsCertificateStore) HasSetNewPasswordAllowed() bool
HasSetNewPasswordAllowed returns a boolean if a field has been set.
func (o *ModelsCertificateStore) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ModelsCertificateStore) GetPasswordOk() (*string, 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 *ModelsCertificateStore) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ModelsCertificateStore) HasPassword() bool
HasPassword returns a boolean if a field has been set.