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, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go
deleted file mode 100644
index d883f038..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// 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"`
-}