summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MacOSKernelExtensionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MacOSKernelExtensionModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/MacOSKernelExtensionModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MacOSKernelExtensionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/MacOSKernelExtensionModel.go
new file mode 100644
index 00000000..be447cd1
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/MacOSKernelExtensionModel.go
@@ -0,0 +1,13 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// MacOSKernelExtension undocumented
+type MacOSKernelExtension struct {
+ // Object is the base model of MacOSKernelExtension
+ Object
+ // TeamIdentifier The team identifier that was used to sign the kernel extension.
+ TeamIdentifier *string `json:"teamIdentifier,omitempty"`
+ // BundleID Bundle ID of the kernel extension.
+ BundleID *string `json:"bundleId,omitempty"`
+}