summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelDelegated.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelDelegated.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ModelDelegated.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelDelegated.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelDelegated.go
new file mode 100644
index 00000000..6409dc8e
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelDelegated.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// DelegatedPermissionClassification undocumented
+type DelegatedPermissionClassification struct {
+ // Entity is the base model of DelegatedPermissionClassification
+ Entity
+ // PermissionID undocumented
+ PermissionID *string `json:"permissionId,omitempty"`
+ // PermissionName undocumented
+ PermissionName *string `json:"permissionName,omitempty"`
+ // Classification undocumented
+ Classification *PermissionClassificationType `json:"classification,omitempty"`
+}