Name | Type | Description | Notes |
---|---|---|---|
Modifiable | Pointer to bool | [optional] | |
Allowed | Pointer to bool | [optional] |
func NewMicrosoftAutoEnrollmentClientSettingsPrivateKeyExport() *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport
NewMicrosoftAutoEnrollmentClientSettingsPrivateKeyExport instantiates a new MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport 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 NewMicrosoftAutoEnrollmentClientSettingsPrivateKeyExportWithDefaults() *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport
NewMicrosoftAutoEnrollmentClientSettingsPrivateKeyExportWithDefaults instantiates a new MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport 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 *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) GetModifiable() bool
GetModifiable returns the Modifiable field if non-nil, zero value otherwise.
func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) GetModifiableOk() (*bool, bool)
GetModifiableOk returns a tuple with the Modifiable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) SetModifiable(v bool)
SetModifiable sets Modifiable field to given value.
func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) HasModifiable() bool
HasModifiable returns a boolean if a field has been set.
func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) GetAllowed() bool
GetAllowed returns the Allowed field if non-nil, zero value otherwise.
func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) SetAllowed(v bool)
SetAllowed sets Allowed field to given value.
func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.