Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.94 KB

MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport.md

File metadata and controls

82 lines (45 loc) · 2.94 KB

MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport

Properties

Name Type Description Notes
Modifiable Pointer to bool [optional]
Allowed Pointer to bool [optional]

Methods

NewMicrosoftAutoEnrollmentClientSettingsPrivateKeyExport

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

NewMicrosoftAutoEnrollmentClientSettingsPrivateKeyExportWithDefaults

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

GetModifiable

func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) GetModifiable() bool

GetModifiable returns the Modifiable field if non-nil, zero value otherwise.

GetModifiableOk

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.

SetModifiable

func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) SetModifiable(v bool)

SetModifiable sets Modifiable field to given value.

HasModifiable

func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) HasModifiable() bool

HasModifiable returns a boolean if a field has been set.

GetAllowed

func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) GetAllowed() bool

GetAllowed returns the Allowed field if non-nil, zero value otherwise.

GetAllowedOk

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.

SetAllowed

func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) SetAllowed(v bool)

SetAllowed sets Allowed field to given value.

HasAllowed

func (o *MicrosoftAutoEnrollmentClientSettingsPrivateKeyExport) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]