github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumEas.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // EasAuthenticationMethod undocumented
     6  type EasAuthenticationMethod string
     7  
     8  const (
     9  	// EasAuthenticationMethodVUsernameAndPassword undocumented
    10  	EasAuthenticationMethodVUsernameAndPassword EasAuthenticationMethod = "usernameAndPassword"
    11  	// EasAuthenticationMethodVCertificate undocumented
    12  	EasAuthenticationMethodVCertificate EasAuthenticationMethod = "certificate"
    13  	// EasAuthenticationMethodVDerivedCredential undocumented
    14  	EasAuthenticationMethodVDerivedCredential EasAuthenticationMethod = "derivedCredential"
    15  )
    16  
    17  var (
    18  	// EasAuthenticationMethodPUsernameAndPassword is a pointer to EasAuthenticationMethodVUsernameAndPassword
    19  	EasAuthenticationMethodPUsernameAndPassword = &_EasAuthenticationMethodPUsernameAndPassword
    20  	// EasAuthenticationMethodPCertificate is a pointer to EasAuthenticationMethodVCertificate
    21  	EasAuthenticationMethodPCertificate = &_EasAuthenticationMethodPCertificate
    22  	// EasAuthenticationMethodPDerivedCredential is a pointer to EasAuthenticationMethodVDerivedCredential
    23  	EasAuthenticationMethodPDerivedCredential = &_EasAuthenticationMethodPDerivedCredential
    24  )
    25  
    26  var (
    27  	_EasAuthenticationMethodPUsernameAndPassword = EasAuthenticationMethodVUsernameAndPassword
    28  	_EasAuthenticationMethodPCertificate         = EasAuthenticationMethodVCertificate
    29  	_EasAuthenticationMethodPDerivedCredential   = EasAuthenticationMethodVDerivedCredential
    30  )
    31  
    32  // EasServices undocumented
    33  type EasServices string
    34  
    35  const (
    36  	// EasServicesVNone undocumented
    37  	EasServicesVNone EasServices = "none"
    38  	// EasServicesVCalendars undocumented
    39  	EasServicesVCalendars EasServices = "calendars"
    40  	// EasServicesVContacts undocumented
    41  	EasServicesVContacts EasServices = "contacts"
    42  	// EasServicesVEmail undocumented
    43  	EasServicesVEmail EasServices = "email"
    44  	// EasServicesVNotes undocumented
    45  	EasServicesVNotes EasServices = "notes"
    46  	// EasServicesVReminders undocumented
    47  	EasServicesVReminders EasServices = "reminders"
    48  )
    49  
    50  var (
    51  	// EasServicesPNone is a pointer to EasServicesVNone
    52  	EasServicesPNone = &_EasServicesPNone
    53  	// EasServicesPCalendars is a pointer to EasServicesVCalendars
    54  	EasServicesPCalendars = &_EasServicesPCalendars
    55  	// EasServicesPContacts is a pointer to EasServicesVContacts
    56  	EasServicesPContacts = &_EasServicesPContacts
    57  	// EasServicesPEmail is a pointer to EasServicesVEmail
    58  	EasServicesPEmail = &_EasServicesPEmail
    59  	// EasServicesPNotes is a pointer to EasServicesVNotes
    60  	EasServicesPNotes = &_EasServicesPNotes
    61  	// EasServicesPReminders is a pointer to EasServicesVReminders
    62  	EasServicesPReminders = &_EasServicesPReminders
    63  )
    64  
    65  var (
    66  	_EasServicesPNone      = EasServicesVNone
    67  	_EasServicesPCalendars = EasServicesVCalendars
    68  	_EasServicesPContacts  = EasServicesVContacts
    69  	_EasServicesPEmail     = EasServicesVEmail
    70  	_EasServicesPNotes     = EasServicesVNotes
    71  	_EasServicesPReminders = EasServicesVReminders
    72  )