summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go
new file mode 100644
index 00000000..d883f038
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// ApplicationSignInSummary undocumented
+type ApplicationSignInSummary struct {
+ // Entity is the base model of ApplicationSignInSummary
+ Entity
+ // AppDisplayName undocumented
+ AppDisplayName *string `json:"appDisplayName,omitempty"`
+ // SuccessfulSignInCount undocumented
+ SuccessfulSignInCount *int `json:"successfulSignInCount,omitempty"`
+ // FailedSignInCount undocumented
+ FailedSignInCount *int `json:"failedSignInCount,omitempty"`
+ // SuccessPercentage undocumented
+ SuccessPercentage *float64 `json:"successPercentage,omitempty"`
+}