mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 19:52:03 -08:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
26 lines
843 B
Go
26 lines
843 B
Go
// 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"`
|
|
}
|