github.com/yaegashi/msgraph.go@v0.1.4/v1.0/EnumUser.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // UserAccountSecurityType undocumented
     6  type UserAccountSecurityType string
     7  
     8  const (
     9  	// UserAccountSecurityTypeVUnknown undocumented
    10  	UserAccountSecurityTypeVUnknown UserAccountSecurityType = "unknown"
    11  	// UserAccountSecurityTypeVStandard undocumented
    12  	UserAccountSecurityTypeVStandard UserAccountSecurityType = "standard"
    13  	// UserAccountSecurityTypeVPower undocumented
    14  	UserAccountSecurityTypeVPower UserAccountSecurityType = "power"
    15  	// UserAccountSecurityTypeVAdministrator undocumented
    16  	UserAccountSecurityTypeVAdministrator UserAccountSecurityType = "administrator"
    17  	// UserAccountSecurityTypeVUnknownFutureValue undocumented
    18  	UserAccountSecurityTypeVUnknownFutureValue UserAccountSecurityType = "unknownFutureValue"
    19  )
    20  
    21  var (
    22  	// UserAccountSecurityTypePUnknown is a pointer to UserAccountSecurityTypeVUnknown
    23  	UserAccountSecurityTypePUnknown = &_UserAccountSecurityTypePUnknown
    24  	// UserAccountSecurityTypePStandard is a pointer to UserAccountSecurityTypeVStandard
    25  	UserAccountSecurityTypePStandard = &_UserAccountSecurityTypePStandard
    26  	// UserAccountSecurityTypePPower is a pointer to UserAccountSecurityTypeVPower
    27  	UserAccountSecurityTypePPower = &_UserAccountSecurityTypePPower
    28  	// UserAccountSecurityTypePAdministrator is a pointer to UserAccountSecurityTypeVAdministrator
    29  	UserAccountSecurityTypePAdministrator = &_UserAccountSecurityTypePAdministrator
    30  	// UserAccountSecurityTypePUnknownFutureValue is a pointer to UserAccountSecurityTypeVUnknownFutureValue
    31  	UserAccountSecurityTypePUnknownFutureValue = &_UserAccountSecurityTypePUnknownFutureValue
    32  )
    33  
    34  var (
    35  	_UserAccountSecurityTypePUnknown            = UserAccountSecurityTypeVUnknown
    36  	_UserAccountSecurityTypePStandard           = UserAccountSecurityTypeVStandard
    37  	_UserAccountSecurityTypePPower              = UserAccountSecurityTypeVPower
    38  	_UserAccountSecurityTypePAdministrator      = UserAccountSecurityTypeVAdministrator
    39  	_UserAccountSecurityTypePUnknownFutureValue = UserAccountSecurityTypeVUnknownFutureValue
    40  )