summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumWorkforce.go
blob: 6d2629ab1779dfe0cef9fc8ddeb1fae5c12b8c45 (plain) (tree)
1
                                                
































































                                                                                                                                                
// Code generated by msgraph.go/gen 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
)