summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SecurityActionStateModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SecurityActionStateModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/SecurityActionStateModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SecurityActionStateModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SecurityActionStateModel.go
new file mode 100644
index 00000000..1acd0a42
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/SecurityActionStateModel.go
@@ -0,0 +1,19 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// SecurityActionState undocumented
+type SecurityActionState struct {
+ // Object is the base model of SecurityActionState
+ Object
+ // AppID undocumented
+ AppID *string `json:"appId,omitempty"`
+ // Status undocumented
+ Status *OperationStatus `json:"status,omitempty"`
+ // UpdatedDateTime undocumented
+ UpdatedDateTime *time.Time `json:"updatedDateTime,omitempty"`
+ // User undocumented
+ User *string `json:"user,omitempty"`
+}