github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelReport.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Report undocumented
     6  type Report struct {
     7  	// Object is the base model of Report
     8  	Object
     9  	// Content undocumented
    10  	Content *Stream `json:"content,omitempty"`
    11  }
    12  
    13  // ReportRoot The resource that represents an instance of Enrollment Failure Reports.
    14  type ReportRoot struct {
    15  	// Entity is the base model of ReportRoot
    16  	Entity
    17  	// ApplicationSignInDetailedSummary undocumented
    18  	ApplicationSignInDetailedSummary []ApplicationSignInDetailedSummary `json:"applicationSignInDetailedSummary,omitempty"`
    19  	// CredentialUserRegistrationDetails undocumented
    20  	CredentialUserRegistrationDetails []CredentialUserRegistrationDetails `json:"credentialUserRegistrationDetails,omitempty"`
    21  	// UserCredentialUsageDetails undocumented
    22  	UserCredentialUsageDetails []UserCredentialUsageDetails `json:"userCredentialUsageDetails,omitempty"`
    23  }