Name | Type | Description | Notes |
---|---|---|---|
IsVppTokenEnabled | Pointer to bool | [optional] | |
IsDepAccountEnabled | Pointer to bool | [optional] | |
IsByodEnabled | Pointer to bool | [optional] | |
IsUserMigrationEnabled | Pointer to bool | [optional] | |
IsCloudDeploymentsEnabled | Pointer to bool | [optional] | |
IsPatchEnabled | Pointer to bool | [optional] | |
IsSsoSamlEnabled | Pointer to bool | [optional] | |
IsSmtpEnabled | Pointer to bool | [optional] |
func NewJamfProInformation() *JamfProInformation
NewJamfProInformation instantiates a new JamfProInformation 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 NewJamfProInformationWithDefaults() *JamfProInformation
NewJamfProInformationWithDefaults instantiates a new JamfProInformation 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 *JamfProInformation) GetIsVppTokenEnabled() bool
GetIsVppTokenEnabled returns the IsVppTokenEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsVppTokenEnabledOk() (*bool, bool)
GetIsVppTokenEnabledOk returns a tuple with the IsVppTokenEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsVppTokenEnabled(v bool)
SetIsVppTokenEnabled sets IsVppTokenEnabled field to given value.
func (o *JamfProInformation) HasIsVppTokenEnabled() bool
HasIsVppTokenEnabled returns a boolean if a field has been set.
func (o *JamfProInformation) GetIsDepAccountEnabled() bool
GetIsDepAccountEnabled returns the IsDepAccountEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsDepAccountEnabledOk() (*bool, bool)
GetIsDepAccountEnabledOk returns a tuple with the IsDepAccountEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsDepAccountEnabled(v bool)
SetIsDepAccountEnabled sets IsDepAccountEnabled field to given value.
func (o *JamfProInformation) HasIsDepAccountEnabled() bool
HasIsDepAccountEnabled returns a boolean if a field has been set.
func (o *JamfProInformation) GetIsByodEnabled() bool
GetIsByodEnabled returns the IsByodEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsByodEnabledOk() (*bool, bool)
GetIsByodEnabledOk returns a tuple with the IsByodEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsByodEnabled(v bool)
SetIsByodEnabled sets IsByodEnabled field to given value.
func (o *JamfProInformation) HasIsByodEnabled() bool
HasIsByodEnabled returns a boolean if a field has been set.
func (o *JamfProInformation) GetIsUserMigrationEnabled() bool
GetIsUserMigrationEnabled returns the IsUserMigrationEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsUserMigrationEnabledOk() (*bool, bool)
GetIsUserMigrationEnabledOk returns a tuple with the IsUserMigrationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsUserMigrationEnabled(v bool)
SetIsUserMigrationEnabled sets IsUserMigrationEnabled field to given value.
func (o *JamfProInformation) HasIsUserMigrationEnabled() bool
HasIsUserMigrationEnabled returns a boolean if a field has been set.
func (o *JamfProInformation) GetIsCloudDeploymentsEnabled() bool
GetIsCloudDeploymentsEnabled returns the IsCloudDeploymentsEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsCloudDeploymentsEnabledOk() (*bool, bool)
GetIsCloudDeploymentsEnabledOk returns a tuple with the IsCloudDeploymentsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsCloudDeploymentsEnabled(v bool)
SetIsCloudDeploymentsEnabled sets IsCloudDeploymentsEnabled field to given value.
func (o *JamfProInformation) HasIsCloudDeploymentsEnabled() bool
HasIsCloudDeploymentsEnabled returns a boolean if a field has been set.
func (o *JamfProInformation) GetIsPatchEnabled() bool
GetIsPatchEnabled returns the IsPatchEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsPatchEnabledOk() (*bool, bool)
GetIsPatchEnabledOk returns a tuple with the IsPatchEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsPatchEnabled(v bool)
SetIsPatchEnabled sets IsPatchEnabled field to given value.
func (o *JamfProInformation) HasIsPatchEnabled() bool
HasIsPatchEnabled returns a boolean if a field has been set.
func (o *JamfProInformation) GetIsSsoSamlEnabled() bool
GetIsSsoSamlEnabled returns the IsSsoSamlEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsSsoSamlEnabledOk() (*bool, bool)
GetIsSsoSamlEnabledOk returns a tuple with the IsSsoSamlEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsSsoSamlEnabled(v bool)
SetIsSsoSamlEnabled sets IsSsoSamlEnabled field to given value.
func (o *JamfProInformation) HasIsSsoSamlEnabled() bool
HasIsSsoSamlEnabled returns a boolean if a field has been set.
func (o *JamfProInformation) GetIsSmtpEnabled() bool
GetIsSmtpEnabled returns the IsSmtpEnabled field if non-nil, zero value otherwise.
func (o *JamfProInformation) GetIsSmtpEnabledOk() (*bool, bool)
GetIsSmtpEnabledOk returns a tuple with the IsSmtpEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProInformation) SetIsSmtpEnabled(v bool)
SetIsSmtpEnabled sets IsSmtpEnabled field to given value.
func (o *JamfProInformation) HasIsSmtpEnabled() bool
HasIsSmtpEnabled returns a boolean if a field has been set.