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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // InitiatorType undocumented
     6  type InitiatorType string
     7  
     8  const (
     9  	// InitiatorTypeVUser undocumented
    10  	InitiatorTypeVUser InitiatorType = "user"
    11  	// InitiatorTypeVApp undocumented
    12  	InitiatorTypeVApp InitiatorType = "app"
    13  	// InitiatorTypeVSystem undocumented
    14  	InitiatorTypeVSystem InitiatorType = "system"
    15  	// InitiatorTypeVUnknownFutureValue undocumented
    16  	InitiatorTypeVUnknownFutureValue InitiatorType = "unknownFutureValue"
    17  )
    18  
    19  var (
    20  	// InitiatorTypePUser is a pointer to InitiatorTypeVUser
    21  	InitiatorTypePUser = &_InitiatorTypePUser
    22  	// InitiatorTypePApp is a pointer to InitiatorTypeVApp
    23  	InitiatorTypePApp = &_InitiatorTypePApp
    24  	// InitiatorTypePSystem is a pointer to InitiatorTypeVSystem
    25  	InitiatorTypePSystem = &_InitiatorTypePSystem
    26  	// InitiatorTypePUnknownFutureValue is a pointer to InitiatorTypeVUnknownFutureValue
    27  	InitiatorTypePUnknownFutureValue = &_InitiatorTypePUnknownFutureValue
    28  )
    29  
    30  var (
    31  	_InitiatorTypePUser               = InitiatorTypeVUser
    32  	_InitiatorTypePApp                = InitiatorTypeVApp
    33  	_InitiatorTypePSystem             = InitiatorTypeVSystem
    34  	_InitiatorTypePUnknownFutureValue = InitiatorTypeVUnknownFutureValue
    35  )