summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceCategoryModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DeviceCategoryModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/DeviceCategoryModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceCategoryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceCategoryModel.go
deleted file mode 100644
index 3aa58b42..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceCategoryModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// DeviceCategory Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.
-type DeviceCategory struct {
- // Entity is the base model of DeviceCategory
- Entity
- // DisplayName Display name for the device category.
- DisplayName *string `json:"displayName,omitempty"`
- // Description Optional description for the device category.
- Description *string `json:"description,omitempty"`
- // RoleScopeTagIDs Optional role scope tags for the device category.
- RoleScopeTagIDs []string `json:"roleScopeTagIds,omitempty"`
-}