| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| DisplayName | Pointer to NullableString | [optional] [readonly] | |
| ContainerId | Pointer to NullableInt32 | [optional] | |
| ClientMachine | Pointer to NullableString | [optional] | |
| Storepath | Pointer to NullableString | [optional] | |
| CertStoreInventoryJobId | Pointer to NullableString | [optional] | |
| CertStoreType | Pointer to int32 | [optional] | |
| Approved | Pointer to bool | [optional] | |
| CreateIfMissing | Pointer to bool | [optional] | |
| Properties | Pointer to NullableString | [optional] | |
| AgentId | Pointer to NullableString | [optional] | |
| AgentAssigned | Pointer to bool | [optional] | |
| ContainerName | Pointer to NullableString | [optional] | |
| InventorySchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| ReenrollmentStatus | Pointer to CSSCMSDataModelModelsReenrollmentStatus | [optional] | |
| SetNewPasswordAllowed | Pointer to bool | [optional] | |
| Password | Pointer to CSSCMSDataModelModelsKeyfactorSecret | [optional] |
func NewCSSCMSDataModelModelsCertificateStore() *CSSCMSDataModelModelsCertificateStore
NewCSSCMSDataModelModelsCertificateStore instantiates a new CSSCMSDataModelModelsCertificateStore 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 NewCSSCMSDataModelModelsCertificateStoreWithDefaults() *CSSCMSDataModelModelsCertificateStore
NewCSSCMSDataModelModelsCertificateStoreWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStore 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 *CSSCMSDataModelModelsCertificateStore) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetId(v string)
SetId sets Id field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetContainerId() int32
GetContainerId returns the ContainerId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetContainerId(v int32)
SetContainerId sets ContainerId field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasContainerId() bool
HasContainerId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetContainerIdNil(b bool)
SetContainerIdNil sets the value for ContainerId to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetContainerId()
UnsetContainerId ensures that no value is present for ContainerId, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetClientMachineNil(b bool)
SetClientMachineNil sets the value for ClientMachine to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetClientMachine()
UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetStorepath() string
GetStorepath returns the Storepath field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetStorepath(v string)
SetStorepath sets Storepath field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasStorepath() bool
HasStorepath returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetStorepathNil(b bool)
SetStorepathNil sets the value for Storepath to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetStorepath()
UnsetStorepath ensures that no value is present for Storepath, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetCertStoreInventoryJobId() string
GetCertStoreInventoryJobId returns the CertStoreInventoryJobId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetCertStoreInventoryJobId(v string)
SetCertStoreInventoryJobId sets CertStoreInventoryJobId field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasCertStoreInventoryJobId() bool
HasCertStoreInventoryJobId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetCertStoreInventoryJobIdNil(b bool)
SetCertStoreInventoryJobIdNil sets the value for CertStoreInventoryJobId to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetCertStoreInventoryJobId()
UnsetCertStoreInventoryJobId ensures that no value is present for CertStoreInventoryJobId, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetCertStoreType() int32
GetCertStoreType returns the CertStoreType field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetCertStoreType(v int32)
SetCertStoreType sets CertStoreType field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasCertStoreType() bool
HasCertStoreType returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetApproved() bool
GetApproved returns the Approved field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetApproved(v bool)
SetApproved sets Approved field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasApproved() bool
HasApproved returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetCreateIfMissing() bool
GetCreateIfMissing returns the CreateIfMissing field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetCreateIfMissing(v bool)
SetCreateIfMissing sets CreateIfMissing field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasCreateIfMissing() bool
HasCreateIfMissing returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetProperties() string
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetProperties(v string)
SetProperties sets Properties field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetPropertiesNil(b bool)
SetPropertiesNil sets the value for Properties to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetProperties()
UnsetProperties ensures that no value is present for Properties, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetAgentIdNil(b bool)
SetAgentIdNil sets the value for AgentId to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetAgentId()
UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetAgentAssigned() bool
GetAgentAssigned returns the AgentAssigned field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetAgentAssigned(v bool)
SetAgentAssigned sets AgentAssigned field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasAgentAssigned() bool
HasAgentAssigned returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetContainerName() string
GetContainerName returns the ContainerName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetContainerName(v string)
SetContainerName sets ContainerName field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasContainerName() bool
HasContainerName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) SetContainerNameNil(b bool)
SetContainerNameNil sets the value for ContainerName to be an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) UnsetContainerName()
UnsetContainerName ensures that no value is present for ContainerName, not even an explicit nil
func (o *CSSCMSDataModelModelsCertificateStore) GetInventorySchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetInventorySchedule returns the InventorySchedule field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetInventorySchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetInventorySchedule sets InventorySchedule field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasInventorySchedule() bool
HasInventorySchedule returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetReenrollmentStatus() CSSCMSDataModelModelsReenrollmentStatus
GetReenrollmentStatus returns the ReenrollmentStatus field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) GetReenrollmentStatusOk() (*CSSCMSDataModelModelsReenrollmentStatus, 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 *CSSCMSDataModelModelsCertificateStore) SetReenrollmentStatus(v CSSCMSDataModelModelsReenrollmentStatus)
SetReenrollmentStatus sets ReenrollmentStatus field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasReenrollmentStatus() bool
HasReenrollmentStatus returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetSetNewPasswordAllowed() bool
GetSetNewPasswordAllowed returns the SetNewPasswordAllowed field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) 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 *CSSCMSDataModelModelsCertificateStore) SetSetNewPasswordAllowed(v bool)
SetSetNewPasswordAllowed sets SetNewPasswordAllowed field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasSetNewPasswordAllowed() bool
HasSetNewPasswordAllowed returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCertificateStore) GetPassword() CSSCMSDataModelModelsKeyfactorSecret
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsCertificateStore) GetPasswordOk() (*CSSCMSDataModelModelsKeyfactorSecret, 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 *CSSCMSDataModelModelsCertificateStore) SetPassword(v CSSCMSDataModelModelsKeyfactorSecret)
SetPassword sets Password field to given value.
func (o *CSSCMSDataModelModelsCertificateStore) HasPassword() bool
HasPassword returns a boolean if a field has been set.