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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ManagementAgentType undocumented
     6  type ManagementAgentType string
     7  
     8  const (
     9  	// ManagementAgentTypeVEas undocumented
    10  	ManagementAgentTypeVEas ManagementAgentType = "eas"
    11  	// ManagementAgentTypeVMDM undocumented
    12  	ManagementAgentTypeVMDM ManagementAgentType = "mdm"
    13  	// ManagementAgentTypeVEasMDM undocumented
    14  	ManagementAgentTypeVEasMDM ManagementAgentType = "easMdm"
    15  	// ManagementAgentTypeVIntuneClient undocumented
    16  	ManagementAgentTypeVIntuneClient ManagementAgentType = "intuneClient"
    17  	// ManagementAgentTypeVEasIntuneClient undocumented
    18  	ManagementAgentTypeVEasIntuneClient ManagementAgentType = "easIntuneClient"
    19  	// ManagementAgentTypeVConfigurationManagerClient undocumented
    20  	ManagementAgentTypeVConfigurationManagerClient ManagementAgentType = "configurationManagerClient"
    21  	// ManagementAgentTypeVConfigurationManagerClientMDM undocumented
    22  	ManagementAgentTypeVConfigurationManagerClientMDM ManagementAgentType = "configurationManagerClientMdm"
    23  	// ManagementAgentTypeVConfigurationManagerClientMDMEas undocumented
    24  	ManagementAgentTypeVConfigurationManagerClientMDMEas ManagementAgentType = "configurationManagerClientMdmEas"
    25  	// ManagementAgentTypeVUnknown undocumented
    26  	ManagementAgentTypeVUnknown ManagementAgentType = "unknown"
    27  	// ManagementAgentTypeVJamf undocumented
    28  	ManagementAgentTypeVJamf ManagementAgentType = "jamf"
    29  	// ManagementAgentTypeVGoogleCloudDevicePolicyController undocumented
    30  	ManagementAgentTypeVGoogleCloudDevicePolicyController ManagementAgentType = "googleCloudDevicePolicyController"
    31  )
    32  
    33  var (
    34  	// ManagementAgentTypePEas is a pointer to ManagementAgentTypeVEas
    35  	ManagementAgentTypePEas = &_ManagementAgentTypePEas
    36  	// ManagementAgentTypePMDM is a pointer to ManagementAgentTypeVMDM
    37  	ManagementAgentTypePMDM = &_ManagementAgentTypePMDM
    38  	// ManagementAgentTypePEasMDM is a pointer to ManagementAgentTypeVEasMDM
    39  	ManagementAgentTypePEasMDM = &_ManagementAgentTypePEasMDM
    40  	// ManagementAgentTypePIntuneClient is a pointer to ManagementAgentTypeVIntuneClient
    41  	ManagementAgentTypePIntuneClient = &_ManagementAgentTypePIntuneClient
    42  	// ManagementAgentTypePEasIntuneClient is a pointer to ManagementAgentTypeVEasIntuneClient
    43  	ManagementAgentTypePEasIntuneClient = &_ManagementAgentTypePEasIntuneClient
    44  	// ManagementAgentTypePConfigurationManagerClient is a pointer to ManagementAgentTypeVConfigurationManagerClient
    45  	ManagementAgentTypePConfigurationManagerClient = &_ManagementAgentTypePConfigurationManagerClient
    46  	// ManagementAgentTypePConfigurationManagerClientMDM is a pointer to ManagementAgentTypeVConfigurationManagerClientMDM
    47  	ManagementAgentTypePConfigurationManagerClientMDM = &_ManagementAgentTypePConfigurationManagerClientMDM
    48  	// ManagementAgentTypePConfigurationManagerClientMDMEas is a pointer to ManagementAgentTypeVConfigurationManagerClientMDMEas
    49  	ManagementAgentTypePConfigurationManagerClientMDMEas = &_ManagementAgentTypePConfigurationManagerClientMDMEas
    50  	// ManagementAgentTypePUnknown is a pointer to ManagementAgentTypeVUnknown
    51  	ManagementAgentTypePUnknown = &_ManagementAgentTypePUnknown
    52  	// ManagementAgentTypePJamf is a pointer to ManagementAgentTypeVJamf
    53  	ManagementAgentTypePJamf = &_ManagementAgentTypePJamf
    54  	// ManagementAgentTypePGoogleCloudDevicePolicyController is a pointer to ManagementAgentTypeVGoogleCloudDevicePolicyController
    55  	ManagementAgentTypePGoogleCloudDevicePolicyController = &_ManagementAgentTypePGoogleCloudDevicePolicyController
    56  )
    57  
    58  var (
    59  	_ManagementAgentTypePEas                               = ManagementAgentTypeVEas
    60  	_ManagementAgentTypePMDM                               = ManagementAgentTypeVMDM
    61  	_ManagementAgentTypePEasMDM                            = ManagementAgentTypeVEasMDM
    62  	_ManagementAgentTypePIntuneClient                      = ManagementAgentTypeVIntuneClient
    63  	_ManagementAgentTypePEasIntuneClient                   = ManagementAgentTypeVEasIntuneClient
    64  	_ManagementAgentTypePConfigurationManagerClient        = ManagementAgentTypeVConfigurationManagerClient
    65  	_ManagementAgentTypePConfigurationManagerClientMDM     = ManagementAgentTypeVConfigurationManagerClientMDM
    66  	_ManagementAgentTypePConfigurationManagerClientMDMEas  = ManagementAgentTypeVConfigurationManagerClientMDMEas
    67  	_ManagementAgentTypePUnknown                           = ManagementAgentTypeVUnknown
    68  	_ManagementAgentTypePJamf                              = ManagementAgentTypeVJamf
    69  	_ManagementAgentTypePGoogleCloudDevicePolicyController = ManagementAgentTypeVGoogleCloudDevicePolicyController
    70  )