summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ManagedDeviceCleanupSettingsModel.go
blob: f5cfe666017b188f10cb051fa9a77b28e33b2c20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// ManagedDeviceCleanupSettings undocumented
type ManagedDeviceCleanupSettings struct {
	// Object is the base model of ManagedDeviceCleanupSettings
	Object
	// DeviceInactivityBeforeRetirementInDays Number of days when the device has not contacted Intune.
	DeviceInactivityBeforeRetirementInDays *string `json:"deviceInactivityBeforeRetirementInDays,omitempty"`
}