forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
25
vendor/github.com/yaegashi/msgraph.go/beta/UserCredentialUsageDetailsModel.go
generated
vendored
Normal file
25
vendor/github.com/yaegashi/msgraph.go/beta/UserCredentialUsageDetailsModel.go
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "time"
|
||||
|
||||
// UserCredentialUsageDetails undocumented
|
||||
type UserCredentialUsageDetails struct {
|
||||
// Entity is the base model of UserCredentialUsageDetails
|
||||
Entity
|
||||
// Feature undocumented
|
||||
Feature *FeatureType `json:"feature,omitempty"`
|
||||
// UserPrincipalName undocumented
|
||||
UserPrincipalName *string `json:"userPrincipalName,omitempty"`
|
||||
// UserDisplayName undocumented
|
||||
UserDisplayName *string `json:"userDisplayName,omitempty"`
|
||||
// IsSuccess undocumented
|
||||
IsSuccess *bool `json:"isSuccess,omitempty"`
|
||||
// AuthMethod undocumented
|
||||
AuthMethod *UsageAuthMethod `json:"authMethod,omitempty"`
|
||||
// FailureReason undocumented
|
||||
FailureReason *string `json:"failureReason,omitempty"`
|
||||
// EventDateTime undocumented
|
||||
EventDateTime *time.Time `json:"eventDateTime,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user