| Name | Type | Description | Notes |
|---|---|---|---|
| Stores | Pointer to []EnrollmentManagementStoreRequest | A list of certificate stores a successfully issued PKCS12 should be installed into. | [optional] |
| CustomFriendlyName | Pointer to NullableString | The Friendly name of the issued certificate | [optional] |
| Password | Pointer to NullableString | The custom password for the resulting Private key | [optional] |
| Subject | Pointer to NullableString | The certificte's subject | [optional] |
| IncludeChain | Pointer to bool | An option to include the certificate chain in the response | [optional] |
| IncludeSubjectHeader | Pointer to bool | An option to remove the subject header comment in pem file | [optional] |
| RenewalCertificateId | Pointer to NullableInt32 | An optional Id of a certificate being renewed | [optional] |
| CertificateAuthority | Pointer to NullableString | The Certifcate Authority configuration in the format hostname\logicalname | [optional] |
| Metadata | Pointer to map[string]interface{} | The metadata to be assigned to the certificate after issuance | [optional] |
| AdditionalEnrollmentFields | Pointer to map[string]interface{} | Any Additional Enrollment Fields to be included in the request | [optional] |
| Timestamp | Pointer to time.Time | A timestamp to help ensure a legitimate request | [optional] |
| Template | Pointer to NullableString | The template for the certificate | [optional] |
| SANs | Pointer to map[string][]string | Any Subject Alternative Names to be included in the request | [optional] |
| InstallIntoExistingCertificateStores | Pointer to bool | Allows the new certificate to be installed into all certificate stores the renewed certificate is currently installed into. | [optional] |
| JobTime | Pointer to NullableTime | The time any management jobs should be scheduled. | [optional] |
| ChainOrder | Pointer to NullableString | The order of the certificates in the certificate chain | [optional] |
| UseLegacyEncryption | Pointer to NullableBool | [optional] | |
| KeyType | Pointer to NullableString | Certificate key type [RSA, ECC] | [optional] |
| KeyLength | Pointer to int32 | [optional] | |
| Curve | Pointer to NullableString | The curve being used that will be sent in when the Key Algorithm is of type ECC | [optional] |
| MicrosoftTargetCSP | Pointer to NullableString | Optionally pass a microsoft cryptographic service provider to the generated certificate | [optional] |
| OwnerRoleId | Pointer to NullableInt32 | Id or name of the security role that will have ownership of the generated certificate | [optional] |
| OwnerRoleName | Pointer to NullableString | [optional] |
func NewEnrollmentPFXEnrollmentWithStoresRequest() *EnrollmentPFXEnrollmentWithStoresRequest
NewEnrollmentPFXEnrollmentWithStoresRequest instantiates a new EnrollmentPFXEnrollmentWithStoresRequest 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 NewEnrollmentPFXEnrollmentWithStoresRequestWithDefaults() *EnrollmentPFXEnrollmentWithStoresRequest
NewEnrollmentPFXEnrollmentWithStoresRequestWithDefaults instantiates a new EnrollmentPFXEnrollmentWithStoresRequest 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 *EnrollmentPFXEnrollmentWithStoresRequest) GetStores() []EnrollmentManagementStoreRequest
GetStores returns the Stores field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetStoresOk() (*[]EnrollmentManagementStoreRequest, bool)
GetStoresOk returns a tuple with the Stores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetStores(v []EnrollmentManagementStoreRequest)
SetStores sets Stores field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasStores() bool
HasStores returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetStoresNil(b bool)
SetStoresNil sets the value for Stores to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetStores()
UnsetStores ensures that no value is present for Stores, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetCustomFriendlyName() string
GetCustomFriendlyName returns the CustomFriendlyName field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetCustomFriendlyNameOk() (*string, bool)
GetCustomFriendlyNameOk returns a tuple with the CustomFriendlyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetCustomFriendlyName(v string)
SetCustomFriendlyName sets CustomFriendlyName field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasCustomFriendlyName() bool
HasCustomFriendlyName returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetCustomFriendlyNameNil(b bool)
SetCustomFriendlyNameNil sets the value for CustomFriendlyName to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetCustomFriendlyName()
UnsetCustomFriendlyName ensures that no value is present for CustomFriendlyName, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) 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 *EnrollmentPFXEnrollmentWithStoresRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetPasswordNil(b bool)
SetPasswordNil sets the value for Password to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetPassword()
UnsetPassword ensures that no value is present for Password, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetSubjectNil(b bool)
SetSubjectNil sets the value for Subject to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetSubject()
UnsetSubject ensures that no value is present for Subject, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetIncludeChain() bool
GetIncludeChain returns the IncludeChain field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetIncludeChainOk() (*bool, bool)
GetIncludeChainOk returns a tuple with the IncludeChain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetIncludeChain(v bool)
SetIncludeChain sets IncludeChain field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasIncludeChain() bool
HasIncludeChain returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetIncludeSubjectHeader() bool
GetIncludeSubjectHeader returns the IncludeSubjectHeader field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetIncludeSubjectHeaderOk() (*bool, bool)
GetIncludeSubjectHeaderOk returns a tuple with the IncludeSubjectHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetIncludeSubjectHeader(v bool)
SetIncludeSubjectHeader sets IncludeSubjectHeader field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasIncludeSubjectHeader() bool
HasIncludeSubjectHeader returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetRenewalCertificateId() int32
GetRenewalCertificateId returns the RenewalCertificateId field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetRenewalCertificateIdOk() (*int32, bool)
GetRenewalCertificateIdOk returns a tuple with the RenewalCertificateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetRenewalCertificateId(v int32)
SetRenewalCertificateId sets RenewalCertificateId field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasRenewalCertificateId() bool
HasRenewalCertificateId returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetRenewalCertificateIdNil(b bool)
SetRenewalCertificateIdNil sets the value for RenewalCertificateId to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetRenewalCertificateId()
UnsetRenewalCertificateId ensures that no value is present for RenewalCertificateId, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetCertificateAuthority() string
GetCertificateAuthority returns the CertificateAuthority field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) 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 *EnrollmentPFXEnrollmentWithStoresRequest) SetCertificateAuthority(v string)
SetCertificateAuthority sets CertificateAuthority field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasCertificateAuthority() bool
HasCertificateAuthority returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetCertificateAuthorityNil(b bool)
SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetCertificateAuthority()
UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetAdditionalEnrollmentFields() map[string]interface{}
GetAdditionalEnrollmentFields returns the AdditionalEnrollmentFields field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetAdditionalEnrollmentFieldsOk() (*map[string]interface{}, bool)
GetAdditionalEnrollmentFieldsOk returns a tuple with the AdditionalEnrollmentFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetAdditionalEnrollmentFields(v map[string]interface{})
SetAdditionalEnrollmentFields sets AdditionalEnrollmentFields field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasAdditionalEnrollmentFields() bool
HasAdditionalEnrollmentFields returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetAdditionalEnrollmentFieldsNil(b bool)
SetAdditionalEnrollmentFieldsNil sets the value for AdditionalEnrollmentFields to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetAdditionalEnrollmentFields()
UnsetAdditionalEnrollmentFields ensures that no value is present for AdditionalEnrollmentFields, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetTemplate() string
GetTemplate returns the Template field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetTemplateOk() (*string, bool)
GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetTemplate(v string)
SetTemplate sets Template field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetTemplateNil(b bool)
SetTemplateNil sets the value for Template to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetTemplate()
UnsetTemplate ensures that no value is present for Template, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetSANs() map[string][]string
GetSANs returns the SANs field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetSANsOk() (*map[string][]string, bool)
GetSANsOk returns a tuple with the SANs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetSANs(v map[string][]string)
SetSANs sets SANs field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasSANs() bool
HasSANs returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetSANsNil(b bool)
SetSANsNil sets the value for SANs to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetSANs()
UnsetSANs ensures that no value is present for SANs, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetInstallIntoExistingCertificateStores() bool
GetInstallIntoExistingCertificateStores returns the InstallIntoExistingCertificateStores field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetInstallIntoExistingCertificateStoresOk() (*bool, bool)
GetInstallIntoExistingCertificateStoresOk returns a tuple with the InstallIntoExistingCertificateStores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetInstallIntoExistingCertificateStores(v bool)
SetInstallIntoExistingCertificateStores sets InstallIntoExistingCertificateStores field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasInstallIntoExistingCertificateStores() bool
HasInstallIntoExistingCertificateStores returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetJobTime() time.Time
GetJobTime returns the JobTime field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetJobTimeOk() (*time.Time, bool)
GetJobTimeOk returns a tuple with the JobTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetJobTime(v time.Time)
SetJobTime sets JobTime field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasJobTime() bool
HasJobTime returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetJobTimeNil(b bool)
SetJobTimeNil sets the value for JobTime to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetJobTime()
UnsetJobTime ensures that no value is present for JobTime, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetChainOrder() string
GetChainOrder returns the ChainOrder field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetChainOrderOk() (*string, bool)
GetChainOrderOk returns a tuple with the ChainOrder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetChainOrder(v string)
SetChainOrder sets ChainOrder field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasChainOrder() bool
HasChainOrder returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetChainOrderNil(b bool)
SetChainOrderNil sets the value for ChainOrder to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetChainOrder()
UnsetChainOrder ensures that no value is present for ChainOrder, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetUseLegacyEncryption() bool
GetUseLegacyEncryption returns the UseLegacyEncryption field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetUseLegacyEncryptionOk() (*bool, bool)
GetUseLegacyEncryptionOk returns a tuple with the UseLegacyEncryption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetUseLegacyEncryption(v bool)
SetUseLegacyEncryption sets UseLegacyEncryption field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasUseLegacyEncryption() bool
HasUseLegacyEncryption returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetUseLegacyEncryptionNil(b bool)
SetUseLegacyEncryptionNil sets the value for UseLegacyEncryption to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetUseLegacyEncryption()
UnsetUseLegacyEncryption ensures that no value is present for UseLegacyEncryption, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetKeyTypeNil(b bool)
SetKeyTypeNil sets the value for KeyType to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetKeyType()
UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetKeyLength() int32
GetKeyLength returns the KeyLength field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetKeyLengthOk() (*int32, bool)
GetKeyLengthOk returns a tuple with the KeyLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetKeyLength(v int32)
SetKeyLength sets KeyLength field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasKeyLength() bool
HasKeyLength returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetCurve() string
GetCurve returns the Curve field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetCurveOk() (*string, bool)
GetCurveOk returns a tuple with the Curve field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetCurve(v string)
SetCurve sets Curve field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasCurve() bool
HasCurve returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetCurveNil(b bool)
SetCurveNil sets the value for Curve to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetCurve()
UnsetCurve ensures that no value is present for Curve, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetMicrosoftTargetCSP() string
GetMicrosoftTargetCSP returns the MicrosoftTargetCSP field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetMicrosoftTargetCSPOk() (*string, bool)
GetMicrosoftTargetCSPOk returns a tuple with the MicrosoftTargetCSP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetMicrosoftTargetCSP(v string)
SetMicrosoftTargetCSP sets MicrosoftTargetCSP field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasMicrosoftTargetCSP() bool
HasMicrosoftTargetCSP returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetMicrosoftTargetCSPNil(b bool)
SetMicrosoftTargetCSPNil sets the value for MicrosoftTargetCSP to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetMicrosoftTargetCSP()
UnsetMicrosoftTargetCSP ensures that no value is present for MicrosoftTargetCSP, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetOwnerRoleId() int32
GetOwnerRoleId returns the OwnerRoleId field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetOwnerRoleIdOk() (*int32, bool)
GetOwnerRoleIdOk returns a tuple with the OwnerRoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetOwnerRoleId(v int32)
SetOwnerRoleId sets OwnerRoleId field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasOwnerRoleId() bool
HasOwnerRoleId returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetOwnerRoleIdNil(b bool)
SetOwnerRoleIdNil sets the value for OwnerRoleId to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetOwnerRoleId()
UnsetOwnerRoleId ensures that no value is present for OwnerRoleId, not even an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetOwnerRoleName() string
GetOwnerRoleName returns the OwnerRoleName field if non-nil, zero value otherwise.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) GetOwnerRoleNameOk() (*string, bool)
GetOwnerRoleNameOk returns a tuple with the OwnerRoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetOwnerRoleName(v string)
SetOwnerRoleName sets OwnerRoleName field to given value.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) HasOwnerRoleName() bool
HasOwnerRoleName returns a boolean if a field has been set.
func (o *EnrollmentPFXEnrollmentWithStoresRequest) SetOwnerRoleNameNil(b bool)
SetOwnerRoleNameNil sets the value for OwnerRoleName to be an explicit nil
func (o *EnrollmentPFXEnrollmentWithStoresRequest) UnsetOwnerRoleName()
UnsetOwnerRoleName ensures that no value is present for OwnerRoleName, not even an explicit nil