You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumUsername.go

31 lines
1.2 KiB
Go

// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// UsernameSource undocumented
type UsernameSource string
const (
// UsernameSourceVUserPrincipalName undocumented
UsernameSourceVUserPrincipalName UsernameSource = "userPrincipalName"
// UsernameSourceVPrimarySMTPAddress undocumented
UsernameSourceVPrimarySMTPAddress UsernameSource = "primarySmtpAddress"
// UsernameSourceVSamAccountName undocumented
UsernameSourceVSamAccountName UsernameSource = "samAccountName"
)
var (
// UsernameSourcePUserPrincipalName is a pointer to UsernameSourceVUserPrincipalName
UsernameSourcePUserPrincipalName = &_UsernameSourcePUserPrincipalName
// UsernameSourcePPrimarySMTPAddress is a pointer to UsernameSourceVPrimarySMTPAddress
UsernameSourcePPrimarySMTPAddress = &_UsernameSourcePPrimarySMTPAddress
// UsernameSourcePSamAccountName is a pointer to UsernameSourceVSamAccountName
UsernameSourcePSamAccountName = &_UsernameSourcePSamAccountName
)
var (
_UsernameSourcePUserPrincipalName = UsernameSourceVUserPrincipalName
_UsernameSourcePPrimarySMTPAddress = UsernameSourceVPrimarySMTPAddress
_UsernameSourcePSamAccountName = UsernameSourceVSamAccountName
)