github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelConfiguration.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ConfigurationManagerClientEnabledFeatures undocumented
     6  type ConfigurationManagerClientEnabledFeatures struct {
     7  	// Object is the base model of ConfigurationManagerClientEnabledFeatures
     8  	Object
     9  	// Inventory Whether inventory is managed by Intune
    10  	Inventory *bool `json:"inventory,omitempty"`
    11  	// ModernApps Whether modern application is managed by Intune
    12  	ModernApps *bool `json:"modernApps,omitempty"`
    13  	// ResourceAccess Whether resource access is managed by Intune
    14  	ResourceAccess *bool `json:"resourceAccess,omitempty"`
    15  	// DeviceConfiguration Whether device configuration is managed by Intune
    16  	DeviceConfiguration *bool `json:"deviceConfiguration,omitempty"`
    17  	// CompliancePolicy Whether compliance policy is managed by Intune
    18  	CompliancePolicy *bool `json:"compliancePolicy,omitempty"`
    19  	// WindowsUpdateForBusiness Whether Windows Update for Business is managed by Intune
    20  	WindowsUpdateForBusiness *bool `json:"windowsUpdateForBusiness,omitempty"`
    21  }