| Name | Type | Description | Notes |
|---|---|---|---|
| KeystoreId | Pointer to string | [optional] | |
| SubjectName | Pointer to NullableString | [optional] | |
| AgentGuid | Pointer to string | [optional] | |
| Alias | Pointer to NullableString | [optional] | |
| JobProperties | Pointer to map[string]interface{} | [optional] | |
| CertificateAuthority | Pointer to NullableString | [optional] | |
| CertificateTemplate | Pointer to NullableString | [optional] |
func NewCertificateStoresReenrollmentRequest() *CertificateStoresReenrollmentRequest
NewCertificateStoresReenrollmentRequest instantiates a new CertificateStoresReenrollmentRequest 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 NewCertificateStoresReenrollmentRequestWithDefaults() *CertificateStoresReenrollmentRequest
NewCertificateStoresReenrollmentRequestWithDefaults instantiates a new CertificateStoresReenrollmentRequest 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 *CertificateStoresReenrollmentRequest) GetKeystoreId() string
GetKeystoreId returns the KeystoreId field if non-nil, zero value otherwise.
func (o *CertificateStoresReenrollmentRequest) GetKeystoreIdOk() (*string, bool)
GetKeystoreIdOk returns a tuple with the KeystoreId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresReenrollmentRequest) SetKeystoreId(v string)
SetKeystoreId sets KeystoreId field to given value.
func (o *CertificateStoresReenrollmentRequest) HasKeystoreId() bool
HasKeystoreId returns a boolean if a field has been set.
func (o *CertificateStoresReenrollmentRequest) GetSubjectName() string
GetSubjectName returns the SubjectName field if non-nil, zero value otherwise.
func (o *CertificateStoresReenrollmentRequest) GetSubjectNameOk() (*string, bool)
GetSubjectNameOk returns a tuple with the SubjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresReenrollmentRequest) SetSubjectName(v string)
SetSubjectName sets SubjectName field to given value.
func (o *CertificateStoresReenrollmentRequest) HasSubjectName() bool
HasSubjectName returns a boolean if a field has been set.
func (o *CertificateStoresReenrollmentRequest) SetSubjectNameNil(b bool)
SetSubjectNameNil sets the value for SubjectName to be an explicit nil
func (o *CertificateStoresReenrollmentRequest) UnsetSubjectName()
UnsetSubjectName ensures that no value is present for SubjectName, not even an explicit nil
func (o *CertificateStoresReenrollmentRequest) GetAgentGuid() string
GetAgentGuid returns the AgentGuid field if non-nil, zero value otherwise.
func (o *CertificateStoresReenrollmentRequest) GetAgentGuidOk() (*string, bool)
GetAgentGuidOk returns a tuple with the AgentGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresReenrollmentRequest) SetAgentGuid(v string)
SetAgentGuid sets AgentGuid field to given value.
func (o *CertificateStoresReenrollmentRequest) HasAgentGuid() bool
HasAgentGuid returns a boolean if a field has been set.
func (o *CertificateStoresReenrollmentRequest) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *CertificateStoresReenrollmentRequest) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresReenrollmentRequest) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *CertificateStoresReenrollmentRequest) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *CertificateStoresReenrollmentRequest) SetAliasNil(b bool)
SetAliasNil sets the value for Alias to be an explicit nil
func (o *CertificateStoresReenrollmentRequest) UnsetAlias()
UnsetAlias ensures that no value is present for Alias, not even an explicit nil
func (o *CertificateStoresReenrollmentRequest) GetJobProperties() map[string]interface{}
GetJobProperties returns the JobProperties field if non-nil, zero value otherwise.
func (o *CertificateStoresReenrollmentRequest) GetJobPropertiesOk() (*map[string]interface{}, bool)
GetJobPropertiesOk returns a tuple with the JobProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresReenrollmentRequest) SetJobProperties(v map[string]interface{})
SetJobProperties sets JobProperties field to given value.
func (o *CertificateStoresReenrollmentRequest) HasJobProperties() bool
HasJobProperties returns a boolean if a field has been set.
func (o *CertificateStoresReenrollmentRequest) SetJobPropertiesNil(b bool)
SetJobPropertiesNil sets the value for JobProperties to be an explicit nil
func (o *CertificateStoresReenrollmentRequest) UnsetJobProperties()
UnsetJobProperties ensures that no value is present for JobProperties, not even an explicit nil
func (o *CertificateStoresReenrollmentRequest) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *CertificateStoresReenrollmentRequest) GetCertificateAuthorityOk() (*string, bool)
GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresReenrollmentRequest) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *CertificateStoresReenrollmentRequest) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *CertificateStoresReenrollmentRequest) SetCertificateAuthorityNil(b bool)
SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil
func (o *CertificateStoresReenrollmentRequest) UnsetCertificateAuthority()
UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil
func (o *CertificateStoresReenrollmentRequest) GetCertificateTemplate() string
GetCertificateTemplate returns the CertificateTemplate field if non-nil, zero value otherwise.
func (o *CertificateStoresReenrollmentRequest) GetCertificateTemplateOk() (*string, bool)
GetCertificateTemplateOk returns a tuple with the CertificateTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CertificateStoresReenrollmentRequest) SetCertificateTemplate(v string)
SetCertificateTemplate sets CertificateTemplate field to given value.
func (o *CertificateStoresReenrollmentRequest) HasCertificateTemplate() bool
HasCertificateTemplate returns a boolean if a field has been set.
func (o *CertificateStoresReenrollmentRequest) SetCertificateTemplateNil(b bool)
SetCertificateTemplateNil sets the value for CertificateTemplate to be an explicit nil
func (o *CertificateStoresReenrollmentRequest) UnsetCertificateTemplate()
UnsetCertificateTemplate ensures that no value is present for CertificateTemplate, not even an explicit nil