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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // DeviceAndAppManagementAssignmentSource undocumented
     6  type DeviceAndAppManagementAssignmentSource string
     7  
     8  const (
     9  	// DeviceAndAppManagementAssignmentSourceVDirect undocumented
    10  	DeviceAndAppManagementAssignmentSourceVDirect DeviceAndAppManagementAssignmentSource = "direct"
    11  	// DeviceAndAppManagementAssignmentSourceVPolicySets undocumented
    12  	DeviceAndAppManagementAssignmentSourceVPolicySets DeviceAndAppManagementAssignmentSource = "policySets"
    13  )
    14  
    15  var (
    16  	// DeviceAndAppManagementAssignmentSourcePDirect is a pointer to DeviceAndAppManagementAssignmentSourceVDirect
    17  	DeviceAndAppManagementAssignmentSourcePDirect = &_DeviceAndAppManagementAssignmentSourcePDirect
    18  	// DeviceAndAppManagementAssignmentSourcePPolicySets is a pointer to DeviceAndAppManagementAssignmentSourceVPolicySets
    19  	DeviceAndAppManagementAssignmentSourcePPolicySets = &_DeviceAndAppManagementAssignmentSourcePPolicySets
    20  )
    21  
    22  var (
    23  	_DeviceAndAppManagementAssignmentSourcePDirect     = DeviceAndAppManagementAssignmentSourceVDirect
    24  	_DeviceAndAppManagementAssignmentSourcePPolicySets = DeviceAndAppManagementAssignmentSourceVPolicySets
    25  )
    26  
    27  // DeviceAppManagementTaskCategory undocumented
    28  type DeviceAppManagementTaskCategory string
    29  
    30  const (
    31  	// DeviceAppManagementTaskCategoryVUnknown undocumented
    32  	DeviceAppManagementTaskCategoryVUnknown DeviceAppManagementTaskCategory = "unknown"
    33  	// DeviceAppManagementTaskCategoryVAdvancedThreatProtection undocumented
    34  	DeviceAppManagementTaskCategoryVAdvancedThreatProtection DeviceAppManagementTaskCategory = "advancedThreatProtection"
    35  )
    36  
    37  var (
    38  	// DeviceAppManagementTaskCategoryPUnknown is a pointer to DeviceAppManagementTaskCategoryVUnknown
    39  	DeviceAppManagementTaskCategoryPUnknown = &_DeviceAppManagementTaskCategoryPUnknown
    40  	// DeviceAppManagementTaskCategoryPAdvancedThreatProtection is a pointer to DeviceAppManagementTaskCategoryVAdvancedThreatProtection
    41  	DeviceAppManagementTaskCategoryPAdvancedThreatProtection = &_DeviceAppManagementTaskCategoryPAdvancedThreatProtection
    42  )
    43  
    44  var (
    45  	_DeviceAppManagementTaskCategoryPUnknown                  = DeviceAppManagementTaskCategoryVUnknown
    46  	_DeviceAppManagementTaskCategoryPAdvancedThreatProtection = DeviceAppManagementTaskCategoryVAdvancedThreatProtection
    47  )
    48  
    49  // DeviceAppManagementTaskPriority undocumented
    50  type DeviceAppManagementTaskPriority string
    51  
    52  const (
    53  	// DeviceAppManagementTaskPriorityVNone undocumented
    54  	DeviceAppManagementTaskPriorityVNone DeviceAppManagementTaskPriority = "none"
    55  	// DeviceAppManagementTaskPriorityVHigh undocumented
    56  	DeviceAppManagementTaskPriorityVHigh DeviceAppManagementTaskPriority = "high"
    57  	// DeviceAppManagementTaskPriorityVLow undocumented
    58  	DeviceAppManagementTaskPriorityVLow DeviceAppManagementTaskPriority = "low"
    59  )
    60  
    61  var (
    62  	// DeviceAppManagementTaskPriorityPNone is a pointer to DeviceAppManagementTaskPriorityVNone
    63  	DeviceAppManagementTaskPriorityPNone = &_DeviceAppManagementTaskPriorityPNone
    64  	// DeviceAppManagementTaskPriorityPHigh is a pointer to DeviceAppManagementTaskPriorityVHigh
    65  	DeviceAppManagementTaskPriorityPHigh = &_DeviceAppManagementTaskPriorityPHigh
    66  	// DeviceAppManagementTaskPriorityPLow is a pointer to DeviceAppManagementTaskPriorityVLow
    67  	DeviceAppManagementTaskPriorityPLow = &_DeviceAppManagementTaskPriorityPLow
    68  )
    69  
    70  var (
    71  	_DeviceAppManagementTaskPriorityPNone = DeviceAppManagementTaskPriorityVNone
    72  	_DeviceAppManagementTaskPriorityPHigh = DeviceAppManagementTaskPriorityVHigh
    73  	_DeviceAppManagementTaskPriorityPLow  = DeviceAppManagementTaskPriorityVLow
    74  )
    75  
    76  // DeviceAppManagementTaskStatus undocumented
    77  type DeviceAppManagementTaskStatus string
    78  
    79  const (
    80  	// DeviceAppManagementTaskStatusVUnknown undocumented
    81  	DeviceAppManagementTaskStatusVUnknown DeviceAppManagementTaskStatus = "unknown"
    82  	// DeviceAppManagementTaskStatusVPending undocumented
    83  	DeviceAppManagementTaskStatusVPending DeviceAppManagementTaskStatus = "pending"
    84  	// DeviceAppManagementTaskStatusVActive undocumented
    85  	DeviceAppManagementTaskStatusVActive DeviceAppManagementTaskStatus = "active"
    86  	// DeviceAppManagementTaskStatusVCompleted undocumented
    87  	DeviceAppManagementTaskStatusVCompleted DeviceAppManagementTaskStatus = "completed"
    88  	// DeviceAppManagementTaskStatusVRejected undocumented
    89  	DeviceAppManagementTaskStatusVRejected DeviceAppManagementTaskStatus = "rejected"
    90  )
    91  
    92  var (
    93  	// DeviceAppManagementTaskStatusPUnknown is a pointer to DeviceAppManagementTaskStatusVUnknown
    94  	DeviceAppManagementTaskStatusPUnknown = &_DeviceAppManagementTaskStatusPUnknown
    95  	// DeviceAppManagementTaskStatusPPending is a pointer to DeviceAppManagementTaskStatusVPending
    96  	DeviceAppManagementTaskStatusPPending = &_DeviceAppManagementTaskStatusPPending
    97  	// DeviceAppManagementTaskStatusPActive is a pointer to DeviceAppManagementTaskStatusVActive
    98  	DeviceAppManagementTaskStatusPActive = &_DeviceAppManagementTaskStatusPActive
    99  	// DeviceAppManagementTaskStatusPCompleted is a pointer to DeviceAppManagementTaskStatusVCompleted
   100  	DeviceAppManagementTaskStatusPCompleted = &_DeviceAppManagementTaskStatusPCompleted
   101  	// DeviceAppManagementTaskStatusPRejected is a pointer to DeviceAppManagementTaskStatusVRejected
   102  	DeviceAppManagementTaskStatusPRejected = &_DeviceAppManagementTaskStatusPRejected
   103  )
   104  
   105  var (
   106  	_DeviceAppManagementTaskStatusPUnknown   = DeviceAppManagementTaskStatusVUnknown
   107  	_DeviceAppManagementTaskStatusPPending   = DeviceAppManagementTaskStatusVPending
   108  	_DeviceAppManagementTaskStatusPActive    = DeviceAppManagementTaskStatusVActive
   109  	_DeviceAppManagementTaskStatusPCompleted = DeviceAppManagementTaskStatusVCompleted
   110  	_DeviceAppManagementTaskStatusPRejected  = DeviceAppManagementTaskStatusVRejected
   111  )
   112  
   113  // DeviceComplianceActionType undocumented
   114  type DeviceComplianceActionType string
   115  
   116  const (
   117  	// DeviceComplianceActionTypeVNoAction undocumented
   118  	DeviceComplianceActionTypeVNoAction DeviceComplianceActionType = "noAction"
   119  	// DeviceComplianceActionTypeVNotification undocumented
   120  	DeviceComplianceActionTypeVNotification DeviceComplianceActionType = "notification"
   121  	// DeviceComplianceActionTypeVBlock undocumented
   122  	DeviceComplianceActionTypeVBlock DeviceComplianceActionType = "block"
   123  	// DeviceComplianceActionTypeVRetire undocumented
   124  	DeviceComplianceActionTypeVRetire DeviceComplianceActionType = "retire"
   125  	// DeviceComplianceActionTypeVWipe undocumented
   126  	DeviceComplianceActionTypeVWipe DeviceComplianceActionType = "wipe"
   127  	// DeviceComplianceActionTypeVRemoveResourceAccessProfiles undocumented
   128  	DeviceComplianceActionTypeVRemoveResourceAccessProfiles DeviceComplianceActionType = "removeResourceAccessProfiles"
   129  	// DeviceComplianceActionTypeVPushNotification undocumented
   130  	DeviceComplianceActionTypeVPushNotification DeviceComplianceActionType = "pushNotification"
   131  	// DeviceComplianceActionTypeVRemoteLock undocumented
   132  	DeviceComplianceActionTypeVRemoteLock DeviceComplianceActionType = "remoteLock"
   133  )
   134  
   135  var (
   136  	// DeviceComplianceActionTypePNoAction is a pointer to DeviceComplianceActionTypeVNoAction
   137  	DeviceComplianceActionTypePNoAction = &_DeviceComplianceActionTypePNoAction
   138  	// DeviceComplianceActionTypePNotification is a pointer to DeviceComplianceActionTypeVNotification
   139  	DeviceComplianceActionTypePNotification = &_DeviceComplianceActionTypePNotification
   140  	// DeviceComplianceActionTypePBlock is a pointer to DeviceComplianceActionTypeVBlock
   141  	DeviceComplianceActionTypePBlock = &_DeviceComplianceActionTypePBlock
   142  	// DeviceComplianceActionTypePRetire is a pointer to DeviceComplianceActionTypeVRetire
   143  	DeviceComplianceActionTypePRetire = &_DeviceComplianceActionTypePRetire
   144  	// DeviceComplianceActionTypePWipe is a pointer to DeviceComplianceActionTypeVWipe
   145  	DeviceComplianceActionTypePWipe = &_DeviceComplianceActionTypePWipe
   146  	// DeviceComplianceActionTypePRemoveResourceAccessProfiles is a pointer to DeviceComplianceActionTypeVRemoveResourceAccessProfiles
   147  	DeviceComplianceActionTypePRemoveResourceAccessProfiles = &_DeviceComplianceActionTypePRemoveResourceAccessProfiles
   148  	// DeviceComplianceActionTypePPushNotification is a pointer to DeviceComplianceActionTypeVPushNotification
   149  	DeviceComplianceActionTypePPushNotification = &_DeviceComplianceActionTypePPushNotification
   150  	// DeviceComplianceActionTypePRemoteLock is a pointer to DeviceComplianceActionTypeVRemoteLock
   151  	DeviceComplianceActionTypePRemoteLock = &_DeviceComplianceActionTypePRemoteLock
   152  )
   153  
   154  var (
   155  	_DeviceComplianceActionTypePNoAction                     = DeviceComplianceActionTypeVNoAction
   156  	_DeviceComplianceActionTypePNotification                 = DeviceComplianceActionTypeVNotification
   157  	_DeviceComplianceActionTypePBlock                        = DeviceComplianceActionTypeVBlock
   158  	_DeviceComplianceActionTypePRetire                       = DeviceComplianceActionTypeVRetire
   159  	_DeviceComplianceActionTypePWipe                         = DeviceComplianceActionTypeVWipe
   160  	_DeviceComplianceActionTypePRemoveResourceAccessProfiles = DeviceComplianceActionTypeVRemoveResourceAccessProfiles
   161  	_DeviceComplianceActionTypePPushNotification             = DeviceComplianceActionTypeVPushNotification
   162  	_DeviceComplianceActionTypePRemoteLock                   = DeviceComplianceActionTypeVRemoteLock
   163  )
   164  
   165  // DeviceEnrollmentFailureReason undocumented
   166  type DeviceEnrollmentFailureReason string
   167  
   168  const (
   169  	// DeviceEnrollmentFailureReasonVUnknown undocumented
   170  	DeviceEnrollmentFailureReasonVUnknown DeviceEnrollmentFailureReason = "unknown"
   171  	// DeviceEnrollmentFailureReasonVAuthentication undocumented
   172  	DeviceEnrollmentFailureReasonVAuthentication DeviceEnrollmentFailureReason = "authentication"
   173  	// DeviceEnrollmentFailureReasonVAuthorization undocumented
   174  	DeviceEnrollmentFailureReasonVAuthorization DeviceEnrollmentFailureReason = "authorization"
   175  	// DeviceEnrollmentFailureReasonVAccountValidation undocumented
   176  	DeviceEnrollmentFailureReasonVAccountValidation DeviceEnrollmentFailureReason = "accountValidation"
   177  	// DeviceEnrollmentFailureReasonVUserValidation undocumented
   178  	DeviceEnrollmentFailureReasonVUserValidation DeviceEnrollmentFailureReason = "userValidation"
   179  	// DeviceEnrollmentFailureReasonVDeviceNotSupported undocumented
   180  	DeviceEnrollmentFailureReasonVDeviceNotSupported DeviceEnrollmentFailureReason = "deviceNotSupported"
   181  	// DeviceEnrollmentFailureReasonVInMaintenance undocumented
   182  	DeviceEnrollmentFailureReasonVInMaintenance DeviceEnrollmentFailureReason = "inMaintenance"
   183  	// DeviceEnrollmentFailureReasonVBadRequest undocumented
   184  	DeviceEnrollmentFailureReasonVBadRequest DeviceEnrollmentFailureReason = "badRequest"
   185  	// DeviceEnrollmentFailureReasonVFeatureNotSupported undocumented
   186  	DeviceEnrollmentFailureReasonVFeatureNotSupported DeviceEnrollmentFailureReason = "featureNotSupported"
   187  	// DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced undocumented
   188  	DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced DeviceEnrollmentFailureReason = "enrollmentRestrictionsEnforced"
   189  	// DeviceEnrollmentFailureReasonVClientDisconnected undocumented
   190  	DeviceEnrollmentFailureReasonVClientDisconnected DeviceEnrollmentFailureReason = "clientDisconnected"
   191  	// DeviceEnrollmentFailureReasonVUserAbandonment undocumented
   192  	DeviceEnrollmentFailureReasonVUserAbandonment DeviceEnrollmentFailureReason = "userAbandonment"
   193  )
   194  
   195  var (
   196  	// DeviceEnrollmentFailureReasonPUnknown is a pointer to DeviceEnrollmentFailureReasonVUnknown
   197  	DeviceEnrollmentFailureReasonPUnknown = &_DeviceEnrollmentFailureReasonPUnknown
   198  	// DeviceEnrollmentFailureReasonPAuthentication is a pointer to DeviceEnrollmentFailureReasonVAuthentication
   199  	DeviceEnrollmentFailureReasonPAuthentication = &_DeviceEnrollmentFailureReasonPAuthentication
   200  	// DeviceEnrollmentFailureReasonPAuthorization is a pointer to DeviceEnrollmentFailureReasonVAuthorization
   201  	DeviceEnrollmentFailureReasonPAuthorization = &_DeviceEnrollmentFailureReasonPAuthorization
   202  	// DeviceEnrollmentFailureReasonPAccountValidation is a pointer to DeviceEnrollmentFailureReasonVAccountValidation
   203  	DeviceEnrollmentFailureReasonPAccountValidation = &_DeviceEnrollmentFailureReasonPAccountValidation
   204  	// DeviceEnrollmentFailureReasonPUserValidation is a pointer to DeviceEnrollmentFailureReasonVUserValidation
   205  	DeviceEnrollmentFailureReasonPUserValidation = &_DeviceEnrollmentFailureReasonPUserValidation
   206  	// DeviceEnrollmentFailureReasonPDeviceNotSupported is a pointer to DeviceEnrollmentFailureReasonVDeviceNotSupported
   207  	DeviceEnrollmentFailureReasonPDeviceNotSupported = &_DeviceEnrollmentFailureReasonPDeviceNotSupported
   208  	// DeviceEnrollmentFailureReasonPInMaintenance is a pointer to DeviceEnrollmentFailureReasonVInMaintenance
   209  	DeviceEnrollmentFailureReasonPInMaintenance = &_DeviceEnrollmentFailureReasonPInMaintenance
   210  	// DeviceEnrollmentFailureReasonPBadRequest is a pointer to DeviceEnrollmentFailureReasonVBadRequest
   211  	DeviceEnrollmentFailureReasonPBadRequest = &_DeviceEnrollmentFailureReasonPBadRequest
   212  	// DeviceEnrollmentFailureReasonPFeatureNotSupported is a pointer to DeviceEnrollmentFailureReasonVFeatureNotSupported
   213  	DeviceEnrollmentFailureReasonPFeatureNotSupported = &_DeviceEnrollmentFailureReasonPFeatureNotSupported
   214  	// DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced is a pointer to DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced
   215  	DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced = &_DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced
   216  	// DeviceEnrollmentFailureReasonPClientDisconnected is a pointer to DeviceEnrollmentFailureReasonVClientDisconnected
   217  	DeviceEnrollmentFailureReasonPClientDisconnected = &_DeviceEnrollmentFailureReasonPClientDisconnected
   218  	// DeviceEnrollmentFailureReasonPUserAbandonment is a pointer to DeviceEnrollmentFailureReasonVUserAbandonment
   219  	DeviceEnrollmentFailureReasonPUserAbandonment = &_DeviceEnrollmentFailureReasonPUserAbandonment
   220  )
   221  
   222  var (
   223  	_DeviceEnrollmentFailureReasonPUnknown                        = DeviceEnrollmentFailureReasonVUnknown
   224  	_DeviceEnrollmentFailureReasonPAuthentication                 = DeviceEnrollmentFailureReasonVAuthentication
   225  	_DeviceEnrollmentFailureReasonPAuthorization                  = DeviceEnrollmentFailureReasonVAuthorization
   226  	_DeviceEnrollmentFailureReasonPAccountValidation              = DeviceEnrollmentFailureReasonVAccountValidation
   227  	_DeviceEnrollmentFailureReasonPUserValidation                 = DeviceEnrollmentFailureReasonVUserValidation
   228  	_DeviceEnrollmentFailureReasonPDeviceNotSupported             = DeviceEnrollmentFailureReasonVDeviceNotSupported
   229  	_DeviceEnrollmentFailureReasonPInMaintenance                  = DeviceEnrollmentFailureReasonVInMaintenance
   230  	_DeviceEnrollmentFailureReasonPBadRequest                     = DeviceEnrollmentFailureReasonVBadRequest
   231  	_DeviceEnrollmentFailureReasonPFeatureNotSupported            = DeviceEnrollmentFailureReasonVFeatureNotSupported
   232  	_DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced = DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced
   233  	_DeviceEnrollmentFailureReasonPClientDisconnected             = DeviceEnrollmentFailureReasonVClientDisconnected
   234  	_DeviceEnrollmentFailureReasonPUserAbandonment                = DeviceEnrollmentFailureReasonVUserAbandonment
   235  )
   236  
   237  // DeviceEnrollmentType undocumented
   238  type DeviceEnrollmentType string
   239  
   240  const (
   241  	// DeviceEnrollmentTypeVUnknown undocumented
   242  	DeviceEnrollmentTypeVUnknown DeviceEnrollmentType = "unknown"
   243  	// DeviceEnrollmentTypeVUserEnrollment undocumented
   244  	DeviceEnrollmentTypeVUserEnrollment DeviceEnrollmentType = "userEnrollment"
   245  	// DeviceEnrollmentTypeVDeviceEnrollmentManager undocumented
   246  	DeviceEnrollmentTypeVDeviceEnrollmentManager DeviceEnrollmentType = "deviceEnrollmentManager"
   247  	// DeviceEnrollmentTypeVAppleBulkWithUser undocumented
   248  	DeviceEnrollmentTypeVAppleBulkWithUser DeviceEnrollmentType = "appleBulkWithUser"
   249  	// DeviceEnrollmentTypeVAppleBulkWithoutUser undocumented
   250  	DeviceEnrollmentTypeVAppleBulkWithoutUser DeviceEnrollmentType = "appleBulkWithoutUser"
   251  	// DeviceEnrollmentTypeVWindowsAzureADJoin undocumented
   252  	DeviceEnrollmentTypeVWindowsAzureADJoin DeviceEnrollmentType = "windowsAzureADJoin"
   253  	// DeviceEnrollmentTypeVWindowsBulkUserless undocumented
   254  	DeviceEnrollmentTypeVWindowsBulkUserless DeviceEnrollmentType = "windowsBulkUserless"
   255  	// DeviceEnrollmentTypeVWindowsAutoEnrollment undocumented
   256  	DeviceEnrollmentTypeVWindowsAutoEnrollment DeviceEnrollmentType = "windowsAutoEnrollment"
   257  	// DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin undocumented
   258  	DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin DeviceEnrollmentType = "windowsBulkAzureDomainJoin"
   259  	// DeviceEnrollmentTypeVWindowsCoManagement undocumented
   260  	DeviceEnrollmentTypeVWindowsCoManagement DeviceEnrollmentType = "windowsCoManagement"
   261  	// DeviceEnrollmentTypeVAppleUserEnrollment undocumented
   262  	DeviceEnrollmentTypeVAppleUserEnrollment DeviceEnrollmentType = "appleUserEnrollment"
   263  	// DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount undocumented
   264  	DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount DeviceEnrollmentType = "appleUserEnrollmentWithServiceAccount"
   265  )
   266  
   267  var (
   268  	// DeviceEnrollmentTypePUnknown is a pointer to DeviceEnrollmentTypeVUnknown
   269  	DeviceEnrollmentTypePUnknown = &_DeviceEnrollmentTypePUnknown
   270  	// DeviceEnrollmentTypePUserEnrollment is a pointer to DeviceEnrollmentTypeVUserEnrollment
   271  	DeviceEnrollmentTypePUserEnrollment = &_DeviceEnrollmentTypePUserEnrollment
   272  	// DeviceEnrollmentTypePDeviceEnrollmentManager is a pointer to DeviceEnrollmentTypeVDeviceEnrollmentManager
   273  	DeviceEnrollmentTypePDeviceEnrollmentManager = &_DeviceEnrollmentTypePDeviceEnrollmentManager
   274  	// DeviceEnrollmentTypePAppleBulkWithUser is a pointer to DeviceEnrollmentTypeVAppleBulkWithUser
   275  	DeviceEnrollmentTypePAppleBulkWithUser = &_DeviceEnrollmentTypePAppleBulkWithUser
   276  	// DeviceEnrollmentTypePAppleBulkWithoutUser is a pointer to DeviceEnrollmentTypeVAppleBulkWithoutUser
   277  	DeviceEnrollmentTypePAppleBulkWithoutUser = &_DeviceEnrollmentTypePAppleBulkWithoutUser
   278  	// DeviceEnrollmentTypePWindowsAzureADJoin is a pointer to DeviceEnrollmentTypeVWindowsAzureADJoin
   279  	DeviceEnrollmentTypePWindowsAzureADJoin = &_DeviceEnrollmentTypePWindowsAzureADJoin
   280  	// DeviceEnrollmentTypePWindowsBulkUserless is a pointer to DeviceEnrollmentTypeVWindowsBulkUserless
   281  	DeviceEnrollmentTypePWindowsBulkUserless = &_DeviceEnrollmentTypePWindowsBulkUserless
   282  	// DeviceEnrollmentTypePWindowsAutoEnrollment is a pointer to DeviceEnrollmentTypeVWindowsAutoEnrollment
   283  	DeviceEnrollmentTypePWindowsAutoEnrollment = &_DeviceEnrollmentTypePWindowsAutoEnrollment
   284  	// DeviceEnrollmentTypePWindowsBulkAzureDomainJoin is a pointer to DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin
   285  	DeviceEnrollmentTypePWindowsBulkAzureDomainJoin = &_DeviceEnrollmentTypePWindowsBulkAzureDomainJoin
   286  	// DeviceEnrollmentTypePWindowsCoManagement is a pointer to DeviceEnrollmentTypeVWindowsCoManagement
   287  	DeviceEnrollmentTypePWindowsCoManagement = &_DeviceEnrollmentTypePWindowsCoManagement
   288  	// DeviceEnrollmentTypePAppleUserEnrollment is a pointer to DeviceEnrollmentTypeVAppleUserEnrollment
   289  	DeviceEnrollmentTypePAppleUserEnrollment = &_DeviceEnrollmentTypePAppleUserEnrollment
   290  	// DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount is a pointer to DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount
   291  	DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount = &_DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount
   292  )
   293  
   294  var (
   295  	_DeviceEnrollmentTypePUnknown                               = DeviceEnrollmentTypeVUnknown
   296  	_DeviceEnrollmentTypePUserEnrollment                        = DeviceEnrollmentTypeVUserEnrollment
   297  	_DeviceEnrollmentTypePDeviceEnrollmentManager               = DeviceEnrollmentTypeVDeviceEnrollmentManager
   298  	_DeviceEnrollmentTypePAppleBulkWithUser                     = DeviceEnrollmentTypeVAppleBulkWithUser
   299  	_DeviceEnrollmentTypePAppleBulkWithoutUser                  = DeviceEnrollmentTypeVAppleBulkWithoutUser
   300  	_DeviceEnrollmentTypePWindowsAzureADJoin                    = DeviceEnrollmentTypeVWindowsAzureADJoin
   301  	_DeviceEnrollmentTypePWindowsBulkUserless                   = DeviceEnrollmentTypeVWindowsBulkUserless
   302  	_DeviceEnrollmentTypePWindowsAutoEnrollment                 = DeviceEnrollmentTypeVWindowsAutoEnrollment
   303  	_DeviceEnrollmentTypePWindowsBulkAzureDomainJoin            = DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin
   304  	_DeviceEnrollmentTypePWindowsCoManagement                   = DeviceEnrollmentTypeVWindowsCoManagement
   305  	_DeviceEnrollmentTypePAppleUserEnrollment                   = DeviceEnrollmentTypeVAppleUserEnrollment
   306  	_DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount = DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount
   307  )
   308  
   309  // DeviceGuardLocalSystemAuthorityCredentialGuardState undocumented
   310  type DeviceGuardLocalSystemAuthorityCredentialGuardState string
   311  
   312  const (
   313  	// DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning undocumented
   314  	DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning DeviceGuardLocalSystemAuthorityCredentialGuardState = "running"
   315  	// DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired undocumented
   316  	DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired DeviceGuardLocalSystemAuthorityCredentialGuardState = "rebootRequired"
   317  	// DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed undocumented
   318  	DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed DeviceGuardLocalSystemAuthorityCredentialGuardState = "notLicensed"
   319  	// DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured undocumented
   320  	DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured DeviceGuardLocalSystemAuthorityCredentialGuardState = "notConfigured"
   321  	// DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning undocumented
   322  	DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning DeviceGuardLocalSystemAuthorityCredentialGuardState = "virtualizationBasedSecurityNotRunning"
   323  )
   324  
   325  var (
   326  	// DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning
   327  	DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning
   328  	// DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired
   329  	DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired
   330  	// DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed
   331  	DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed
   332  	// DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured
   333  	DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured
   334  	// DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning
   335  	DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning
   336  )
   337  
   338  var (
   339  	_DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning                               = DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning
   340  	_DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired                        = DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired
   341  	_DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed                           = DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed
   342  	_DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured                         = DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured
   343  	_DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning = DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning
   344  )
   345  
   346  // DeviceGuardLocalSystemAuthorityCredentialGuardType undocumented
   347  type DeviceGuardLocalSystemAuthorityCredentialGuardType string
   348  
   349  const (
   350  	// DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured undocumented
   351  	DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured DeviceGuardLocalSystemAuthorityCredentialGuardType = "notConfigured"
   352  	// DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock undocumented
   353  	DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock DeviceGuardLocalSystemAuthorityCredentialGuardType = "enableWithUEFILock"
   354  	// DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock undocumented
   355  	DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock DeviceGuardLocalSystemAuthorityCredentialGuardType = "enableWithoutUEFILock"
   356  )
   357  
   358  var (
   359  	// DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured
   360  	DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured = &_DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured
   361  	// DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock
   362  	DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock = &_DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock
   363  	// DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock
   364  	DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock = &_DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock
   365  )
   366  
   367  var (
   368  	_DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured         = DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured
   369  	_DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock    = DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock
   370  	_DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock = DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock
   371  )
   372  
   373  // DeviceGuardVirtualizationBasedSecurityHardwareRequirementState undocumented
   374  type DeviceGuardVirtualizationBasedSecurityHardwareRequirementState string
   375  
   376  const (
   377  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements undocumented
   378  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "meetHardwareRequirements"
   379  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired undocumented
   380  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "secureBootRequired"
   381  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired undocumented
   382  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "dmaProtectionRequired"
   383  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM undocumented
   384  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "hyperVNotSupportedForGuestVM"
   385  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable undocumented
   386  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "hyperVNotAvailable"
   387  )
   388  
   389  var (
   390  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements
   391  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements
   392  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired
   393  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired
   394  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired
   395  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired
   396  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM
   397  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM
   398  	// DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable
   399  	DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable
   400  )
   401  
   402  var (
   403  	_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements     = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements
   404  	_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired           = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired
   405  	_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired        = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired
   406  	_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM
   407  	_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable           = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable
   408  )
   409  
   410  // DeviceGuardVirtualizationBasedSecurityState undocumented
   411  type DeviceGuardVirtualizationBasedSecurityState string
   412  
   413  const (
   414  	// DeviceGuardVirtualizationBasedSecurityStateVRunning undocumented
   415  	DeviceGuardVirtualizationBasedSecurityStateVRunning DeviceGuardVirtualizationBasedSecurityState = "running"
   416  	// DeviceGuardVirtualizationBasedSecurityStateVRebootRequired undocumented
   417  	DeviceGuardVirtualizationBasedSecurityStateVRebootRequired DeviceGuardVirtualizationBasedSecurityState = "rebootRequired"
   418  	// DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture undocumented
   419  	DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture DeviceGuardVirtualizationBasedSecurityState = "require64BitArchitecture"
   420  	// DeviceGuardVirtualizationBasedSecurityStateVNotLicensed undocumented
   421  	DeviceGuardVirtualizationBasedSecurityStateVNotLicensed DeviceGuardVirtualizationBasedSecurityState = "notLicensed"
   422  	// DeviceGuardVirtualizationBasedSecurityStateVNotConfigured undocumented
   423  	DeviceGuardVirtualizationBasedSecurityStateVNotConfigured DeviceGuardVirtualizationBasedSecurityState = "notConfigured"
   424  	// DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements undocumented
   425  	DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements DeviceGuardVirtualizationBasedSecurityState = "doesNotMeetHardwareRequirements"
   426  	// DeviceGuardVirtualizationBasedSecurityStateVOther undocumented
   427  	DeviceGuardVirtualizationBasedSecurityStateVOther DeviceGuardVirtualizationBasedSecurityState = "other"
   428  )
   429  
   430  var (
   431  	// DeviceGuardVirtualizationBasedSecurityStatePRunning is a pointer to DeviceGuardVirtualizationBasedSecurityStateVRunning
   432  	DeviceGuardVirtualizationBasedSecurityStatePRunning = &_DeviceGuardVirtualizationBasedSecurityStatePRunning
   433  	// DeviceGuardVirtualizationBasedSecurityStatePRebootRequired is a pointer to DeviceGuardVirtualizationBasedSecurityStateVRebootRequired
   434  	DeviceGuardVirtualizationBasedSecurityStatePRebootRequired = &_DeviceGuardVirtualizationBasedSecurityStatePRebootRequired
   435  	// DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture is a pointer to DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture
   436  	DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture = &_DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture
   437  	// DeviceGuardVirtualizationBasedSecurityStatePNotLicensed is a pointer to DeviceGuardVirtualizationBasedSecurityStateVNotLicensed
   438  	DeviceGuardVirtualizationBasedSecurityStatePNotLicensed = &_DeviceGuardVirtualizationBasedSecurityStatePNotLicensed
   439  	// DeviceGuardVirtualizationBasedSecurityStatePNotConfigured is a pointer to DeviceGuardVirtualizationBasedSecurityStateVNotConfigured
   440  	DeviceGuardVirtualizationBasedSecurityStatePNotConfigured = &_DeviceGuardVirtualizationBasedSecurityStatePNotConfigured
   441  	// DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements is a pointer to DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements
   442  	DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements = &_DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements
   443  	// DeviceGuardVirtualizationBasedSecurityStatePOther is a pointer to DeviceGuardVirtualizationBasedSecurityStateVOther
   444  	DeviceGuardVirtualizationBasedSecurityStatePOther = &_DeviceGuardVirtualizationBasedSecurityStatePOther
   445  )
   446  
   447  var (
   448  	_DeviceGuardVirtualizationBasedSecurityStatePRunning                         = DeviceGuardVirtualizationBasedSecurityStateVRunning
   449  	_DeviceGuardVirtualizationBasedSecurityStatePRebootRequired                  = DeviceGuardVirtualizationBasedSecurityStateVRebootRequired
   450  	_DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture        = DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture
   451  	_DeviceGuardVirtualizationBasedSecurityStatePNotLicensed                     = DeviceGuardVirtualizationBasedSecurityStateVNotLicensed
   452  	_DeviceGuardVirtualizationBasedSecurityStatePNotConfigured                   = DeviceGuardVirtualizationBasedSecurityStateVNotConfigured
   453  	_DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements = DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements
   454  	_DeviceGuardVirtualizationBasedSecurityStatePOther                           = DeviceGuardVirtualizationBasedSecurityStateVOther
   455  )
   456  
   457  // DeviceManagementApplicabilityRuleType undocumented
   458  type DeviceManagementApplicabilityRuleType string
   459  
   460  const (
   461  	// DeviceManagementApplicabilityRuleTypeVInclude undocumented
   462  	DeviceManagementApplicabilityRuleTypeVInclude DeviceManagementApplicabilityRuleType = "include"
   463  	// DeviceManagementApplicabilityRuleTypeVExclude undocumented
   464  	DeviceManagementApplicabilityRuleTypeVExclude DeviceManagementApplicabilityRuleType = "exclude"
   465  )
   466  
   467  var (
   468  	// DeviceManagementApplicabilityRuleTypePInclude is a pointer to DeviceManagementApplicabilityRuleTypeVInclude
   469  	DeviceManagementApplicabilityRuleTypePInclude = &_DeviceManagementApplicabilityRuleTypePInclude
   470  	// DeviceManagementApplicabilityRuleTypePExclude is a pointer to DeviceManagementApplicabilityRuleTypeVExclude
   471  	DeviceManagementApplicabilityRuleTypePExclude = &_DeviceManagementApplicabilityRuleTypePExclude
   472  )
   473  
   474  var (
   475  	_DeviceManagementApplicabilityRuleTypePInclude = DeviceManagementApplicabilityRuleTypeVInclude
   476  	_DeviceManagementApplicabilityRuleTypePExclude = DeviceManagementApplicabilityRuleTypeVExclude
   477  )
   478  
   479  // DeviceManagementComparisonResult undocumented
   480  type DeviceManagementComparisonResult string
   481  
   482  const (
   483  	// DeviceManagementComparisonResultVUnknown undocumented
   484  	DeviceManagementComparisonResultVUnknown DeviceManagementComparisonResult = "unknown"
   485  	// DeviceManagementComparisonResultVEqual undocumented
   486  	DeviceManagementComparisonResultVEqual DeviceManagementComparisonResult = "equal"
   487  	// DeviceManagementComparisonResultVNotEqual undocumented
   488  	DeviceManagementComparisonResultVNotEqual DeviceManagementComparisonResult = "notEqual"
   489  	// DeviceManagementComparisonResultVAdded undocumented
   490  	DeviceManagementComparisonResultVAdded DeviceManagementComparisonResult = "added"
   491  	// DeviceManagementComparisonResultVRemoved undocumented
   492  	DeviceManagementComparisonResultVRemoved DeviceManagementComparisonResult = "removed"
   493  )
   494  
   495  var (
   496  	// DeviceManagementComparisonResultPUnknown is a pointer to DeviceManagementComparisonResultVUnknown
   497  	DeviceManagementComparisonResultPUnknown = &_DeviceManagementComparisonResultPUnknown
   498  	// DeviceManagementComparisonResultPEqual is a pointer to DeviceManagementComparisonResultVEqual
   499  	DeviceManagementComparisonResultPEqual = &_DeviceManagementComparisonResultPEqual
   500  	// DeviceManagementComparisonResultPNotEqual is a pointer to DeviceManagementComparisonResultVNotEqual
   501  	DeviceManagementComparisonResultPNotEqual = &_DeviceManagementComparisonResultPNotEqual
   502  	// DeviceManagementComparisonResultPAdded is a pointer to DeviceManagementComparisonResultVAdded
   503  	DeviceManagementComparisonResultPAdded = &_DeviceManagementComparisonResultPAdded
   504  	// DeviceManagementComparisonResultPRemoved is a pointer to DeviceManagementComparisonResultVRemoved
   505  	DeviceManagementComparisonResultPRemoved = &_DeviceManagementComparisonResultPRemoved
   506  )
   507  
   508  var (
   509  	_DeviceManagementComparisonResultPUnknown  = DeviceManagementComparisonResultVUnknown
   510  	_DeviceManagementComparisonResultPEqual    = DeviceManagementComparisonResultVEqual
   511  	_DeviceManagementComparisonResultPNotEqual = DeviceManagementComparisonResultVNotEqual
   512  	_DeviceManagementComparisonResultPAdded    = DeviceManagementComparisonResultVAdded
   513  	_DeviceManagementComparisonResultPRemoved  = DeviceManagementComparisonResultVRemoved
   514  )
   515  
   516  // DeviceManagementDerivedCredentialIssuer undocumented
   517  type DeviceManagementDerivedCredentialIssuer string
   518  
   519  const (
   520  	// DeviceManagementDerivedCredentialIssuerVIntercede undocumented
   521  	DeviceManagementDerivedCredentialIssuerVIntercede DeviceManagementDerivedCredentialIssuer = "intercede"
   522  	// DeviceManagementDerivedCredentialIssuerVEntrustDatacard undocumented
   523  	DeviceManagementDerivedCredentialIssuerVEntrustDatacard DeviceManagementDerivedCredentialIssuer = "entrustDatacard"
   524  	// DeviceManagementDerivedCredentialIssuerVPurebred undocumented
   525  	DeviceManagementDerivedCredentialIssuerVPurebred DeviceManagementDerivedCredentialIssuer = "purebred"
   526  )
   527  
   528  var (
   529  	// DeviceManagementDerivedCredentialIssuerPIntercede is a pointer to DeviceManagementDerivedCredentialIssuerVIntercede
   530  	DeviceManagementDerivedCredentialIssuerPIntercede = &_DeviceManagementDerivedCredentialIssuerPIntercede
   531  	// DeviceManagementDerivedCredentialIssuerPEntrustDatacard is a pointer to DeviceManagementDerivedCredentialIssuerVEntrustDatacard
   532  	DeviceManagementDerivedCredentialIssuerPEntrustDatacard = &_DeviceManagementDerivedCredentialIssuerPEntrustDatacard
   533  	// DeviceManagementDerivedCredentialIssuerPPurebred is a pointer to DeviceManagementDerivedCredentialIssuerVPurebred
   534  	DeviceManagementDerivedCredentialIssuerPPurebred = &_DeviceManagementDerivedCredentialIssuerPPurebred
   535  )
   536  
   537  var (
   538  	_DeviceManagementDerivedCredentialIssuerPIntercede       = DeviceManagementDerivedCredentialIssuerVIntercede
   539  	_DeviceManagementDerivedCredentialIssuerPEntrustDatacard = DeviceManagementDerivedCredentialIssuerVEntrustDatacard
   540  	_DeviceManagementDerivedCredentialIssuerPPurebred        = DeviceManagementDerivedCredentialIssuerVPurebred
   541  )
   542  
   543  // DeviceManagementDerivedCredentialNotificationType undocumented
   544  type DeviceManagementDerivedCredentialNotificationType string
   545  
   546  const (
   547  	// DeviceManagementDerivedCredentialNotificationTypeVNone undocumented
   548  	DeviceManagementDerivedCredentialNotificationTypeVNone DeviceManagementDerivedCredentialNotificationType = "none"
   549  	// DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal undocumented
   550  	DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal DeviceManagementDerivedCredentialNotificationType = "companyPortal"
   551  	// DeviceManagementDerivedCredentialNotificationTypeVEmail undocumented
   552  	DeviceManagementDerivedCredentialNotificationTypeVEmail DeviceManagementDerivedCredentialNotificationType = "email"
   553  )
   554  
   555  var (
   556  	// DeviceManagementDerivedCredentialNotificationTypePNone is a pointer to DeviceManagementDerivedCredentialNotificationTypeVNone
   557  	DeviceManagementDerivedCredentialNotificationTypePNone = &_DeviceManagementDerivedCredentialNotificationTypePNone
   558  	// DeviceManagementDerivedCredentialNotificationTypePCompanyPortal is a pointer to DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal
   559  	DeviceManagementDerivedCredentialNotificationTypePCompanyPortal = &_DeviceManagementDerivedCredentialNotificationTypePCompanyPortal
   560  	// DeviceManagementDerivedCredentialNotificationTypePEmail is a pointer to DeviceManagementDerivedCredentialNotificationTypeVEmail
   561  	DeviceManagementDerivedCredentialNotificationTypePEmail = &_DeviceManagementDerivedCredentialNotificationTypePEmail
   562  )
   563  
   564  var (
   565  	_DeviceManagementDerivedCredentialNotificationTypePNone          = DeviceManagementDerivedCredentialNotificationTypeVNone
   566  	_DeviceManagementDerivedCredentialNotificationTypePCompanyPortal = DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal
   567  	_DeviceManagementDerivedCredentialNotificationTypePEmail         = DeviceManagementDerivedCredentialNotificationTypeVEmail
   568  )
   569  
   570  // DeviceManagementDomainJoinConnectorState undocumented
   571  type DeviceManagementDomainJoinConnectorState string
   572  
   573  const (
   574  	// DeviceManagementDomainJoinConnectorStateVActive undocumented
   575  	DeviceManagementDomainJoinConnectorStateVActive DeviceManagementDomainJoinConnectorState = "active"
   576  	// DeviceManagementDomainJoinConnectorStateVError undocumented
   577  	DeviceManagementDomainJoinConnectorStateVError DeviceManagementDomainJoinConnectorState = "error"
   578  	// DeviceManagementDomainJoinConnectorStateVInactive undocumented
   579  	DeviceManagementDomainJoinConnectorStateVInactive DeviceManagementDomainJoinConnectorState = "inactive"
   580  )
   581  
   582  var (
   583  	// DeviceManagementDomainJoinConnectorStatePActive is a pointer to DeviceManagementDomainJoinConnectorStateVActive
   584  	DeviceManagementDomainJoinConnectorStatePActive = &_DeviceManagementDomainJoinConnectorStatePActive
   585  	// DeviceManagementDomainJoinConnectorStatePError is a pointer to DeviceManagementDomainJoinConnectorStateVError
   586  	DeviceManagementDomainJoinConnectorStatePError = &_DeviceManagementDomainJoinConnectorStatePError
   587  	// DeviceManagementDomainJoinConnectorStatePInactive is a pointer to DeviceManagementDomainJoinConnectorStateVInactive
   588  	DeviceManagementDomainJoinConnectorStatePInactive = &_DeviceManagementDomainJoinConnectorStatePInactive
   589  )
   590  
   591  var (
   592  	_DeviceManagementDomainJoinConnectorStatePActive   = DeviceManagementDomainJoinConnectorStateVActive
   593  	_DeviceManagementDomainJoinConnectorStatePError    = DeviceManagementDomainJoinConnectorStateVError
   594  	_DeviceManagementDomainJoinConnectorStatePInactive = DeviceManagementDomainJoinConnectorStateVInactive
   595  )
   596  
   597  // DeviceManagementExchangeAccessLevel undocumented
   598  type DeviceManagementExchangeAccessLevel string
   599  
   600  const (
   601  	// DeviceManagementExchangeAccessLevelVNone undocumented
   602  	DeviceManagementExchangeAccessLevelVNone DeviceManagementExchangeAccessLevel = "none"
   603  	// DeviceManagementExchangeAccessLevelVAllow undocumented
   604  	DeviceManagementExchangeAccessLevelVAllow DeviceManagementExchangeAccessLevel = "allow"
   605  	// DeviceManagementExchangeAccessLevelVBlock undocumented
   606  	DeviceManagementExchangeAccessLevelVBlock DeviceManagementExchangeAccessLevel = "block"
   607  	// DeviceManagementExchangeAccessLevelVQuarantine undocumented
   608  	DeviceManagementExchangeAccessLevelVQuarantine DeviceManagementExchangeAccessLevel = "quarantine"
   609  )
   610  
   611  var (
   612  	// DeviceManagementExchangeAccessLevelPNone is a pointer to DeviceManagementExchangeAccessLevelVNone
   613  	DeviceManagementExchangeAccessLevelPNone = &_DeviceManagementExchangeAccessLevelPNone
   614  	// DeviceManagementExchangeAccessLevelPAllow is a pointer to DeviceManagementExchangeAccessLevelVAllow
   615  	DeviceManagementExchangeAccessLevelPAllow = &_DeviceManagementExchangeAccessLevelPAllow
   616  	// DeviceManagementExchangeAccessLevelPBlock is a pointer to DeviceManagementExchangeAccessLevelVBlock
   617  	DeviceManagementExchangeAccessLevelPBlock = &_DeviceManagementExchangeAccessLevelPBlock
   618  	// DeviceManagementExchangeAccessLevelPQuarantine is a pointer to DeviceManagementExchangeAccessLevelVQuarantine
   619  	DeviceManagementExchangeAccessLevelPQuarantine = &_DeviceManagementExchangeAccessLevelPQuarantine
   620  )
   621  
   622  var (
   623  	_DeviceManagementExchangeAccessLevelPNone       = DeviceManagementExchangeAccessLevelVNone
   624  	_DeviceManagementExchangeAccessLevelPAllow      = DeviceManagementExchangeAccessLevelVAllow
   625  	_DeviceManagementExchangeAccessLevelPBlock      = DeviceManagementExchangeAccessLevelVBlock
   626  	_DeviceManagementExchangeAccessLevelPQuarantine = DeviceManagementExchangeAccessLevelVQuarantine
   627  )
   628  
   629  // DeviceManagementExchangeAccessRuleType undocumented
   630  type DeviceManagementExchangeAccessRuleType string
   631  
   632  const (
   633  	// DeviceManagementExchangeAccessRuleTypeVFamily undocumented
   634  	DeviceManagementExchangeAccessRuleTypeVFamily DeviceManagementExchangeAccessRuleType = "family"
   635  	// DeviceManagementExchangeAccessRuleTypeVModel undocumented
   636  	DeviceManagementExchangeAccessRuleTypeVModel DeviceManagementExchangeAccessRuleType = "model"
   637  )
   638  
   639  var (
   640  	// DeviceManagementExchangeAccessRuleTypePFamily is a pointer to DeviceManagementExchangeAccessRuleTypeVFamily
   641  	DeviceManagementExchangeAccessRuleTypePFamily = &_DeviceManagementExchangeAccessRuleTypePFamily
   642  	// DeviceManagementExchangeAccessRuleTypePModel is a pointer to DeviceManagementExchangeAccessRuleTypeVModel
   643  	DeviceManagementExchangeAccessRuleTypePModel = &_DeviceManagementExchangeAccessRuleTypePModel
   644  )
   645  
   646  var (
   647  	_DeviceManagementExchangeAccessRuleTypePFamily = DeviceManagementExchangeAccessRuleTypeVFamily
   648  	_DeviceManagementExchangeAccessRuleTypePModel  = DeviceManagementExchangeAccessRuleTypeVModel
   649  )
   650  
   651  // DeviceManagementExchangeAccessState undocumented
   652  type DeviceManagementExchangeAccessState string
   653  
   654  const (
   655  	// DeviceManagementExchangeAccessStateVNone undocumented
   656  	DeviceManagementExchangeAccessStateVNone DeviceManagementExchangeAccessState = "none"
   657  	// DeviceManagementExchangeAccessStateVUnknown undocumented
   658  	DeviceManagementExchangeAccessStateVUnknown DeviceManagementExchangeAccessState = "unknown"
   659  	// DeviceManagementExchangeAccessStateVAllowed undocumented
   660  	DeviceManagementExchangeAccessStateVAllowed DeviceManagementExchangeAccessState = "allowed"
   661  	// DeviceManagementExchangeAccessStateVBlocked undocumented
   662  	DeviceManagementExchangeAccessStateVBlocked DeviceManagementExchangeAccessState = "blocked"
   663  	// DeviceManagementExchangeAccessStateVQuarantined undocumented
   664  	DeviceManagementExchangeAccessStateVQuarantined DeviceManagementExchangeAccessState = "quarantined"
   665  )
   666  
   667  var (
   668  	// DeviceManagementExchangeAccessStatePNone is a pointer to DeviceManagementExchangeAccessStateVNone
   669  	DeviceManagementExchangeAccessStatePNone = &_DeviceManagementExchangeAccessStatePNone
   670  	// DeviceManagementExchangeAccessStatePUnknown is a pointer to DeviceManagementExchangeAccessStateVUnknown
   671  	DeviceManagementExchangeAccessStatePUnknown = &_DeviceManagementExchangeAccessStatePUnknown
   672  	// DeviceManagementExchangeAccessStatePAllowed is a pointer to DeviceManagementExchangeAccessStateVAllowed
   673  	DeviceManagementExchangeAccessStatePAllowed = &_DeviceManagementExchangeAccessStatePAllowed
   674  	// DeviceManagementExchangeAccessStatePBlocked is a pointer to DeviceManagementExchangeAccessStateVBlocked
   675  	DeviceManagementExchangeAccessStatePBlocked = &_DeviceManagementExchangeAccessStatePBlocked
   676  	// DeviceManagementExchangeAccessStatePQuarantined is a pointer to DeviceManagementExchangeAccessStateVQuarantined
   677  	DeviceManagementExchangeAccessStatePQuarantined = &_DeviceManagementExchangeAccessStatePQuarantined
   678  )
   679  
   680  var (
   681  	_DeviceManagementExchangeAccessStatePNone        = DeviceManagementExchangeAccessStateVNone
   682  	_DeviceManagementExchangeAccessStatePUnknown     = DeviceManagementExchangeAccessStateVUnknown
   683  	_DeviceManagementExchangeAccessStatePAllowed     = DeviceManagementExchangeAccessStateVAllowed
   684  	_DeviceManagementExchangeAccessStatePBlocked     = DeviceManagementExchangeAccessStateVBlocked
   685  	_DeviceManagementExchangeAccessStatePQuarantined = DeviceManagementExchangeAccessStateVQuarantined
   686  )
   687  
   688  // DeviceManagementExchangeAccessStateReason undocumented
   689  type DeviceManagementExchangeAccessStateReason string
   690  
   691  const (
   692  	// DeviceManagementExchangeAccessStateReasonVNone undocumented
   693  	DeviceManagementExchangeAccessStateReasonVNone DeviceManagementExchangeAccessStateReason = "none"
   694  	// DeviceManagementExchangeAccessStateReasonVUnknown undocumented
   695  	DeviceManagementExchangeAccessStateReasonVUnknown DeviceManagementExchangeAccessStateReason = "unknown"
   696  	// DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule undocumented
   697  	DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule DeviceManagementExchangeAccessStateReason = "exchangeGlobalRule"
   698  	// DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule undocumented
   699  	DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule DeviceManagementExchangeAccessStateReason = "exchangeIndividualRule"
   700  	// DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule undocumented
   701  	DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule DeviceManagementExchangeAccessStateReason = "exchangeDeviceRule"
   702  	// DeviceManagementExchangeAccessStateReasonVExchangeUpgrade undocumented
   703  	DeviceManagementExchangeAccessStateReasonVExchangeUpgrade DeviceManagementExchangeAccessStateReason = "exchangeUpgrade"
   704  	// DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy undocumented
   705  	DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy DeviceManagementExchangeAccessStateReason = "exchangeMailboxPolicy"
   706  	// DeviceManagementExchangeAccessStateReasonVOther undocumented
   707  	DeviceManagementExchangeAccessStateReasonVOther DeviceManagementExchangeAccessStateReason = "other"
   708  	// DeviceManagementExchangeAccessStateReasonVCompliant undocumented
   709  	DeviceManagementExchangeAccessStateReasonVCompliant DeviceManagementExchangeAccessStateReason = "compliant"
   710  	// DeviceManagementExchangeAccessStateReasonVNotCompliant undocumented
   711  	DeviceManagementExchangeAccessStateReasonVNotCompliant DeviceManagementExchangeAccessStateReason = "notCompliant"
   712  	// DeviceManagementExchangeAccessStateReasonVNotEnrolled undocumented
   713  	DeviceManagementExchangeAccessStateReasonVNotEnrolled DeviceManagementExchangeAccessStateReason = "notEnrolled"
   714  	// DeviceManagementExchangeAccessStateReasonVUnknownLocation undocumented
   715  	DeviceManagementExchangeAccessStateReasonVUnknownLocation DeviceManagementExchangeAccessStateReason = "unknownLocation"
   716  	// DeviceManagementExchangeAccessStateReasonVMFARequired undocumented
   717  	DeviceManagementExchangeAccessStateReasonVMFARequired DeviceManagementExchangeAccessStateReason = "mfaRequired"
   718  	// DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy undocumented
   719  	DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy DeviceManagementExchangeAccessStateReason = "azureADBlockDueToAccessPolicy"
   720  	// DeviceManagementExchangeAccessStateReasonVCompromisedPassword undocumented
   721  	DeviceManagementExchangeAccessStateReasonVCompromisedPassword DeviceManagementExchangeAccessStateReason = "compromisedPassword"
   722  	// DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp undocumented
   723  	DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp DeviceManagementExchangeAccessStateReason = "deviceNotKnownWithManagedApp"
   724  )
   725  
   726  var (
   727  	// DeviceManagementExchangeAccessStateReasonPNone is a pointer to DeviceManagementExchangeAccessStateReasonVNone
   728  	DeviceManagementExchangeAccessStateReasonPNone = &_DeviceManagementExchangeAccessStateReasonPNone
   729  	// DeviceManagementExchangeAccessStateReasonPUnknown is a pointer to DeviceManagementExchangeAccessStateReasonVUnknown
   730  	DeviceManagementExchangeAccessStateReasonPUnknown = &_DeviceManagementExchangeAccessStateReasonPUnknown
   731  	// DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule
   732  	DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule = &_DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule
   733  	// DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule
   734  	DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule = &_DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule
   735  	// DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule
   736  	DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule = &_DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule
   737  	// DeviceManagementExchangeAccessStateReasonPExchangeUpgrade is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeUpgrade
   738  	DeviceManagementExchangeAccessStateReasonPExchangeUpgrade = &_DeviceManagementExchangeAccessStateReasonPExchangeUpgrade
   739  	// DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy
   740  	DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy = &_DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy
   741  	// DeviceManagementExchangeAccessStateReasonPOther is a pointer to DeviceManagementExchangeAccessStateReasonVOther
   742  	DeviceManagementExchangeAccessStateReasonPOther = &_DeviceManagementExchangeAccessStateReasonPOther
   743  	// DeviceManagementExchangeAccessStateReasonPCompliant is a pointer to DeviceManagementExchangeAccessStateReasonVCompliant
   744  	DeviceManagementExchangeAccessStateReasonPCompliant = &_DeviceManagementExchangeAccessStateReasonPCompliant
   745  	// DeviceManagementExchangeAccessStateReasonPNotCompliant is a pointer to DeviceManagementExchangeAccessStateReasonVNotCompliant
   746  	DeviceManagementExchangeAccessStateReasonPNotCompliant = &_DeviceManagementExchangeAccessStateReasonPNotCompliant
   747  	// DeviceManagementExchangeAccessStateReasonPNotEnrolled is a pointer to DeviceManagementExchangeAccessStateReasonVNotEnrolled
   748  	DeviceManagementExchangeAccessStateReasonPNotEnrolled = &_DeviceManagementExchangeAccessStateReasonPNotEnrolled
   749  	// DeviceManagementExchangeAccessStateReasonPUnknownLocation is a pointer to DeviceManagementExchangeAccessStateReasonVUnknownLocation
   750  	DeviceManagementExchangeAccessStateReasonPUnknownLocation = &_DeviceManagementExchangeAccessStateReasonPUnknownLocation
   751  	// DeviceManagementExchangeAccessStateReasonPMFARequired is a pointer to DeviceManagementExchangeAccessStateReasonVMFARequired
   752  	DeviceManagementExchangeAccessStateReasonPMFARequired = &_DeviceManagementExchangeAccessStateReasonPMFARequired
   753  	// DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy is a pointer to DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy
   754  	DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy = &_DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy
   755  	// DeviceManagementExchangeAccessStateReasonPCompromisedPassword is a pointer to DeviceManagementExchangeAccessStateReasonVCompromisedPassword
   756  	DeviceManagementExchangeAccessStateReasonPCompromisedPassword = &_DeviceManagementExchangeAccessStateReasonPCompromisedPassword
   757  	// DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp is a pointer to DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp
   758  	DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp = &_DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp
   759  )
   760  
   761  var (
   762  	_DeviceManagementExchangeAccessStateReasonPNone                          = DeviceManagementExchangeAccessStateReasonVNone
   763  	_DeviceManagementExchangeAccessStateReasonPUnknown                       = DeviceManagementExchangeAccessStateReasonVUnknown
   764  	_DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule            = DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule
   765  	_DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule        = DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule
   766  	_DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule            = DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule
   767  	_DeviceManagementExchangeAccessStateReasonPExchangeUpgrade               = DeviceManagementExchangeAccessStateReasonVExchangeUpgrade
   768  	_DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy         = DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy
   769  	_DeviceManagementExchangeAccessStateReasonPOther                         = DeviceManagementExchangeAccessStateReasonVOther
   770  	_DeviceManagementExchangeAccessStateReasonPCompliant                     = DeviceManagementExchangeAccessStateReasonVCompliant
   771  	_DeviceManagementExchangeAccessStateReasonPNotCompliant                  = DeviceManagementExchangeAccessStateReasonVNotCompliant
   772  	_DeviceManagementExchangeAccessStateReasonPNotEnrolled                   = DeviceManagementExchangeAccessStateReasonVNotEnrolled
   773  	_DeviceManagementExchangeAccessStateReasonPUnknownLocation               = DeviceManagementExchangeAccessStateReasonVUnknownLocation
   774  	_DeviceManagementExchangeAccessStateReasonPMFARequired                   = DeviceManagementExchangeAccessStateReasonVMFARequired
   775  	_DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy = DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy
   776  	_DeviceManagementExchangeAccessStateReasonPCompromisedPassword           = DeviceManagementExchangeAccessStateReasonVCompromisedPassword
   777  	_DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp  = DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp
   778  )
   779  
   780  // DeviceManagementExchangeConnectorStatus undocumented
   781  type DeviceManagementExchangeConnectorStatus string
   782  
   783  const (
   784  	// DeviceManagementExchangeConnectorStatusVNone undocumented
   785  	DeviceManagementExchangeConnectorStatusVNone DeviceManagementExchangeConnectorStatus = "none"
   786  	// DeviceManagementExchangeConnectorStatusVConnectionPending undocumented
   787  	DeviceManagementExchangeConnectorStatusVConnectionPending DeviceManagementExchangeConnectorStatus = "connectionPending"
   788  	// DeviceManagementExchangeConnectorStatusVConnected undocumented
   789  	DeviceManagementExchangeConnectorStatusVConnected DeviceManagementExchangeConnectorStatus = "connected"
   790  	// DeviceManagementExchangeConnectorStatusVDisconnected undocumented
   791  	DeviceManagementExchangeConnectorStatusVDisconnected DeviceManagementExchangeConnectorStatus = "disconnected"
   792  )
   793  
   794  var (
   795  	// DeviceManagementExchangeConnectorStatusPNone is a pointer to DeviceManagementExchangeConnectorStatusVNone
   796  	DeviceManagementExchangeConnectorStatusPNone = &_DeviceManagementExchangeConnectorStatusPNone
   797  	// DeviceManagementExchangeConnectorStatusPConnectionPending is a pointer to DeviceManagementExchangeConnectorStatusVConnectionPending
   798  	DeviceManagementExchangeConnectorStatusPConnectionPending = &_DeviceManagementExchangeConnectorStatusPConnectionPending
   799  	// DeviceManagementExchangeConnectorStatusPConnected is a pointer to DeviceManagementExchangeConnectorStatusVConnected
   800  	DeviceManagementExchangeConnectorStatusPConnected = &_DeviceManagementExchangeConnectorStatusPConnected
   801  	// DeviceManagementExchangeConnectorStatusPDisconnected is a pointer to DeviceManagementExchangeConnectorStatusVDisconnected
   802  	DeviceManagementExchangeConnectorStatusPDisconnected = &_DeviceManagementExchangeConnectorStatusPDisconnected
   803  )
   804  
   805  var (
   806  	_DeviceManagementExchangeConnectorStatusPNone              = DeviceManagementExchangeConnectorStatusVNone
   807  	_DeviceManagementExchangeConnectorStatusPConnectionPending = DeviceManagementExchangeConnectorStatusVConnectionPending
   808  	_DeviceManagementExchangeConnectorStatusPConnected         = DeviceManagementExchangeConnectorStatusVConnected
   809  	_DeviceManagementExchangeConnectorStatusPDisconnected      = DeviceManagementExchangeConnectorStatusVDisconnected
   810  )
   811  
   812  // DeviceManagementExchangeConnectorSyncType undocumented
   813  type DeviceManagementExchangeConnectorSyncType string
   814  
   815  const (
   816  	// DeviceManagementExchangeConnectorSyncTypeVFullSync undocumented
   817  	DeviceManagementExchangeConnectorSyncTypeVFullSync DeviceManagementExchangeConnectorSyncType = "fullSync"
   818  	// DeviceManagementExchangeConnectorSyncTypeVDeltaSync undocumented
   819  	DeviceManagementExchangeConnectorSyncTypeVDeltaSync DeviceManagementExchangeConnectorSyncType = "deltaSync"
   820  )
   821  
   822  var (
   823  	// DeviceManagementExchangeConnectorSyncTypePFullSync is a pointer to DeviceManagementExchangeConnectorSyncTypeVFullSync
   824  	DeviceManagementExchangeConnectorSyncTypePFullSync = &_DeviceManagementExchangeConnectorSyncTypePFullSync
   825  	// DeviceManagementExchangeConnectorSyncTypePDeltaSync is a pointer to DeviceManagementExchangeConnectorSyncTypeVDeltaSync
   826  	DeviceManagementExchangeConnectorSyncTypePDeltaSync = &_DeviceManagementExchangeConnectorSyncTypePDeltaSync
   827  )
   828  
   829  var (
   830  	_DeviceManagementExchangeConnectorSyncTypePFullSync  = DeviceManagementExchangeConnectorSyncTypeVFullSync
   831  	_DeviceManagementExchangeConnectorSyncTypePDeltaSync = DeviceManagementExchangeConnectorSyncTypeVDeltaSync
   832  )
   833  
   834  // DeviceManagementExchangeConnectorType undocumented
   835  type DeviceManagementExchangeConnectorType string
   836  
   837  const (
   838  	// DeviceManagementExchangeConnectorTypeVOnPremises undocumented
   839  	DeviceManagementExchangeConnectorTypeVOnPremises DeviceManagementExchangeConnectorType = "onPremises"
   840  	// DeviceManagementExchangeConnectorTypeVHosted undocumented
   841  	DeviceManagementExchangeConnectorTypeVHosted DeviceManagementExchangeConnectorType = "hosted"
   842  	// DeviceManagementExchangeConnectorTypeVServiceToService undocumented
   843  	DeviceManagementExchangeConnectorTypeVServiceToService DeviceManagementExchangeConnectorType = "serviceToService"
   844  	// DeviceManagementExchangeConnectorTypeVDedicated undocumented
   845  	DeviceManagementExchangeConnectorTypeVDedicated DeviceManagementExchangeConnectorType = "dedicated"
   846  )
   847  
   848  var (
   849  	// DeviceManagementExchangeConnectorTypePOnPremises is a pointer to DeviceManagementExchangeConnectorTypeVOnPremises
   850  	DeviceManagementExchangeConnectorTypePOnPremises = &_DeviceManagementExchangeConnectorTypePOnPremises
   851  	// DeviceManagementExchangeConnectorTypePHosted is a pointer to DeviceManagementExchangeConnectorTypeVHosted
   852  	DeviceManagementExchangeConnectorTypePHosted = &_DeviceManagementExchangeConnectorTypePHosted
   853  	// DeviceManagementExchangeConnectorTypePServiceToService is a pointer to DeviceManagementExchangeConnectorTypeVServiceToService
   854  	DeviceManagementExchangeConnectorTypePServiceToService = &_DeviceManagementExchangeConnectorTypePServiceToService
   855  	// DeviceManagementExchangeConnectorTypePDedicated is a pointer to DeviceManagementExchangeConnectorTypeVDedicated
   856  	DeviceManagementExchangeConnectorTypePDedicated = &_DeviceManagementExchangeConnectorTypePDedicated
   857  )
   858  
   859  var (
   860  	_DeviceManagementExchangeConnectorTypePOnPremises       = DeviceManagementExchangeConnectorTypeVOnPremises
   861  	_DeviceManagementExchangeConnectorTypePHosted           = DeviceManagementExchangeConnectorTypeVHosted
   862  	_DeviceManagementExchangeConnectorTypePServiceToService = DeviceManagementExchangeConnectorTypeVServiceToService
   863  	_DeviceManagementExchangeConnectorTypePDedicated        = DeviceManagementExchangeConnectorTypeVDedicated
   864  )
   865  
   866  // DeviceManagementPartnerAppType undocumented
   867  type DeviceManagementPartnerAppType string
   868  
   869  const (
   870  	// DeviceManagementPartnerAppTypeVUnknown undocumented
   871  	DeviceManagementPartnerAppTypeVUnknown DeviceManagementPartnerAppType = "unknown"
   872  	// DeviceManagementPartnerAppTypeVSingleTenantApp undocumented
   873  	DeviceManagementPartnerAppTypeVSingleTenantApp DeviceManagementPartnerAppType = "singleTenantApp"
   874  	// DeviceManagementPartnerAppTypeVMultiTenantApp undocumented
   875  	DeviceManagementPartnerAppTypeVMultiTenantApp DeviceManagementPartnerAppType = "multiTenantApp"
   876  )
   877  
   878  var (
   879  	// DeviceManagementPartnerAppTypePUnknown is a pointer to DeviceManagementPartnerAppTypeVUnknown
   880  	DeviceManagementPartnerAppTypePUnknown = &_DeviceManagementPartnerAppTypePUnknown
   881  	// DeviceManagementPartnerAppTypePSingleTenantApp is a pointer to DeviceManagementPartnerAppTypeVSingleTenantApp
   882  	DeviceManagementPartnerAppTypePSingleTenantApp = &_DeviceManagementPartnerAppTypePSingleTenantApp
   883  	// DeviceManagementPartnerAppTypePMultiTenantApp is a pointer to DeviceManagementPartnerAppTypeVMultiTenantApp
   884  	DeviceManagementPartnerAppTypePMultiTenantApp = &_DeviceManagementPartnerAppTypePMultiTenantApp
   885  )
   886  
   887  var (
   888  	_DeviceManagementPartnerAppTypePUnknown         = DeviceManagementPartnerAppTypeVUnknown
   889  	_DeviceManagementPartnerAppTypePSingleTenantApp = DeviceManagementPartnerAppTypeVSingleTenantApp
   890  	_DeviceManagementPartnerAppTypePMultiTenantApp  = DeviceManagementPartnerAppTypeVMultiTenantApp
   891  )
   892  
   893  // DeviceManagementPartnerTenantState undocumented
   894  type DeviceManagementPartnerTenantState string
   895  
   896  const (
   897  	// DeviceManagementPartnerTenantStateVUnknown undocumented
   898  	DeviceManagementPartnerTenantStateVUnknown DeviceManagementPartnerTenantState = "unknown"
   899  	// DeviceManagementPartnerTenantStateVUnavailable undocumented
   900  	DeviceManagementPartnerTenantStateVUnavailable DeviceManagementPartnerTenantState = "unavailable"
   901  	// DeviceManagementPartnerTenantStateVEnabled undocumented
   902  	DeviceManagementPartnerTenantStateVEnabled DeviceManagementPartnerTenantState = "enabled"
   903  	// DeviceManagementPartnerTenantStateVTerminated undocumented
   904  	DeviceManagementPartnerTenantStateVTerminated DeviceManagementPartnerTenantState = "terminated"
   905  	// DeviceManagementPartnerTenantStateVRejected undocumented
   906  	DeviceManagementPartnerTenantStateVRejected DeviceManagementPartnerTenantState = "rejected"
   907  	// DeviceManagementPartnerTenantStateVUnresponsive undocumented
   908  	DeviceManagementPartnerTenantStateVUnresponsive DeviceManagementPartnerTenantState = "unresponsive"
   909  )
   910  
   911  var (
   912  	// DeviceManagementPartnerTenantStatePUnknown is a pointer to DeviceManagementPartnerTenantStateVUnknown
   913  	DeviceManagementPartnerTenantStatePUnknown = &_DeviceManagementPartnerTenantStatePUnknown
   914  	// DeviceManagementPartnerTenantStatePUnavailable is a pointer to DeviceManagementPartnerTenantStateVUnavailable
   915  	DeviceManagementPartnerTenantStatePUnavailable = &_DeviceManagementPartnerTenantStatePUnavailable
   916  	// DeviceManagementPartnerTenantStatePEnabled is a pointer to DeviceManagementPartnerTenantStateVEnabled
   917  	DeviceManagementPartnerTenantStatePEnabled = &_DeviceManagementPartnerTenantStatePEnabled
   918  	// DeviceManagementPartnerTenantStatePTerminated is a pointer to DeviceManagementPartnerTenantStateVTerminated
   919  	DeviceManagementPartnerTenantStatePTerminated = &_DeviceManagementPartnerTenantStatePTerminated
   920  	// DeviceManagementPartnerTenantStatePRejected is a pointer to DeviceManagementPartnerTenantStateVRejected
   921  	DeviceManagementPartnerTenantStatePRejected = &_DeviceManagementPartnerTenantStatePRejected
   922  	// DeviceManagementPartnerTenantStatePUnresponsive is a pointer to DeviceManagementPartnerTenantStateVUnresponsive
   923  	DeviceManagementPartnerTenantStatePUnresponsive = &_DeviceManagementPartnerTenantStatePUnresponsive
   924  )
   925  
   926  var (
   927  	_DeviceManagementPartnerTenantStatePUnknown      = DeviceManagementPartnerTenantStateVUnknown
   928  	_DeviceManagementPartnerTenantStatePUnavailable  = DeviceManagementPartnerTenantStateVUnavailable
   929  	_DeviceManagementPartnerTenantStatePEnabled      = DeviceManagementPartnerTenantStateVEnabled
   930  	_DeviceManagementPartnerTenantStatePTerminated   = DeviceManagementPartnerTenantStateVTerminated
   931  	_DeviceManagementPartnerTenantStatePRejected     = DeviceManagementPartnerTenantStateVRejected
   932  	_DeviceManagementPartnerTenantStatePUnresponsive = DeviceManagementPartnerTenantStateVUnresponsive
   933  )
   934  
   935  // DeviceManagementReportFileFormat undocumented
   936  type DeviceManagementReportFileFormat string
   937  
   938  const (
   939  	// DeviceManagementReportFileFormatVCsv undocumented
   940  	DeviceManagementReportFileFormatVCsv DeviceManagementReportFileFormat = "csv"
   941  	// DeviceManagementReportFileFormatVPdf undocumented
   942  	DeviceManagementReportFileFormatVPdf DeviceManagementReportFileFormat = "pdf"
   943  )
   944  
   945  var (
   946  	// DeviceManagementReportFileFormatPCsv is a pointer to DeviceManagementReportFileFormatVCsv
   947  	DeviceManagementReportFileFormatPCsv = &_DeviceManagementReportFileFormatPCsv
   948  	// DeviceManagementReportFileFormatPPdf is a pointer to DeviceManagementReportFileFormatVPdf
   949  	DeviceManagementReportFileFormatPPdf = &_DeviceManagementReportFileFormatPPdf
   950  )
   951  
   952  var (
   953  	_DeviceManagementReportFileFormatPCsv = DeviceManagementReportFileFormatVCsv
   954  	_DeviceManagementReportFileFormatPPdf = DeviceManagementReportFileFormatVPdf
   955  )
   956  
   957  // DeviceManagementReportStatus undocumented
   958  type DeviceManagementReportStatus string
   959  
   960  const (
   961  	// DeviceManagementReportStatusVUnknown undocumented
   962  	DeviceManagementReportStatusVUnknown DeviceManagementReportStatus = "unknown"
   963  	// DeviceManagementReportStatusVNotStarted undocumented
   964  	DeviceManagementReportStatusVNotStarted DeviceManagementReportStatus = "notStarted"
   965  	// DeviceManagementReportStatusVInProgress undocumented
   966  	DeviceManagementReportStatusVInProgress DeviceManagementReportStatus = "inProgress"
   967  	// DeviceManagementReportStatusVCompleted undocumented
   968  	DeviceManagementReportStatusVCompleted DeviceManagementReportStatus = "completed"
   969  	// DeviceManagementReportStatusVFailed undocumented
   970  	DeviceManagementReportStatusVFailed DeviceManagementReportStatus = "failed"
   971  )
   972  
   973  var (
   974  	// DeviceManagementReportStatusPUnknown is a pointer to DeviceManagementReportStatusVUnknown
   975  	DeviceManagementReportStatusPUnknown = &_DeviceManagementReportStatusPUnknown
   976  	// DeviceManagementReportStatusPNotStarted is a pointer to DeviceManagementReportStatusVNotStarted
   977  	DeviceManagementReportStatusPNotStarted = &_DeviceManagementReportStatusPNotStarted
   978  	// DeviceManagementReportStatusPInProgress is a pointer to DeviceManagementReportStatusVInProgress
   979  	DeviceManagementReportStatusPInProgress = &_DeviceManagementReportStatusPInProgress
   980  	// DeviceManagementReportStatusPCompleted is a pointer to DeviceManagementReportStatusVCompleted
   981  	DeviceManagementReportStatusPCompleted = &_DeviceManagementReportStatusPCompleted
   982  	// DeviceManagementReportStatusPFailed is a pointer to DeviceManagementReportStatusVFailed
   983  	DeviceManagementReportStatusPFailed = &_DeviceManagementReportStatusPFailed
   984  )
   985  
   986  var (
   987  	_DeviceManagementReportStatusPUnknown    = DeviceManagementReportStatusVUnknown
   988  	_DeviceManagementReportStatusPNotStarted = DeviceManagementReportStatusVNotStarted
   989  	_DeviceManagementReportStatusPInProgress = DeviceManagementReportStatusVInProgress
   990  	_DeviceManagementReportStatusPCompleted  = DeviceManagementReportStatusVCompleted
   991  	_DeviceManagementReportStatusPFailed     = DeviceManagementReportStatusVFailed
   992  )
   993  
   994  // DeviceManagementScheduledReportRecurrence undocumented
   995  type DeviceManagementScheduledReportRecurrence string
   996  
   997  const (
   998  	// DeviceManagementScheduledReportRecurrenceVNone undocumented
   999  	DeviceManagementScheduledReportRecurrenceVNone DeviceManagementScheduledReportRecurrence = "none"
  1000  	// DeviceManagementScheduledReportRecurrenceVDaily undocumented
  1001  	DeviceManagementScheduledReportRecurrenceVDaily DeviceManagementScheduledReportRecurrence = "daily"
  1002  	// DeviceManagementScheduledReportRecurrenceVWeekly undocumented
  1003  	DeviceManagementScheduledReportRecurrenceVWeekly DeviceManagementScheduledReportRecurrence = "weekly"
  1004  	// DeviceManagementScheduledReportRecurrenceVMonthly undocumented
  1005  	DeviceManagementScheduledReportRecurrenceVMonthly DeviceManagementScheduledReportRecurrence = "monthly"
  1006  )
  1007  
  1008  var (
  1009  	// DeviceManagementScheduledReportRecurrencePNone is a pointer to DeviceManagementScheduledReportRecurrenceVNone
  1010  	DeviceManagementScheduledReportRecurrencePNone = &_DeviceManagementScheduledReportRecurrencePNone
  1011  	// DeviceManagementScheduledReportRecurrencePDaily is a pointer to DeviceManagementScheduledReportRecurrenceVDaily
  1012  	DeviceManagementScheduledReportRecurrencePDaily = &_DeviceManagementScheduledReportRecurrencePDaily
  1013  	// DeviceManagementScheduledReportRecurrencePWeekly is a pointer to DeviceManagementScheduledReportRecurrenceVWeekly
  1014  	DeviceManagementScheduledReportRecurrencePWeekly = &_DeviceManagementScheduledReportRecurrencePWeekly
  1015  	// DeviceManagementScheduledReportRecurrencePMonthly is a pointer to DeviceManagementScheduledReportRecurrenceVMonthly
  1016  	DeviceManagementScheduledReportRecurrencePMonthly = &_DeviceManagementScheduledReportRecurrencePMonthly
  1017  )
  1018  
  1019  var (
  1020  	_DeviceManagementScheduledReportRecurrencePNone    = DeviceManagementScheduledReportRecurrenceVNone
  1021  	_DeviceManagementScheduledReportRecurrencePDaily   = DeviceManagementScheduledReportRecurrenceVDaily
  1022  	_DeviceManagementScheduledReportRecurrencePWeekly  = DeviceManagementScheduledReportRecurrenceVWeekly
  1023  	_DeviceManagementScheduledReportRecurrencePMonthly = DeviceManagementScheduledReportRecurrenceVMonthly
  1024  )
  1025  
  1026  // DeviceManagementSubscriptionState undocumented
  1027  type DeviceManagementSubscriptionState string
  1028  
  1029  const (
  1030  	// DeviceManagementSubscriptionStateVPending undocumented
  1031  	DeviceManagementSubscriptionStateVPending DeviceManagementSubscriptionState = "pending"
  1032  	// DeviceManagementSubscriptionStateVActive undocumented
  1033  	DeviceManagementSubscriptionStateVActive DeviceManagementSubscriptionState = "active"
  1034  	// DeviceManagementSubscriptionStateVWarning undocumented
  1035  	DeviceManagementSubscriptionStateVWarning DeviceManagementSubscriptionState = "warning"
  1036  	// DeviceManagementSubscriptionStateVDisabled undocumented
  1037  	DeviceManagementSubscriptionStateVDisabled DeviceManagementSubscriptionState = "disabled"
  1038  	// DeviceManagementSubscriptionStateVDeleted undocumented
  1039  	DeviceManagementSubscriptionStateVDeleted DeviceManagementSubscriptionState = "deleted"
  1040  	// DeviceManagementSubscriptionStateVBlocked undocumented
  1041  	DeviceManagementSubscriptionStateVBlocked DeviceManagementSubscriptionState = "blocked"
  1042  	// DeviceManagementSubscriptionStateVLockedOut undocumented
  1043  	DeviceManagementSubscriptionStateVLockedOut DeviceManagementSubscriptionState = "lockedOut"
  1044  )
  1045  
  1046  var (
  1047  	// DeviceManagementSubscriptionStatePPending is a pointer to DeviceManagementSubscriptionStateVPending
  1048  	DeviceManagementSubscriptionStatePPending = &_DeviceManagementSubscriptionStatePPending
  1049  	// DeviceManagementSubscriptionStatePActive is a pointer to DeviceManagementSubscriptionStateVActive
  1050  	DeviceManagementSubscriptionStatePActive = &_DeviceManagementSubscriptionStatePActive
  1051  	// DeviceManagementSubscriptionStatePWarning is a pointer to DeviceManagementSubscriptionStateVWarning
  1052  	DeviceManagementSubscriptionStatePWarning = &_DeviceManagementSubscriptionStatePWarning
  1053  	// DeviceManagementSubscriptionStatePDisabled is a pointer to DeviceManagementSubscriptionStateVDisabled
  1054  	DeviceManagementSubscriptionStatePDisabled = &_DeviceManagementSubscriptionStatePDisabled
  1055  	// DeviceManagementSubscriptionStatePDeleted is a pointer to DeviceManagementSubscriptionStateVDeleted
  1056  	DeviceManagementSubscriptionStatePDeleted = &_DeviceManagementSubscriptionStatePDeleted
  1057  	// DeviceManagementSubscriptionStatePBlocked is a pointer to DeviceManagementSubscriptionStateVBlocked
  1058  	DeviceManagementSubscriptionStatePBlocked = &_DeviceManagementSubscriptionStatePBlocked
  1059  	// DeviceManagementSubscriptionStatePLockedOut is a pointer to DeviceManagementSubscriptionStateVLockedOut
  1060  	DeviceManagementSubscriptionStatePLockedOut = &_DeviceManagementSubscriptionStatePLockedOut
  1061  )
  1062  
  1063  var (
  1064  	_DeviceManagementSubscriptionStatePPending   = DeviceManagementSubscriptionStateVPending
  1065  	_DeviceManagementSubscriptionStatePActive    = DeviceManagementSubscriptionStateVActive
  1066  	_DeviceManagementSubscriptionStatePWarning   = DeviceManagementSubscriptionStateVWarning
  1067  	_DeviceManagementSubscriptionStatePDisabled  = DeviceManagementSubscriptionStateVDisabled
  1068  	_DeviceManagementSubscriptionStatePDeleted   = DeviceManagementSubscriptionStateVDeleted
  1069  	_DeviceManagementSubscriptionStatePBlocked   = DeviceManagementSubscriptionStateVBlocked
  1070  	_DeviceManagementSubscriptionStatePLockedOut = DeviceManagementSubscriptionStateVLockedOut
  1071  )
  1072  
  1073  // DeviceManagementSubscriptions undocumented
  1074  type DeviceManagementSubscriptions string
  1075  
  1076  const (
  1077  	// DeviceManagementSubscriptionsVNone undocumented
  1078  	DeviceManagementSubscriptionsVNone DeviceManagementSubscriptions = "none"
  1079  	// DeviceManagementSubscriptionsVIntune undocumented
  1080  	DeviceManagementSubscriptionsVIntune DeviceManagementSubscriptions = "intune"
  1081  	// DeviceManagementSubscriptionsVOffice365 undocumented
  1082  	DeviceManagementSubscriptionsVOffice365 DeviceManagementSubscriptions = "office365"
  1083  	// DeviceManagementSubscriptionsVIntunePremium undocumented
  1084  	DeviceManagementSubscriptionsVIntunePremium DeviceManagementSubscriptions = "intunePremium"
  1085  	// DeviceManagementSubscriptionsVIntune_EDU undocumented
  1086  	DeviceManagementSubscriptionsVIntune_EDU DeviceManagementSubscriptions = "intune_EDU"
  1087  	// DeviceManagementSubscriptionsVIntune_SMB undocumented
  1088  	DeviceManagementSubscriptionsVIntune_SMB DeviceManagementSubscriptions = "intune_SMB"
  1089  )
  1090  
  1091  var (
  1092  	// DeviceManagementSubscriptionsPNone is a pointer to DeviceManagementSubscriptionsVNone
  1093  	DeviceManagementSubscriptionsPNone = &_DeviceManagementSubscriptionsPNone
  1094  	// DeviceManagementSubscriptionsPIntune is a pointer to DeviceManagementSubscriptionsVIntune
  1095  	DeviceManagementSubscriptionsPIntune = &_DeviceManagementSubscriptionsPIntune
  1096  	// DeviceManagementSubscriptionsPOffice365 is a pointer to DeviceManagementSubscriptionsVOffice365
  1097  	DeviceManagementSubscriptionsPOffice365 = &_DeviceManagementSubscriptionsPOffice365
  1098  	// DeviceManagementSubscriptionsPIntunePremium is a pointer to DeviceManagementSubscriptionsVIntunePremium
  1099  	DeviceManagementSubscriptionsPIntunePremium = &_DeviceManagementSubscriptionsPIntunePremium
  1100  	// DeviceManagementSubscriptionsPIntune_EDU is a pointer to DeviceManagementSubscriptionsVIntune_EDU
  1101  	DeviceManagementSubscriptionsPIntune_EDU = &_DeviceManagementSubscriptionsPIntune_EDU
  1102  	// DeviceManagementSubscriptionsPIntune_SMB is a pointer to DeviceManagementSubscriptionsVIntune_SMB
  1103  	DeviceManagementSubscriptionsPIntune_SMB = &_DeviceManagementSubscriptionsPIntune_SMB
  1104  )
  1105  
  1106  var (
  1107  	_DeviceManagementSubscriptionsPNone          = DeviceManagementSubscriptionsVNone
  1108  	_DeviceManagementSubscriptionsPIntune        = DeviceManagementSubscriptionsVIntune
  1109  	_DeviceManagementSubscriptionsPOffice365     = DeviceManagementSubscriptionsVOffice365
  1110  	_DeviceManagementSubscriptionsPIntunePremium = DeviceManagementSubscriptionsVIntunePremium
  1111  	_DeviceManagementSubscriptionsPIntune_EDU    = DeviceManagementSubscriptionsVIntune_EDU
  1112  	_DeviceManagementSubscriptionsPIntune_SMB    = DeviceManagementSubscriptionsVIntune_SMB
  1113  )
  1114  
  1115  // DeviceManagementTemplateType undocumented
  1116  type DeviceManagementTemplateType string
  1117  
  1118  const (
  1119  	// DeviceManagementTemplateTypeVSecurityBaseline undocumented
  1120  	DeviceManagementTemplateTypeVSecurityBaseline DeviceManagementTemplateType = "securityBaseline"
  1121  	// DeviceManagementTemplateTypeVSpecializedDevices undocumented
  1122  	DeviceManagementTemplateTypeVSpecializedDevices DeviceManagementTemplateType = "specializedDevices"
  1123  	// DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline undocumented
  1124  	DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline DeviceManagementTemplateType = "advancedThreatProtectionSecurityBaseline"
  1125  	// DeviceManagementTemplateTypeVDeviceConfiguration undocumented
  1126  	DeviceManagementTemplateTypeVDeviceConfiguration DeviceManagementTemplateType = "deviceConfiguration"
  1127  	// DeviceManagementTemplateTypeVCustom undocumented
  1128  	DeviceManagementTemplateTypeVCustom DeviceManagementTemplateType = "custom"
  1129  	// DeviceManagementTemplateTypeVSecurityTemplate undocumented
  1130  	DeviceManagementTemplateTypeVSecurityTemplate DeviceManagementTemplateType = "securityTemplate"
  1131  	// DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline undocumented
  1132  	DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline DeviceManagementTemplateType = "microsoftEdgeSecurityBaseline"
  1133  	// DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline undocumented
  1134  	DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline DeviceManagementTemplateType = "microsoftOffice365ProPlusSecurityBaseline"
  1135  )
  1136  
  1137  var (
  1138  	// DeviceManagementTemplateTypePSecurityBaseline is a pointer to DeviceManagementTemplateTypeVSecurityBaseline
  1139  	DeviceManagementTemplateTypePSecurityBaseline = &_DeviceManagementTemplateTypePSecurityBaseline
  1140  	// DeviceManagementTemplateTypePSpecializedDevices is a pointer to DeviceManagementTemplateTypeVSpecializedDevices
  1141  	DeviceManagementTemplateTypePSpecializedDevices = &_DeviceManagementTemplateTypePSpecializedDevices
  1142  	// DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline is a pointer to DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline
  1143  	DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline = &_DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline
  1144  	// DeviceManagementTemplateTypePDeviceConfiguration is a pointer to DeviceManagementTemplateTypeVDeviceConfiguration
  1145  	DeviceManagementTemplateTypePDeviceConfiguration = &_DeviceManagementTemplateTypePDeviceConfiguration
  1146  	// DeviceManagementTemplateTypePCustom is a pointer to DeviceManagementTemplateTypeVCustom
  1147  	DeviceManagementTemplateTypePCustom = &_DeviceManagementTemplateTypePCustom
  1148  	// DeviceManagementTemplateTypePSecurityTemplate is a pointer to DeviceManagementTemplateTypeVSecurityTemplate
  1149  	DeviceManagementTemplateTypePSecurityTemplate = &_DeviceManagementTemplateTypePSecurityTemplate
  1150  	// DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline is a pointer to DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline
  1151  	DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline = &_DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline
  1152  	// DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline is a pointer to DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline
  1153  	DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline = &_DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline
  1154  )
  1155  
  1156  var (
  1157  	_DeviceManagementTemplateTypePSecurityBaseline                          = DeviceManagementTemplateTypeVSecurityBaseline
  1158  	_DeviceManagementTemplateTypePSpecializedDevices                        = DeviceManagementTemplateTypeVSpecializedDevices
  1159  	_DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline  = DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline
  1160  	_DeviceManagementTemplateTypePDeviceConfiguration                       = DeviceManagementTemplateTypeVDeviceConfiguration
  1161  	_DeviceManagementTemplateTypePCustom                                    = DeviceManagementTemplateTypeVCustom
  1162  	_DeviceManagementTemplateTypePSecurityTemplate                          = DeviceManagementTemplateTypeVSecurityTemplate
  1163  	_DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline             = DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline
  1164  	_DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline = DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline
  1165  )
  1166  
  1167  // DeviceManangementIntentValueType undocumented
  1168  type DeviceManangementIntentValueType string
  1169  
  1170  const (
  1171  	// DeviceManangementIntentValueTypeVInteger undocumented
  1172  	DeviceManangementIntentValueTypeVInteger DeviceManangementIntentValueType = "integer"
  1173  	// DeviceManangementIntentValueTypeVBoolean undocumented
  1174  	DeviceManangementIntentValueTypeVBoolean DeviceManangementIntentValueType = "boolean"
  1175  	// DeviceManangementIntentValueTypeVString undocumented
  1176  	DeviceManangementIntentValueTypeVString DeviceManangementIntentValueType = "string"
  1177  	// DeviceManangementIntentValueTypeVComplex undocumented
  1178  	DeviceManangementIntentValueTypeVComplex DeviceManangementIntentValueType = "complex"
  1179  	// DeviceManangementIntentValueTypeVCollection undocumented
  1180  	DeviceManangementIntentValueTypeVCollection DeviceManangementIntentValueType = "collection"
  1181  	// DeviceManangementIntentValueTypeVAbstractComplex undocumented
  1182  	DeviceManangementIntentValueTypeVAbstractComplex DeviceManangementIntentValueType = "abstractComplex"
  1183  )
  1184  
  1185  var (
  1186  	// DeviceManangementIntentValueTypePInteger is a pointer to DeviceManangementIntentValueTypeVInteger
  1187  	DeviceManangementIntentValueTypePInteger = &_DeviceManangementIntentValueTypePInteger
  1188  	// DeviceManangementIntentValueTypePBoolean is a pointer to DeviceManangementIntentValueTypeVBoolean
  1189  	DeviceManangementIntentValueTypePBoolean = &_DeviceManangementIntentValueTypePBoolean
  1190  	// DeviceManangementIntentValueTypePString is a pointer to DeviceManangementIntentValueTypeVString
  1191  	DeviceManangementIntentValueTypePString = &_DeviceManangementIntentValueTypePString
  1192  	// DeviceManangementIntentValueTypePComplex is a pointer to DeviceManangementIntentValueTypeVComplex
  1193  	DeviceManangementIntentValueTypePComplex = &_DeviceManangementIntentValueTypePComplex
  1194  	// DeviceManangementIntentValueTypePCollection is a pointer to DeviceManangementIntentValueTypeVCollection
  1195  	DeviceManangementIntentValueTypePCollection = &_DeviceManangementIntentValueTypePCollection
  1196  	// DeviceManangementIntentValueTypePAbstractComplex is a pointer to DeviceManangementIntentValueTypeVAbstractComplex
  1197  	DeviceManangementIntentValueTypePAbstractComplex = &_DeviceManangementIntentValueTypePAbstractComplex
  1198  )
  1199  
  1200  var (
  1201  	_DeviceManangementIntentValueTypePInteger         = DeviceManangementIntentValueTypeVInteger
  1202  	_DeviceManangementIntentValueTypePBoolean         = DeviceManangementIntentValueTypeVBoolean
  1203  	_DeviceManangementIntentValueTypePString          = DeviceManangementIntentValueTypeVString
  1204  	_DeviceManangementIntentValueTypePComplex         = DeviceManangementIntentValueTypeVComplex
  1205  	_DeviceManangementIntentValueTypePCollection      = DeviceManangementIntentValueTypeVCollection
  1206  	_DeviceManangementIntentValueTypePAbstractComplex = DeviceManangementIntentValueTypeVAbstractComplex
  1207  )
  1208  
  1209  // DevicePlatformType undocumented
  1210  type DevicePlatformType string
  1211  
  1212  const (
  1213  	// DevicePlatformTypeVAndroid undocumented
  1214  	DevicePlatformTypeVAndroid DevicePlatformType = "android"
  1215  	// DevicePlatformTypeVAndroidForWork undocumented
  1216  	DevicePlatformTypeVAndroidForWork DevicePlatformType = "androidForWork"
  1217  	// DevicePlatformTypeVIOS undocumented
  1218  	DevicePlatformTypeVIOS DevicePlatformType = "iOS"
  1219  	// DevicePlatformTypeVMacOS undocumented
  1220  	DevicePlatformTypeVMacOS DevicePlatformType = "macOS"
  1221  	// DevicePlatformTypeVWindowsPhone81 undocumented
  1222  	DevicePlatformTypeVWindowsPhone81 DevicePlatformType = "windowsPhone81"
  1223  	// DevicePlatformTypeVWindows81AndLater undocumented
  1224  	DevicePlatformTypeVWindows81AndLater DevicePlatformType = "windows81AndLater"
  1225  	// DevicePlatformTypeVWindows10AndLater undocumented
  1226  	DevicePlatformTypeVWindows10AndLater DevicePlatformType = "windows10AndLater"
  1227  	// DevicePlatformTypeVAndroidWorkProfile undocumented
  1228  	DevicePlatformTypeVAndroidWorkProfile DevicePlatformType = "androidWorkProfile"
  1229  	// DevicePlatformTypeVUnknown undocumented
  1230  	DevicePlatformTypeVUnknown DevicePlatformType = "unknown"
  1231  )
  1232  
  1233  var (
  1234  	// DevicePlatformTypePAndroid is a pointer to DevicePlatformTypeVAndroid
  1235  	DevicePlatformTypePAndroid = &_DevicePlatformTypePAndroid
  1236  	// DevicePlatformTypePAndroidForWork is a pointer to DevicePlatformTypeVAndroidForWork
  1237  	DevicePlatformTypePAndroidForWork = &_DevicePlatformTypePAndroidForWork
  1238  	// DevicePlatformTypePIOS is a pointer to DevicePlatformTypeVIOS
  1239  	DevicePlatformTypePIOS = &_DevicePlatformTypePIOS
  1240  	// DevicePlatformTypePMacOS is a pointer to DevicePlatformTypeVMacOS
  1241  	DevicePlatformTypePMacOS = &_DevicePlatformTypePMacOS
  1242  	// DevicePlatformTypePWindowsPhone81 is a pointer to DevicePlatformTypeVWindowsPhone81
  1243  	DevicePlatformTypePWindowsPhone81 = &_DevicePlatformTypePWindowsPhone81
  1244  	// DevicePlatformTypePWindows81AndLater is a pointer to DevicePlatformTypeVWindows81AndLater
  1245  	DevicePlatformTypePWindows81AndLater = &_DevicePlatformTypePWindows81AndLater
  1246  	// DevicePlatformTypePWindows10AndLater is a pointer to DevicePlatformTypeVWindows10AndLater
  1247  	DevicePlatformTypePWindows10AndLater = &_DevicePlatformTypePWindows10AndLater
  1248  	// DevicePlatformTypePAndroidWorkProfile is a pointer to DevicePlatformTypeVAndroidWorkProfile
  1249  	DevicePlatformTypePAndroidWorkProfile = &_DevicePlatformTypePAndroidWorkProfile
  1250  	// DevicePlatformTypePUnknown is a pointer to DevicePlatformTypeVUnknown
  1251  	DevicePlatformTypePUnknown = &_DevicePlatformTypePUnknown
  1252  )
  1253  
  1254  var (
  1255  	_DevicePlatformTypePAndroid            = DevicePlatformTypeVAndroid
  1256  	_DevicePlatformTypePAndroidForWork     = DevicePlatformTypeVAndroidForWork
  1257  	_DevicePlatformTypePIOS                = DevicePlatformTypeVIOS
  1258  	_DevicePlatformTypePMacOS              = DevicePlatformTypeVMacOS
  1259  	_DevicePlatformTypePWindowsPhone81     = DevicePlatformTypeVWindowsPhone81
  1260  	_DevicePlatformTypePWindows81AndLater  = DevicePlatformTypeVWindows81AndLater
  1261  	_DevicePlatformTypePWindows10AndLater  = DevicePlatformTypeVWindows10AndLater
  1262  	_DevicePlatformTypePAndroidWorkProfile = DevicePlatformTypeVAndroidWorkProfile
  1263  	_DevicePlatformTypePUnknown            = DevicePlatformTypeVUnknown
  1264  )
  1265  
  1266  // DeviceRegistrationState undocumented
  1267  type DeviceRegistrationState string
  1268  
  1269  const (
  1270  	// DeviceRegistrationStateVNotRegistered undocumented
  1271  	DeviceRegistrationStateVNotRegistered DeviceRegistrationState = "notRegistered"
  1272  	// DeviceRegistrationStateVRegistered undocumented
  1273  	DeviceRegistrationStateVRegistered DeviceRegistrationState = "registered"
  1274  	// DeviceRegistrationStateVRevoked undocumented
  1275  	DeviceRegistrationStateVRevoked DeviceRegistrationState = "revoked"
  1276  	// DeviceRegistrationStateVKeyConflict undocumented
  1277  	DeviceRegistrationStateVKeyConflict DeviceRegistrationState = "keyConflict"
  1278  	// DeviceRegistrationStateVApprovalPending undocumented
  1279  	DeviceRegistrationStateVApprovalPending DeviceRegistrationState = "approvalPending"
  1280  	// DeviceRegistrationStateVCertificateReset undocumented
  1281  	DeviceRegistrationStateVCertificateReset DeviceRegistrationState = "certificateReset"
  1282  	// DeviceRegistrationStateVNotRegisteredPendingEnrollment undocumented
  1283  	DeviceRegistrationStateVNotRegisteredPendingEnrollment DeviceRegistrationState = "notRegisteredPendingEnrollment"
  1284  	// DeviceRegistrationStateVUnknown undocumented
  1285  	DeviceRegistrationStateVUnknown DeviceRegistrationState = "unknown"
  1286  )
  1287  
  1288  var (
  1289  	// DeviceRegistrationStatePNotRegistered is a pointer to DeviceRegistrationStateVNotRegistered
  1290  	DeviceRegistrationStatePNotRegistered = &_DeviceRegistrationStatePNotRegistered
  1291  	// DeviceRegistrationStatePRegistered is a pointer to DeviceRegistrationStateVRegistered
  1292  	DeviceRegistrationStatePRegistered = &_DeviceRegistrationStatePRegistered
  1293  	// DeviceRegistrationStatePRevoked is a pointer to DeviceRegistrationStateVRevoked
  1294  	DeviceRegistrationStatePRevoked = &_DeviceRegistrationStatePRevoked
  1295  	// DeviceRegistrationStatePKeyConflict is a pointer to DeviceRegistrationStateVKeyConflict
  1296  	DeviceRegistrationStatePKeyConflict = &_DeviceRegistrationStatePKeyConflict
  1297  	// DeviceRegistrationStatePApprovalPending is a pointer to DeviceRegistrationStateVApprovalPending
  1298  	DeviceRegistrationStatePApprovalPending = &_DeviceRegistrationStatePApprovalPending
  1299  	// DeviceRegistrationStatePCertificateReset is a pointer to DeviceRegistrationStateVCertificateReset
  1300  	DeviceRegistrationStatePCertificateReset = &_DeviceRegistrationStatePCertificateReset
  1301  	// DeviceRegistrationStatePNotRegisteredPendingEnrollment is a pointer to DeviceRegistrationStateVNotRegisteredPendingEnrollment
  1302  	DeviceRegistrationStatePNotRegisteredPendingEnrollment = &_DeviceRegistrationStatePNotRegisteredPendingEnrollment
  1303  	// DeviceRegistrationStatePUnknown is a pointer to DeviceRegistrationStateVUnknown
  1304  	DeviceRegistrationStatePUnknown = &_DeviceRegistrationStatePUnknown
  1305  )
  1306  
  1307  var (
  1308  	_DeviceRegistrationStatePNotRegistered                  = DeviceRegistrationStateVNotRegistered
  1309  	_DeviceRegistrationStatePRegistered                     = DeviceRegistrationStateVRegistered
  1310  	_DeviceRegistrationStatePRevoked                        = DeviceRegistrationStateVRevoked
  1311  	_DeviceRegistrationStatePKeyConflict                    = DeviceRegistrationStateVKeyConflict
  1312  	_DeviceRegistrationStatePApprovalPending                = DeviceRegistrationStateVApprovalPending
  1313  	_DeviceRegistrationStatePCertificateReset               = DeviceRegistrationStateVCertificateReset
  1314  	_DeviceRegistrationStatePNotRegisteredPendingEnrollment = DeviceRegistrationStateVNotRegisteredPendingEnrollment
  1315  	_DeviceRegistrationStatePUnknown                        = DeviceRegistrationStateVUnknown
  1316  )
  1317  
  1318  // DeviceThreatProtectionLevel undocumented
  1319  type DeviceThreatProtectionLevel string
  1320  
  1321  const (
  1322  	// DeviceThreatProtectionLevelVUnavailable undocumented
  1323  	DeviceThreatProtectionLevelVUnavailable DeviceThreatProtectionLevel = "unavailable"
  1324  	// DeviceThreatProtectionLevelVSecured undocumented
  1325  	DeviceThreatProtectionLevelVSecured DeviceThreatProtectionLevel = "secured"
  1326  	// DeviceThreatProtectionLevelVLow undocumented
  1327  	DeviceThreatProtectionLevelVLow DeviceThreatProtectionLevel = "low"
  1328  	// DeviceThreatProtectionLevelVMedium undocumented
  1329  	DeviceThreatProtectionLevelVMedium DeviceThreatProtectionLevel = "medium"
  1330  	// DeviceThreatProtectionLevelVHigh undocumented
  1331  	DeviceThreatProtectionLevelVHigh DeviceThreatProtectionLevel = "high"
  1332  	// DeviceThreatProtectionLevelVNotSet undocumented
  1333  	DeviceThreatProtectionLevelVNotSet DeviceThreatProtectionLevel = "notSet"
  1334  )
  1335  
  1336  var (
  1337  	// DeviceThreatProtectionLevelPUnavailable is a pointer to DeviceThreatProtectionLevelVUnavailable
  1338  	DeviceThreatProtectionLevelPUnavailable = &_DeviceThreatProtectionLevelPUnavailable
  1339  	// DeviceThreatProtectionLevelPSecured is a pointer to DeviceThreatProtectionLevelVSecured
  1340  	DeviceThreatProtectionLevelPSecured = &_DeviceThreatProtectionLevelPSecured
  1341  	// DeviceThreatProtectionLevelPLow is a pointer to DeviceThreatProtectionLevelVLow
  1342  	DeviceThreatProtectionLevelPLow = &_DeviceThreatProtectionLevelPLow
  1343  	// DeviceThreatProtectionLevelPMedium is a pointer to DeviceThreatProtectionLevelVMedium
  1344  	DeviceThreatProtectionLevelPMedium = &_DeviceThreatProtectionLevelPMedium
  1345  	// DeviceThreatProtectionLevelPHigh is a pointer to DeviceThreatProtectionLevelVHigh
  1346  	DeviceThreatProtectionLevelPHigh = &_DeviceThreatProtectionLevelPHigh
  1347  	// DeviceThreatProtectionLevelPNotSet is a pointer to DeviceThreatProtectionLevelVNotSet
  1348  	DeviceThreatProtectionLevelPNotSet = &_DeviceThreatProtectionLevelPNotSet
  1349  )
  1350  
  1351  var (
  1352  	_DeviceThreatProtectionLevelPUnavailable = DeviceThreatProtectionLevelVUnavailable
  1353  	_DeviceThreatProtectionLevelPSecured     = DeviceThreatProtectionLevelVSecured
  1354  	_DeviceThreatProtectionLevelPLow         = DeviceThreatProtectionLevelVLow
  1355  	_DeviceThreatProtectionLevelPMedium      = DeviceThreatProtectionLevelVMedium
  1356  	_DeviceThreatProtectionLevelPHigh        = DeviceThreatProtectionLevelVHigh
  1357  	_DeviceThreatProtectionLevelPNotSet      = DeviceThreatProtectionLevelVNotSet
  1358  )
  1359  
  1360  // DeviceType undocumented
  1361  type DeviceType string
  1362  
  1363  const (
  1364  	// DeviceTypeVDesktop undocumented
  1365  	DeviceTypeVDesktop DeviceType = "desktop"
  1366  	// DeviceTypeVWindowsRT undocumented
  1367  	DeviceTypeVWindowsRT DeviceType = "windowsRT"
  1368  	// DeviceTypeVWinMO6 undocumented
  1369  	DeviceTypeVWinMO6 DeviceType = "winMO6"
  1370  	// DeviceTypeVNokia undocumented
  1371  	DeviceTypeVNokia DeviceType = "nokia"
  1372  	// DeviceTypeVWindowsPhone undocumented
  1373  	DeviceTypeVWindowsPhone DeviceType = "windowsPhone"
  1374  	// DeviceTypeVMac undocumented
  1375  	DeviceTypeVMac DeviceType = "mac"
  1376  	// DeviceTypeVWinCE undocumented
  1377  	DeviceTypeVWinCE DeviceType = "winCE"
  1378  	// DeviceTypeVWinEmbedded undocumented
  1379  	DeviceTypeVWinEmbedded DeviceType = "winEmbedded"
  1380  	// DeviceTypeVIPhone undocumented
  1381  	DeviceTypeVIPhone DeviceType = "iPhone"
  1382  	// DeviceTypeVIPad undocumented
  1383  	DeviceTypeVIPad DeviceType = "iPad"
  1384  	// DeviceTypeVIPod undocumented
  1385  	DeviceTypeVIPod DeviceType = "iPod"
  1386  	// DeviceTypeVAndroid undocumented
  1387  	DeviceTypeVAndroid DeviceType = "android"
  1388  	// DeviceTypeVISocConsumer undocumented
  1389  	DeviceTypeVISocConsumer DeviceType = "iSocConsumer"
  1390  	// DeviceTypeVUnix undocumented
  1391  	DeviceTypeVUnix DeviceType = "unix"
  1392  	// DeviceTypeVMacMDM undocumented
  1393  	DeviceTypeVMacMDM DeviceType = "macMDM"
  1394  	// DeviceTypeVHoloLens undocumented
  1395  	DeviceTypeVHoloLens DeviceType = "holoLens"
  1396  	// DeviceTypeVSurfaceHub undocumented
  1397  	DeviceTypeVSurfaceHub DeviceType = "surfaceHub"
  1398  	// DeviceTypeVAndroidForWork undocumented
  1399  	DeviceTypeVAndroidForWork DeviceType = "androidForWork"
  1400  	// DeviceTypeVAndroidEnterprise undocumented
  1401  	DeviceTypeVAndroidEnterprise DeviceType = "androidEnterprise"
  1402  	// DeviceTypeVBlackberry undocumented
  1403  	DeviceTypeVBlackberry DeviceType = "blackberry"
  1404  	// DeviceTypeVPalm undocumented
  1405  	DeviceTypeVPalm DeviceType = "palm"
  1406  	// DeviceTypeVUnknown undocumented
  1407  	DeviceTypeVUnknown DeviceType = "unknown"
  1408  )
  1409  
  1410  var (
  1411  	// DeviceTypePDesktop is a pointer to DeviceTypeVDesktop
  1412  	DeviceTypePDesktop = &_DeviceTypePDesktop
  1413  	// DeviceTypePWindowsRT is a pointer to DeviceTypeVWindowsRT
  1414  	DeviceTypePWindowsRT = &_DeviceTypePWindowsRT
  1415  	// DeviceTypePWinMO6 is a pointer to DeviceTypeVWinMO6
  1416  	DeviceTypePWinMO6 = &_DeviceTypePWinMO6
  1417  	// DeviceTypePNokia is a pointer to DeviceTypeVNokia
  1418  	DeviceTypePNokia = &_DeviceTypePNokia
  1419  	// DeviceTypePWindowsPhone is a pointer to DeviceTypeVWindowsPhone
  1420  	DeviceTypePWindowsPhone = &_DeviceTypePWindowsPhone
  1421  	// DeviceTypePMac is a pointer to DeviceTypeVMac
  1422  	DeviceTypePMac = &_DeviceTypePMac
  1423  	// DeviceTypePWinCE is a pointer to DeviceTypeVWinCE
  1424  	DeviceTypePWinCE = &_DeviceTypePWinCE
  1425  	// DeviceTypePWinEmbedded is a pointer to DeviceTypeVWinEmbedded
  1426  	DeviceTypePWinEmbedded = &_DeviceTypePWinEmbedded
  1427  	// DeviceTypePIPhone is a pointer to DeviceTypeVIPhone
  1428  	DeviceTypePIPhone = &_DeviceTypePIPhone
  1429  	// DeviceTypePIPad is a pointer to DeviceTypeVIPad
  1430  	DeviceTypePIPad = &_DeviceTypePIPad
  1431  	// DeviceTypePIPod is a pointer to DeviceTypeVIPod
  1432  	DeviceTypePIPod = &_DeviceTypePIPod
  1433  	// DeviceTypePAndroid is a pointer to DeviceTypeVAndroid
  1434  	DeviceTypePAndroid = &_DeviceTypePAndroid
  1435  	// DeviceTypePISocConsumer is a pointer to DeviceTypeVISocConsumer
  1436  	DeviceTypePISocConsumer = &_DeviceTypePISocConsumer
  1437  	// DeviceTypePUnix is a pointer to DeviceTypeVUnix
  1438  	DeviceTypePUnix = &_DeviceTypePUnix
  1439  	// DeviceTypePMacMDM is a pointer to DeviceTypeVMacMDM
  1440  	DeviceTypePMacMDM = &_DeviceTypePMacMDM
  1441  	// DeviceTypePHoloLens is a pointer to DeviceTypeVHoloLens
  1442  	DeviceTypePHoloLens = &_DeviceTypePHoloLens
  1443  	// DeviceTypePSurfaceHub is a pointer to DeviceTypeVSurfaceHub
  1444  	DeviceTypePSurfaceHub = &_DeviceTypePSurfaceHub
  1445  	// DeviceTypePAndroidForWork is a pointer to DeviceTypeVAndroidForWork
  1446  	DeviceTypePAndroidForWork = &_DeviceTypePAndroidForWork
  1447  	// DeviceTypePAndroidEnterprise is a pointer to DeviceTypeVAndroidEnterprise
  1448  	DeviceTypePAndroidEnterprise = &_DeviceTypePAndroidEnterprise
  1449  	// DeviceTypePBlackberry is a pointer to DeviceTypeVBlackberry
  1450  	DeviceTypePBlackberry = &_DeviceTypePBlackberry
  1451  	// DeviceTypePPalm is a pointer to DeviceTypeVPalm
  1452  	DeviceTypePPalm = &_DeviceTypePPalm
  1453  	// DeviceTypePUnknown is a pointer to DeviceTypeVUnknown
  1454  	DeviceTypePUnknown = &_DeviceTypePUnknown
  1455  )
  1456  
  1457  var (
  1458  	_DeviceTypePDesktop           = DeviceTypeVDesktop
  1459  	_DeviceTypePWindowsRT         = DeviceTypeVWindowsRT
  1460  	_DeviceTypePWinMO6            = DeviceTypeVWinMO6
  1461  	_DeviceTypePNokia             = DeviceTypeVNokia
  1462  	_DeviceTypePWindowsPhone      = DeviceTypeVWindowsPhone
  1463  	_DeviceTypePMac               = DeviceTypeVMac
  1464  	_DeviceTypePWinCE             = DeviceTypeVWinCE
  1465  	_DeviceTypePWinEmbedded       = DeviceTypeVWinEmbedded
  1466  	_DeviceTypePIPhone            = DeviceTypeVIPhone
  1467  	_DeviceTypePIPad              = DeviceTypeVIPad
  1468  	_DeviceTypePIPod              = DeviceTypeVIPod
  1469  	_DeviceTypePAndroid           = DeviceTypeVAndroid
  1470  	_DeviceTypePISocConsumer      = DeviceTypeVISocConsumer
  1471  	_DeviceTypePUnix              = DeviceTypeVUnix
  1472  	_DeviceTypePMacMDM            = DeviceTypeVMacMDM
  1473  	_DeviceTypePHoloLens          = DeviceTypeVHoloLens
  1474  	_DeviceTypePSurfaceHub        = DeviceTypeVSurfaceHub
  1475  	_DeviceTypePAndroidForWork    = DeviceTypeVAndroidForWork
  1476  	_DeviceTypePAndroidEnterprise = DeviceTypeVAndroidEnterprise
  1477  	_DeviceTypePBlackberry        = DeviceTypeVBlackberry
  1478  	_DeviceTypePPalm              = DeviceTypeVPalm
  1479  	_DeviceTypePUnknown           = DeviceTypeVUnknown
  1480  )
  1481  
  1482  // DeviceTypes undocumented
  1483  type DeviceTypes string
  1484  
  1485  const (
  1486  	// DeviceTypesVDesktop undocumented
  1487  	DeviceTypesVDesktop DeviceTypes = "desktop"
  1488  	// DeviceTypesVWindowsRT undocumented
  1489  	DeviceTypesVWindowsRT DeviceTypes = "windowsRT"
  1490  	// DeviceTypesVWinMO6 undocumented
  1491  	DeviceTypesVWinMO6 DeviceTypes = "winMO6"
  1492  	// DeviceTypesVNokia undocumented
  1493  	DeviceTypesVNokia DeviceTypes = "nokia"
  1494  	// DeviceTypesVWindowsPhone undocumented
  1495  	DeviceTypesVWindowsPhone DeviceTypes = "windowsPhone"
  1496  	// DeviceTypesVMac undocumented
  1497  	DeviceTypesVMac DeviceTypes = "mac"
  1498  	// DeviceTypesVWinCE undocumented
  1499  	DeviceTypesVWinCE DeviceTypes = "winCE"
  1500  	// DeviceTypesVWinEmbedded undocumented
  1501  	DeviceTypesVWinEmbedded DeviceTypes = "winEmbedded"
  1502  	// DeviceTypesVIPhone undocumented
  1503  	DeviceTypesVIPhone DeviceTypes = "iPhone"
  1504  	// DeviceTypesVIPad undocumented
  1505  	DeviceTypesVIPad DeviceTypes = "iPad"
  1506  	// DeviceTypesVIPod undocumented
  1507  	DeviceTypesVIPod DeviceTypes = "iPod"
  1508  	// DeviceTypesVAndroid undocumented
  1509  	DeviceTypesVAndroid DeviceTypes = "android"
  1510  	// DeviceTypesVISocConsumer undocumented
  1511  	DeviceTypesVISocConsumer DeviceTypes = "iSocConsumer"
  1512  	// DeviceTypesVUnix undocumented
  1513  	DeviceTypesVUnix DeviceTypes = "unix"
  1514  	// DeviceTypesVMacMDM undocumented
  1515  	DeviceTypesVMacMDM DeviceTypes = "macMDM"
  1516  	// DeviceTypesVHoloLens undocumented
  1517  	DeviceTypesVHoloLens DeviceTypes = "holoLens"
  1518  	// DeviceTypesVSurfaceHub undocumented
  1519  	DeviceTypesVSurfaceHub DeviceTypes = "surfaceHub"
  1520  	// DeviceTypesVAndroidForWork undocumented
  1521  	DeviceTypesVAndroidForWork DeviceTypes = "androidForWork"
  1522  	// DeviceTypesVAndroidEnterprise undocumented
  1523  	DeviceTypesVAndroidEnterprise DeviceTypes = "androidEnterprise"
  1524  	// DeviceTypesVBlackberry undocumented
  1525  	DeviceTypesVBlackberry DeviceTypes = "blackberry"
  1526  	// DeviceTypesVPalm undocumented
  1527  	DeviceTypesVPalm DeviceTypes = "palm"
  1528  	// DeviceTypesVUnknown undocumented
  1529  	DeviceTypesVUnknown DeviceTypes = "unknown"
  1530  )
  1531  
  1532  var (
  1533  	// DeviceTypesPDesktop is a pointer to DeviceTypesVDesktop
  1534  	DeviceTypesPDesktop = &_DeviceTypesPDesktop
  1535  	// DeviceTypesPWindowsRT is a pointer to DeviceTypesVWindowsRT
  1536  	DeviceTypesPWindowsRT = &_DeviceTypesPWindowsRT
  1537  	// DeviceTypesPWinMO6 is a pointer to DeviceTypesVWinMO6
  1538  	DeviceTypesPWinMO6 = &_DeviceTypesPWinMO6
  1539  	// DeviceTypesPNokia is a pointer to DeviceTypesVNokia
  1540  	DeviceTypesPNokia = &_DeviceTypesPNokia
  1541  	// DeviceTypesPWindowsPhone is a pointer to DeviceTypesVWindowsPhone
  1542  	DeviceTypesPWindowsPhone = &_DeviceTypesPWindowsPhone
  1543  	// DeviceTypesPMac is a pointer to DeviceTypesVMac
  1544  	DeviceTypesPMac = &_DeviceTypesPMac
  1545  	// DeviceTypesPWinCE is a pointer to DeviceTypesVWinCE
  1546  	DeviceTypesPWinCE = &_DeviceTypesPWinCE
  1547  	// DeviceTypesPWinEmbedded is a pointer to DeviceTypesVWinEmbedded
  1548  	DeviceTypesPWinEmbedded = &_DeviceTypesPWinEmbedded
  1549  	// DeviceTypesPIPhone is a pointer to DeviceTypesVIPhone
  1550  	DeviceTypesPIPhone = &_DeviceTypesPIPhone
  1551  	// DeviceTypesPIPad is a pointer to DeviceTypesVIPad
  1552  	DeviceTypesPIPad = &_DeviceTypesPIPad
  1553  	// DeviceTypesPIPod is a pointer to DeviceTypesVIPod
  1554  	DeviceTypesPIPod = &_DeviceTypesPIPod
  1555  	// DeviceTypesPAndroid is a pointer to DeviceTypesVAndroid
  1556  	DeviceTypesPAndroid = &_DeviceTypesPAndroid
  1557  	// DeviceTypesPISocConsumer is a pointer to DeviceTypesVISocConsumer
  1558  	DeviceTypesPISocConsumer = &_DeviceTypesPISocConsumer
  1559  	// DeviceTypesPUnix is a pointer to DeviceTypesVUnix
  1560  	DeviceTypesPUnix = &_DeviceTypesPUnix
  1561  	// DeviceTypesPMacMDM is a pointer to DeviceTypesVMacMDM
  1562  	DeviceTypesPMacMDM = &_DeviceTypesPMacMDM
  1563  	// DeviceTypesPHoloLens is a pointer to DeviceTypesVHoloLens
  1564  	DeviceTypesPHoloLens = &_DeviceTypesPHoloLens
  1565  	// DeviceTypesPSurfaceHub is a pointer to DeviceTypesVSurfaceHub
  1566  	DeviceTypesPSurfaceHub = &_DeviceTypesPSurfaceHub
  1567  	// DeviceTypesPAndroidForWork is a pointer to DeviceTypesVAndroidForWork
  1568  	DeviceTypesPAndroidForWork = &_DeviceTypesPAndroidForWork
  1569  	// DeviceTypesPAndroidEnterprise is a pointer to DeviceTypesVAndroidEnterprise
  1570  	DeviceTypesPAndroidEnterprise = &_DeviceTypesPAndroidEnterprise
  1571  	// DeviceTypesPBlackberry is a pointer to DeviceTypesVBlackberry
  1572  	DeviceTypesPBlackberry = &_DeviceTypesPBlackberry
  1573  	// DeviceTypesPPalm is a pointer to DeviceTypesVPalm
  1574  	DeviceTypesPPalm = &_DeviceTypesPPalm
  1575  	// DeviceTypesPUnknown is a pointer to DeviceTypesVUnknown
  1576  	DeviceTypesPUnknown = &_DeviceTypesPUnknown
  1577  )
  1578  
  1579  var (
  1580  	_DeviceTypesPDesktop           = DeviceTypesVDesktop
  1581  	_DeviceTypesPWindowsRT         = DeviceTypesVWindowsRT
  1582  	_DeviceTypesPWinMO6            = DeviceTypesVWinMO6
  1583  	_DeviceTypesPNokia             = DeviceTypesVNokia
  1584  	_DeviceTypesPWindowsPhone      = DeviceTypesVWindowsPhone
  1585  	_DeviceTypesPMac               = DeviceTypesVMac
  1586  	_DeviceTypesPWinCE             = DeviceTypesVWinCE
  1587  	_DeviceTypesPWinEmbedded       = DeviceTypesVWinEmbedded
  1588  	_DeviceTypesPIPhone            = DeviceTypesVIPhone
  1589  	_DeviceTypesPIPad              = DeviceTypesVIPad
  1590  	_DeviceTypesPIPod              = DeviceTypesVIPod
  1591  	_DeviceTypesPAndroid           = DeviceTypesVAndroid
  1592  	_DeviceTypesPISocConsumer      = DeviceTypesVISocConsumer
  1593  	_DeviceTypesPUnix              = DeviceTypesVUnix
  1594  	_DeviceTypesPMacMDM            = DeviceTypesVMacMDM
  1595  	_DeviceTypesPHoloLens          = DeviceTypesVHoloLens
  1596  	_DeviceTypesPSurfaceHub        = DeviceTypesVSurfaceHub
  1597  	_DeviceTypesPAndroidForWork    = DeviceTypesVAndroidForWork
  1598  	_DeviceTypesPAndroidEnterprise = DeviceTypesVAndroidEnterprise
  1599  	_DeviceTypesPBlackberry        = DeviceTypesVBlackberry
  1600  	_DeviceTypesPPalm              = DeviceTypesVPalm
  1601  	_DeviceTypesPUnknown           = DeviceTypesVUnknown
  1602  )