summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationSignInSummaryModel.go
blob: d883f038f988a7164017cd8af3023f650f67062b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"`
}