// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // DeviceManagementSettings undocumented type DeviceManagementSettings struct { // Object is the base model of DeviceManagementSettings Object // DeviceComplianceCheckinThresholdDays The number of days a device is allowed to go without checking in to remain compliant. DeviceComplianceCheckinThresholdDays *int `json:"deviceComplianceCheckinThresholdDays,omitempty"` // IsScheduledActionEnabled Is feature enabled or not for scheduled action for rule. IsScheduledActionEnabled *bool `json:"isScheduledActionEnabled,omitempty"` // SecureByDefault Device should be noncompliant when there is no compliance policy targeted when this is true SecureByDefault *bool `json:"secureByDefault,omitempty"` // EnhancedJailBreak Is feature enabled or not for enhanced jailbreak detection. EnhancedJailBreak *bool `json:"enhancedJailBreak,omitempty"` // DeviceInactivityBeforeRetirementInDay When the device does not check in for specified number of days, the company data might be removed and the device will not be under management. Valid values 30 to 270 DeviceInactivityBeforeRetirementInDay *int `json:"deviceInactivityBeforeRetirementInDay,omitempty"` // DerivedCredentialProvider The Derived Credential Provider to use for this account. DerivedCredentialProvider *DerivedCredentialProviderType `json:"derivedCredentialProvider,omitempty"` // DerivedCredentialURL The Derived Credential Provider self-service URI. DerivedCredentialURL *string `json:"derivedCredentialUrl,omitempty"` // AndroidDeviceAdministratorEnrollmentEnabled The property to determine if Android device administrator enrollment is enabled for this account. AndroidDeviceAdministratorEnrollmentEnabled *bool `json:"androidDeviceAdministratorEnrollmentEnabled,omitempty"` }