Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.27 KB

AppleMdmDeviceSecurityInfo.md

File metadata and controls

160 lines (87 loc) · 5.27 KB

AppleMdmDeviceSecurityInfo

Properties

Name Type Description Notes
EnrolledViaDep Pointer to bool [optional]
IsActivationLockManageable Pointer to bool [optional]
IsUserEnrollment Pointer to bool [optional]
PasscodePresent Pointer to bool [optional]
UserApprovedEnrollment Pointer to bool [optional]

Methods

NewAppleMdmDeviceSecurityInfo

func NewAppleMdmDeviceSecurityInfo() *AppleMdmDeviceSecurityInfo

NewAppleMdmDeviceSecurityInfo instantiates a new AppleMdmDeviceSecurityInfo 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

NewAppleMdmDeviceSecurityInfoWithDefaults

func NewAppleMdmDeviceSecurityInfoWithDefaults() *AppleMdmDeviceSecurityInfo

NewAppleMdmDeviceSecurityInfoWithDefaults instantiates a new AppleMdmDeviceSecurityInfo 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

GetEnrolledViaDep

func (o *AppleMdmDeviceSecurityInfo) GetEnrolledViaDep() bool

GetEnrolledViaDep returns the EnrolledViaDep field if non-nil, zero value otherwise.

GetEnrolledViaDepOk

func (o *AppleMdmDeviceSecurityInfo) GetEnrolledViaDepOk() (*bool, bool)

GetEnrolledViaDepOk returns a tuple with the EnrolledViaDep field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnrolledViaDep

func (o *AppleMdmDeviceSecurityInfo) SetEnrolledViaDep(v bool)

SetEnrolledViaDep sets EnrolledViaDep field to given value.

HasEnrolledViaDep

func (o *AppleMdmDeviceSecurityInfo) HasEnrolledViaDep() bool

HasEnrolledViaDep returns a boolean if a field has been set.

GetIsActivationLockManageable

func (o *AppleMdmDeviceSecurityInfo) GetIsActivationLockManageable() bool

GetIsActivationLockManageable returns the IsActivationLockManageable field if non-nil, zero value otherwise.

GetIsActivationLockManageableOk

func (o *AppleMdmDeviceSecurityInfo) GetIsActivationLockManageableOk() (*bool, bool)

GetIsActivationLockManageableOk returns a tuple with the IsActivationLockManageable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsActivationLockManageable

func (o *AppleMdmDeviceSecurityInfo) SetIsActivationLockManageable(v bool)

SetIsActivationLockManageable sets IsActivationLockManageable field to given value.

HasIsActivationLockManageable

func (o *AppleMdmDeviceSecurityInfo) HasIsActivationLockManageable() bool

HasIsActivationLockManageable returns a boolean if a field has been set.

GetIsUserEnrollment

func (o *AppleMdmDeviceSecurityInfo) GetIsUserEnrollment() bool

GetIsUserEnrollment returns the IsUserEnrollment field if non-nil, zero value otherwise.

GetIsUserEnrollmentOk

func (o *AppleMdmDeviceSecurityInfo) GetIsUserEnrollmentOk() (*bool, bool)

GetIsUserEnrollmentOk returns a tuple with the IsUserEnrollment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsUserEnrollment

func (o *AppleMdmDeviceSecurityInfo) SetIsUserEnrollment(v bool)

SetIsUserEnrollment sets IsUserEnrollment field to given value.

HasIsUserEnrollment

func (o *AppleMdmDeviceSecurityInfo) HasIsUserEnrollment() bool

HasIsUserEnrollment returns a boolean if a field has been set.

GetPasscodePresent

func (o *AppleMdmDeviceSecurityInfo) GetPasscodePresent() bool

GetPasscodePresent returns the PasscodePresent field if non-nil, zero value otherwise.

GetPasscodePresentOk

func (o *AppleMdmDeviceSecurityInfo) GetPasscodePresentOk() (*bool, bool)

GetPasscodePresentOk returns a tuple with the PasscodePresent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPasscodePresent

func (o *AppleMdmDeviceSecurityInfo) SetPasscodePresent(v bool)

SetPasscodePresent sets PasscodePresent field to given value.

HasPasscodePresent

func (o *AppleMdmDeviceSecurityInfo) HasPasscodePresent() bool

HasPasscodePresent returns a boolean if a field has been set.

GetUserApprovedEnrollment

func (o *AppleMdmDeviceSecurityInfo) GetUserApprovedEnrollment() bool

GetUserApprovedEnrollment returns the UserApprovedEnrollment field if non-nil, zero value otherwise.

GetUserApprovedEnrollmentOk

func (o *AppleMdmDeviceSecurityInfo) GetUserApprovedEnrollmentOk() (*bool, bool)

GetUserApprovedEnrollmentOk returns a tuple with the UserApprovedEnrollment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserApprovedEnrollment

func (o *AppleMdmDeviceSecurityInfo) SetUserApprovedEnrollment(v bool)

SetUserApprovedEnrollment sets UserApprovedEnrollment field to given value.

HasUserApprovedEnrollment

func (o *AppleMdmDeviceSecurityInfo) HasUserApprovedEnrollment() bool

HasUserApprovedEnrollment returns a boolean if a field has been set.

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