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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // WorkforceIntegrationEncryptionProtocol undocumented
     6  type WorkforceIntegrationEncryptionProtocol string
     7  
     8  const (
     9  	// WorkforceIntegrationEncryptionProtocolVSharedSecret undocumented
    10  	WorkforceIntegrationEncryptionProtocolVSharedSecret WorkforceIntegrationEncryptionProtocol = "sharedSecret"
    11  	// WorkforceIntegrationEncryptionProtocolVUnknownFutureValue undocumented
    12  	WorkforceIntegrationEncryptionProtocolVUnknownFutureValue WorkforceIntegrationEncryptionProtocol = "unknownFutureValue"
    13  )
    14  
    15  var (
    16  	// WorkforceIntegrationEncryptionProtocolPSharedSecret is a pointer to WorkforceIntegrationEncryptionProtocolVSharedSecret
    17  	WorkforceIntegrationEncryptionProtocolPSharedSecret = &_WorkforceIntegrationEncryptionProtocolPSharedSecret
    18  	// WorkforceIntegrationEncryptionProtocolPUnknownFutureValue is a pointer to WorkforceIntegrationEncryptionProtocolVUnknownFutureValue
    19  	WorkforceIntegrationEncryptionProtocolPUnknownFutureValue = &_WorkforceIntegrationEncryptionProtocolPUnknownFutureValue
    20  )
    21  
    22  var (
    23  	_WorkforceIntegrationEncryptionProtocolPSharedSecret       = WorkforceIntegrationEncryptionProtocolVSharedSecret
    24  	_WorkforceIntegrationEncryptionProtocolPUnknownFutureValue = WorkforceIntegrationEncryptionProtocolVUnknownFutureValue
    25  )
    26  
    27  // WorkforceIntegrationSupportedEntities undocumented
    28  type WorkforceIntegrationSupportedEntities string
    29  
    30  const (
    31  	// WorkforceIntegrationSupportedEntitiesVNone undocumented
    32  	WorkforceIntegrationSupportedEntitiesVNone WorkforceIntegrationSupportedEntities = "none"
    33  	// WorkforceIntegrationSupportedEntitiesVShift undocumented
    34  	WorkforceIntegrationSupportedEntitiesVShift WorkforceIntegrationSupportedEntities = "shift"
    35  	// WorkforceIntegrationSupportedEntitiesVSwapRequest undocumented
    36  	WorkforceIntegrationSupportedEntitiesVSwapRequest WorkforceIntegrationSupportedEntities = "swapRequest"
    37  	// WorkforceIntegrationSupportedEntitiesVUserShiftPreferences undocumented
    38  	WorkforceIntegrationSupportedEntitiesVUserShiftPreferences WorkforceIntegrationSupportedEntities = "userShiftPreferences"
    39  	// WorkforceIntegrationSupportedEntitiesVOpenShift undocumented
    40  	WorkforceIntegrationSupportedEntitiesVOpenShift WorkforceIntegrationSupportedEntities = "openShift"
    41  	// WorkforceIntegrationSupportedEntitiesVOpenShiftRequest undocumented
    42  	WorkforceIntegrationSupportedEntitiesVOpenShiftRequest WorkforceIntegrationSupportedEntities = "openShiftRequest"
    43  )
    44  
    45  var (
    46  	// WorkforceIntegrationSupportedEntitiesPNone is a pointer to WorkforceIntegrationSupportedEntitiesVNone
    47  	WorkforceIntegrationSupportedEntitiesPNone = &_WorkforceIntegrationSupportedEntitiesPNone
    48  	// WorkforceIntegrationSupportedEntitiesPShift is a pointer to WorkforceIntegrationSupportedEntitiesVShift
    49  	WorkforceIntegrationSupportedEntitiesPShift = &_WorkforceIntegrationSupportedEntitiesPShift
    50  	// WorkforceIntegrationSupportedEntitiesPSwapRequest is a pointer to WorkforceIntegrationSupportedEntitiesVSwapRequest
    51  	WorkforceIntegrationSupportedEntitiesPSwapRequest = &_WorkforceIntegrationSupportedEntitiesPSwapRequest
    52  	// WorkforceIntegrationSupportedEntitiesPUserShiftPreferences is a pointer to WorkforceIntegrationSupportedEntitiesVUserShiftPreferences
    53  	WorkforceIntegrationSupportedEntitiesPUserShiftPreferences = &_WorkforceIntegrationSupportedEntitiesPUserShiftPreferences
    54  	// WorkforceIntegrationSupportedEntitiesPOpenShift is a pointer to WorkforceIntegrationSupportedEntitiesVOpenShift
    55  	WorkforceIntegrationSupportedEntitiesPOpenShift = &_WorkforceIntegrationSupportedEntitiesPOpenShift
    56  	// WorkforceIntegrationSupportedEntitiesPOpenShiftRequest is a pointer to WorkforceIntegrationSupportedEntitiesVOpenShiftRequest
    57  	WorkforceIntegrationSupportedEntitiesPOpenShiftRequest = &_WorkforceIntegrationSupportedEntitiesPOpenShiftRequest
    58  )
    59  
    60  var (
    61  	_WorkforceIntegrationSupportedEntitiesPNone                 = WorkforceIntegrationSupportedEntitiesVNone
    62  	_WorkforceIntegrationSupportedEntitiesPShift                = WorkforceIntegrationSupportedEntitiesVShift
    63  	_WorkforceIntegrationSupportedEntitiesPSwapRequest          = WorkforceIntegrationSupportedEntitiesVSwapRequest
    64  	_WorkforceIntegrationSupportedEntitiesPUserShiftPreferences = WorkforceIntegrationSupportedEntitiesVUserShiftPreferences
    65  	_WorkforceIntegrationSupportedEntitiesPOpenShift            = WorkforceIntegrationSupportedEntitiesVOpenShift
    66  	_WorkforceIntegrationSupportedEntitiesPOpenShiftRequest     = WorkforceIntegrationSupportedEntitiesVOpenShiftRequest
    67  )