diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelReport.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelReport.go | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelReport.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelReport.go new file mode 100644 index 00000000..11f75657 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelReport.go @@ -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"` +} |