mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-19 01:22:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
67
vendor/github.com/yaegashi/msgraph.go/beta/EnumWorkforce.go
generated
vendored
Normal file
67
vendor/github.com/yaegashi/msgraph.go/beta/EnumWorkforce.go
generated
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// WorkforceIntegrationEncryptionProtocol undocumented
|
||||
type WorkforceIntegrationEncryptionProtocol string
|
||||
|
||||
const (
|
||||
// WorkforceIntegrationEncryptionProtocolVSharedSecret undocumented
|
||||
WorkforceIntegrationEncryptionProtocolVSharedSecret WorkforceIntegrationEncryptionProtocol = "sharedSecret"
|
||||
// WorkforceIntegrationEncryptionProtocolVUnknownFutureValue undocumented
|
||||
WorkforceIntegrationEncryptionProtocolVUnknownFutureValue WorkforceIntegrationEncryptionProtocol = "unknownFutureValue"
|
||||
)
|
||||
|
||||
var (
|
||||
// WorkforceIntegrationEncryptionProtocolPSharedSecret is a pointer to WorkforceIntegrationEncryptionProtocolVSharedSecret
|
||||
WorkforceIntegrationEncryptionProtocolPSharedSecret = &_WorkforceIntegrationEncryptionProtocolPSharedSecret
|
||||
// WorkforceIntegrationEncryptionProtocolPUnknownFutureValue is a pointer to WorkforceIntegrationEncryptionProtocolVUnknownFutureValue
|
||||
WorkforceIntegrationEncryptionProtocolPUnknownFutureValue = &_WorkforceIntegrationEncryptionProtocolPUnknownFutureValue
|
||||
)
|
||||
|
||||
var (
|
||||
_WorkforceIntegrationEncryptionProtocolPSharedSecret = WorkforceIntegrationEncryptionProtocolVSharedSecret
|
||||
_WorkforceIntegrationEncryptionProtocolPUnknownFutureValue = WorkforceIntegrationEncryptionProtocolVUnknownFutureValue
|
||||
)
|
||||
|
||||
// WorkforceIntegrationSupportedEntities undocumented
|
||||
type WorkforceIntegrationSupportedEntities string
|
||||
|
||||
const (
|
||||
// WorkforceIntegrationSupportedEntitiesVNone undocumented
|
||||
WorkforceIntegrationSupportedEntitiesVNone WorkforceIntegrationSupportedEntities = "none"
|
||||
// WorkforceIntegrationSupportedEntitiesVShift undocumented
|
||||
WorkforceIntegrationSupportedEntitiesVShift WorkforceIntegrationSupportedEntities = "shift"
|
||||
// WorkforceIntegrationSupportedEntitiesVSwapRequest undocumented
|
||||
WorkforceIntegrationSupportedEntitiesVSwapRequest WorkforceIntegrationSupportedEntities = "swapRequest"
|
||||
// WorkforceIntegrationSupportedEntitiesVUserShiftPreferences undocumented
|
||||
WorkforceIntegrationSupportedEntitiesVUserShiftPreferences WorkforceIntegrationSupportedEntities = "userShiftPreferences"
|
||||
// WorkforceIntegrationSupportedEntitiesVOpenShift undocumented
|
||||
WorkforceIntegrationSupportedEntitiesVOpenShift WorkforceIntegrationSupportedEntities = "openShift"
|
||||
// WorkforceIntegrationSupportedEntitiesVOpenShiftRequest undocumented
|
||||
WorkforceIntegrationSupportedEntitiesVOpenShiftRequest WorkforceIntegrationSupportedEntities = "openShiftRequest"
|
||||
)
|
||||
|
||||
var (
|
||||
// WorkforceIntegrationSupportedEntitiesPNone is a pointer to WorkforceIntegrationSupportedEntitiesVNone
|
||||
WorkforceIntegrationSupportedEntitiesPNone = &_WorkforceIntegrationSupportedEntitiesPNone
|
||||
// WorkforceIntegrationSupportedEntitiesPShift is a pointer to WorkforceIntegrationSupportedEntitiesVShift
|
||||
WorkforceIntegrationSupportedEntitiesPShift = &_WorkforceIntegrationSupportedEntitiesPShift
|
||||
// WorkforceIntegrationSupportedEntitiesPSwapRequest is a pointer to WorkforceIntegrationSupportedEntitiesVSwapRequest
|
||||
WorkforceIntegrationSupportedEntitiesPSwapRequest = &_WorkforceIntegrationSupportedEntitiesPSwapRequest
|
||||
// WorkforceIntegrationSupportedEntitiesPUserShiftPreferences is a pointer to WorkforceIntegrationSupportedEntitiesVUserShiftPreferences
|
||||
WorkforceIntegrationSupportedEntitiesPUserShiftPreferences = &_WorkforceIntegrationSupportedEntitiesPUserShiftPreferences
|
||||
// WorkforceIntegrationSupportedEntitiesPOpenShift is a pointer to WorkforceIntegrationSupportedEntitiesVOpenShift
|
||||
WorkforceIntegrationSupportedEntitiesPOpenShift = &_WorkforceIntegrationSupportedEntitiesPOpenShift
|
||||
// WorkforceIntegrationSupportedEntitiesPOpenShiftRequest is a pointer to WorkforceIntegrationSupportedEntitiesVOpenShiftRequest
|
||||
WorkforceIntegrationSupportedEntitiesPOpenShiftRequest = &_WorkforceIntegrationSupportedEntitiesPOpenShiftRequest
|
||||
)
|
||||
|
||||
var (
|
||||
_WorkforceIntegrationSupportedEntitiesPNone = WorkforceIntegrationSupportedEntitiesVNone
|
||||
_WorkforceIntegrationSupportedEntitiesPShift = WorkforceIntegrationSupportedEntitiesVShift
|
||||
_WorkforceIntegrationSupportedEntitiesPSwapRequest = WorkforceIntegrationSupportedEntitiesVSwapRequest
|
||||
_WorkforceIntegrationSupportedEntitiesPUserShiftPreferences = WorkforceIntegrationSupportedEntitiesVUserShiftPreferences
|
||||
_WorkforceIntegrationSupportedEntitiesPOpenShift = WorkforceIntegrationSupportedEntitiesVOpenShift
|
||||
_WorkforceIntegrationSupportedEntitiesPOpenShiftRequest = WorkforceIntegrationSupportedEntitiesVOpenShiftRequest
|
||||
)
|
Reference in New Issue
Block a user