mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 14:30:26 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
24 lines
855 B
Go
24 lines
855 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// CredentialUserRegistrationDetails undocumented
|
|
type CredentialUserRegistrationDetails struct {
|
|
// Entity is the base model of CredentialUserRegistrationDetails
|
|
Entity
|
|
// UserPrincipalName undocumented
|
|
UserPrincipalName *string `json:"userPrincipalName,omitempty"`
|
|
// UserDisplayName undocumented
|
|
UserDisplayName *string `json:"userDisplayName,omitempty"`
|
|
// AuthMethods undocumented
|
|
AuthMethods []RegistrationAuthMethod `json:"authMethods,omitempty"`
|
|
// IsRegistered undocumented
|
|
IsRegistered *bool `json:"isRegistered,omitempty"`
|
|
// IsEnabled undocumented
|
|
IsEnabled *bool `json:"isEnabled,omitempty"`
|
|
// IsCapable undocumented
|
|
IsCapable *bool `json:"isCapable,omitempty"`
|
|
// IsMFARegistered undocumented
|
|
IsMFARegistered *bool `json:"isMfaRegistered,omitempty"`
|
|
}
|