mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 04:12:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
23
vendor/github.com/yaegashi/msgraph.go/beta/ModelReport.go
generated
vendored
Normal file
23
vendor/github.com/yaegashi/msgraph.go/beta/ModelReport.go
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// Report undocumented
|
||||
type Report struct {
|
||||
// Object is the base model of Report
|
||||
Object
|
||||
// Content undocumented
|
||||
Content *Stream `json:"content,omitempty"`
|
||||
}
|
||||
|
||||
// ReportRoot The resource that represents an instance of Enrollment Failure Reports.
|
||||
type ReportRoot struct {
|
||||
// Entity is the base model of ReportRoot
|
||||
Entity
|
||||
// ApplicationSignInDetailedSummary undocumented
|
||||
ApplicationSignInDetailedSummary []ApplicationSignInDetailedSummary `json:"applicationSignInDetailedSummary,omitempty"`
|
||||
// CredentialUserRegistrationDetails undocumented
|
||||
CredentialUserRegistrationDetails []CredentialUserRegistrationDetails `json:"credentialUserRegistrationDetails,omitempty"`
|
||||
// UserCredentialUsageDetails undocumented
|
||||
UserCredentialUsageDetails []UserCredentialUsageDetails `json:"userCredentialUsageDetails,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user