2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2019-12-26 22:12:28 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
2020-03-15 22:43:46 +00:00
|
|
|
// Report undocumented
|
|
|
|
type Report struct {
|
|
|
|
// Object is the base model of Report
|
|
|
|
Object
|
|
|
|
// Content undocumented
|
|
|
|
Content *Stream `json:"content,omitempty"`
|
|
|
|
}
|
|
|
|
|
2019-12-26 22:12:28 +00:00
|
|
|
// 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"`
|
|
|
|
}
|