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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // WindowsArchitecture undocumented
     6  type WindowsArchitecture string
     7  
     8  const (
     9  	// WindowsArchitectureVNone undocumented
    10  	WindowsArchitectureVNone WindowsArchitecture = "none"
    11  	// WindowsArchitectureVX86 undocumented
    12  	WindowsArchitectureVX86 WindowsArchitecture = "x86"
    13  	// WindowsArchitectureVX64 undocumented
    14  	WindowsArchitectureVX64 WindowsArchitecture = "x64"
    15  	// WindowsArchitectureVArm undocumented
    16  	WindowsArchitectureVArm WindowsArchitecture = "arm"
    17  	// WindowsArchitectureVNeutral undocumented
    18  	WindowsArchitectureVNeutral WindowsArchitecture = "neutral"
    19  )
    20  
    21  var (
    22  	// WindowsArchitecturePNone is a pointer to WindowsArchitectureVNone
    23  	WindowsArchitecturePNone = &_WindowsArchitecturePNone
    24  	// WindowsArchitecturePX86 is a pointer to WindowsArchitectureVX86
    25  	WindowsArchitecturePX86 = &_WindowsArchitecturePX86
    26  	// WindowsArchitecturePX64 is a pointer to WindowsArchitectureVX64
    27  	WindowsArchitecturePX64 = &_WindowsArchitecturePX64
    28  	// WindowsArchitecturePArm is a pointer to WindowsArchitectureVArm
    29  	WindowsArchitecturePArm = &_WindowsArchitecturePArm
    30  	// WindowsArchitecturePNeutral is a pointer to WindowsArchitectureVNeutral
    31  	WindowsArchitecturePNeutral = &_WindowsArchitecturePNeutral
    32  )
    33  
    34  var (
    35  	_WindowsArchitecturePNone    = WindowsArchitectureVNone
    36  	_WindowsArchitecturePX86     = WindowsArchitectureVX86
    37  	_WindowsArchitecturePX64     = WindowsArchitectureVX64
    38  	_WindowsArchitecturePArm     = WindowsArchitectureVArm
    39  	_WindowsArchitecturePNeutral = WindowsArchitectureVNeutral
    40  )
    41  
    42  // WindowsDeliveryOptimizationMode undocumented
    43  type WindowsDeliveryOptimizationMode string
    44  
    45  const (
    46  	// WindowsDeliveryOptimizationModeVUserDefined undocumented
    47  	WindowsDeliveryOptimizationModeVUserDefined WindowsDeliveryOptimizationMode = "userDefined"
    48  	// WindowsDeliveryOptimizationModeVHTTPOnly undocumented
    49  	WindowsDeliveryOptimizationModeVHTTPOnly WindowsDeliveryOptimizationMode = "httpOnly"
    50  	// WindowsDeliveryOptimizationModeVHTTPWithPeeringNat undocumented
    51  	WindowsDeliveryOptimizationModeVHTTPWithPeeringNat WindowsDeliveryOptimizationMode = "httpWithPeeringNat"
    52  	// WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup undocumented
    53  	WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup WindowsDeliveryOptimizationMode = "httpWithPeeringPrivateGroup"
    54  	// WindowsDeliveryOptimizationModeVHTTPWithInternetPeering undocumented
    55  	WindowsDeliveryOptimizationModeVHTTPWithInternetPeering WindowsDeliveryOptimizationMode = "httpWithInternetPeering"
    56  	// WindowsDeliveryOptimizationModeVSimpleDownload undocumented
    57  	WindowsDeliveryOptimizationModeVSimpleDownload WindowsDeliveryOptimizationMode = "simpleDownload"
    58  	// WindowsDeliveryOptimizationModeVBypassMode undocumented
    59  	WindowsDeliveryOptimizationModeVBypassMode WindowsDeliveryOptimizationMode = "bypassMode"
    60  )
    61  
    62  var (
    63  	// WindowsDeliveryOptimizationModePUserDefined is a pointer to WindowsDeliveryOptimizationModeVUserDefined
    64  	WindowsDeliveryOptimizationModePUserDefined = &_WindowsDeliveryOptimizationModePUserDefined
    65  	// WindowsDeliveryOptimizationModePHTTPOnly is a pointer to WindowsDeliveryOptimizationModeVHTTPOnly
    66  	WindowsDeliveryOptimizationModePHTTPOnly = &_WindowsDeliveryOptimizationModePHTTPOnly
    67  	// WindowsDeliveryOptimizationModePHTTPWithPeeringNat is a pointer to WindowsDeliveryOptimizationModeVHTTPWithPeeringNat
    68  	WindowsDeliveryOptimizationModePHTTPWithPeeringNat = &_WindowsDeliveryOptimizationModePHTTPWithPeeringNat
    69  	// WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup is a pointer to WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup
    70  	WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup = &_WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup
    71  	// WindowsDeliveryOptimizationModePHTTPWithInternetPeering is a pointer to WindowsDeliveryOptimizationModeVHTTPWithInternetPeering
    72  	WindowsDeliveryOptimizationModePHTTPWithInternetPeering = &_WindowsDeliveryOptimizationModePHTTPWithInternetPeering
    73  	// WindowsDeliveryOptimizationModePSimpleDownload is a pointer to WindowsDeliveryOptimizationModeVSimpleDownload
    74  	WindowsDeliveryOptimizationModePSimpleDownload = &_WindowsDeliveryOptimizationModePSimpleDownload
    75  	// WindowsDeliveryOptimizationModePBypassMode is a pointer to WindowsDeliveryOptimizationModeVBypassMode
    76  	WindowsDeliveryOptimizationModePBypassMode = &_WindowsDeliveryOptimizationModePBypassMode
    77  )
    78  
    79  var (
    80  	_WindowsDeliveryOptimizationModePUserDefined                 = WindowsDeliveryOptimizationModeVUserDefined
    81  	_WindowsDeliveryOptimizationModePHTTPOnly                    = WindowsDeliveryOptimizationModeVHTTPOnly
    82  	_WindowsDeliveryOptimizationModePHTTPWithPeeringNat          = WindowsDeliveryOptimizationModeVHTTPWithPeeringNat
    83  	_WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup = WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup
    84  	_WindowsDeliveryOptimizationModePHTTPWithInternetPeering     = WindowsDeliveryOptimizationModeVHTTPWithInternetPeering
    85  	_WindowsDeliveryOptimizationModePSimpleDownload              = WindowsDeliveryOptimizationModeVSimpleDownload
    86  	_WindowsDeliveryOptimizationModePBypassMode                  = WindowsDeliveryOptimizationModeVBypassMode
    87  )
    88  
    89  // WindowsDeviceType undocumented
    90  type WindowsDeviceType string
    91  
    92  const (
    93  	// WindowsDeviceTypeVNone undocumented
    94  	WindowsDeviceTypeVNone WindowsDeviceType = "none"
    95  	// WindowsDeviceTypeVDesktop undocumented
    96  	WindowsDeviceTypeVDesktop WindowsDeviceType = "desktop"
    97  	// WindowsDeviceTypeVMobile undocumented
    98  	WindowsDeviceTypeVMobile WindowsDeviceType = "mobile"
    99  	// WindowsDeviceTypeVHolographic undocumented
   100  	WindowsDeviceTypeVHolographic WindowsDeviceType = "holographic"
   101  	// WindowsDeviceTypeVTeam undocumented
   102  	WindowsDeviceTypeVTeam WindowsDeviceType = "team"
   103  )
   104  
   105  var (
   106  	// WindowsDeviceTypePNone is a pointer to WindowsDeviceTypeVNone
   107  	WindowsDeviceTypePNone = &_WindowsDeviceTypePNone
   108  	// WindowsDeviceTypePDesktop is a pointer to WindowsDeviceTypeVDesktop
   109  	WindowsDeviceTypePDesktop = &_WindowsDeviceTypePDesktop
   110  	// WindowsDeviceTypePMobile is a pointer to WindowsDeviceTypeVMobile
   111  	WindowsDeviceTypePMobile = &_WindowsDeviceTypePMobile
   112  	// WindowsDeviceTypePHolographic is a pointer to WindowsDeviceTypeVHolographic
   113  	WindowsDeviceTypePHolographic = &_WindowsDeviceTypePHolographic
   114  	// WindowsDeviceTypePTeam is a pointer to WindowsDeviceTypeVTeam
   115  	WindowsDeviceTypePTeam = &_WindowsDeviceTypePTeam
   116  )
   117  
   118  var (
   119  	_WindowsDeviceTypePNone        = WindowsDeviceTypeVNone
   120  	_WindowsDeviceTypePDesktop     = WindowsDeviceTypeVDesktop
   121  	_WindowsDeviceTypePMobile      = WindowsDeviceTypeVMobile
   122  	_WindowsDeviceTypePHolographic = WindowsDeviceTypeVHolographic
   123  	_WindowsDeviceTypePTeam        = WindowsDeviceTypeVTeam
   124  )
   125  
   126  // WindowsHelloForBusinessPinUsage undocumented
   127  type WindowsHelloForBusinessPinUsage string
   128  
   129  const (
   130  	// WindowsHelloForBusinessPinUsageVAllowed undocumented
   131  	WindowsHelloForBusinessPinUsageVAllowed WindowsHelloForBusinessPinUsage = "allowed"
   132  	// WindowsHelloForBusinessPinUsageVRequired undocumented
   133  	WindowsHelloForBusinessPinUsageVRequired WindowsHelloForBusinessPinUsage = "required"
   134  	// WindowsHelloForBusinessPinUsageVDisallowed undocumented
   135  	WindowsHelloForBusinessPinUsageVDisallowed WindowsHelloForBusinessPinUsage = "disallowed"
   136  )
   137  
   138  var (
   139  	// WindowsHelloForBusinessPinUsagePAllowed is a pointer to WindowsHelloForBusinessPinUsageVAllowed
   140  	WindowsHelloForBusinessPinUsagePAllowed = &_WindowsHelloForBusinessPinUsagePAllowed
   141  	// WindowsHelloForBusinessPinUsagePRequired is a pointer to WindowsHelloForBusinessPinUsageVRequired
   142  	WindowsHelloForBusinessPinUsagePRequired = &_WindowsHelloForBusinessPinUsagePRequired
   143  	// WindowsHelloForBusinessPinUsagePDisallowed is a pointer to WindowsHelloForBusinessPinUsageVDisallowed
   144  	WindowsHelloForBusinessPinUsagePDisallowed = &_WindowsHelloForBusinessPinUsagePDisallowed
   145  )
   146  
   147  var (
   148  	_WindowsHelloForBusinessPinUsagePAllowed    = WindowsHelloForBusinessPinUsageVAllowed
   149  	_WindowsHelloForBusinessPinUsagePRequired   = WindowsHelloForBusinessPinUsageVRequired
   150  	_WindowsHelloForBusinessPinUsagePDisallowed = WindowsHelloForBusinessPinUsageVDisallowed
   151  )
   152  
   153  // WindowsInformationProtectionEnforcementLevel undocumented
   154  type WindowsInformationProtectionEnforcementLevel string
   155  
   156  const (
   157  	// WindowsInformationProtectionEnforcementLevelVNoProtection undocumented
   158  	WindowsInformationProtectionEnforcementLevelVNoProtection WindowsInformationProtectionEnforcementLevel = "noProtection"
   159  	// WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly undocumented
   160  	WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly WindowsInformationProtectionEnforcementLevel = "encryptAndAuditOnly"
   161  	// WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt undocumented
   162  	WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt WindowsInformationProtectionEnforcementLevel = "encryptAuditAndPrompt"
   163  	// WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock undocumented
   164  	WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock WindowsInformationProtectionEnforcementLevel = "encryptAuditAndBlock"
   165  )
   166  
   167  var (
   168  	// WindowsInformationProtectionEnforcementLevelPNoProtection is a pointer to WindowsInformationProtectionEnforcementLevelVNoProtection
   169  	WindowsInformationProtectionEnforcementLevelPNoProtection = &_WindowsInformationProtectionEnforcementLevelPNoProtection
   170  	// WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly
   171  	WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly = &_WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly
   172  	// WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt
   173  	WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt = &_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt
   174  	// WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock
   175  	WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock = &_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock
   176  )
   177  
   178  var (
   179  	_WindowsInformationProtectionEnforcementLevelPNoProtection          = WindowsInformationProtectionEnforcementLevelVNoProtection
   180  	_WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly   = WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly
   181  	_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt = WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt
   182  	_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock  = WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock
   183  )
   184  
   185  // WindowsInformationProtectionPinCharacterRequirements undocumented
   186  type WindowsInformationProtectionPinCharacterRequirements string
   187  
   188  const (
   189  	// WindowsInformationProtectionPinCharacterRequirementsVNotAllow undocumented
   190  	WindowsInformationProtectionPinCharacterRequirementsVNotAllow WindowsInformationProtectionPinCharacterRequirements = "notAllow"
   191  	// WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne undocumented
   192  	WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne WindowsInformationProtectionPinCharacterRequirements = "requireAtLeastOne"
   193  	// WindowsInformationProtectionPinCharacterRequirementsVAllow undocumented
   194  	WindowsInformationProtectionPinCharacterRequirementsVAllow WindowsInformationProtectionPinCharacterRequirements = "allow"
   195  )
   196  
   197  var (
   198  	// WindowsInformationProtectionPinCharacterRequirementsPNotAllow is a pointer to WindowsInformationProtectionPinCharacterRequirementsVNotAllow
   199  	WindowsInformationProtectionPinCharacterRequirementsPNotAllow = &_WindowsInformationProtectionPinCharacterRequirementsPNotAllow
   200  	// WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne is a pointer to WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne
   201  	WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne = &_WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne
   202  	// WindowsInformationProtectionPinCharacterRequirementsPAllow is a pointer to WindowsInformationProtectionPinCharacterRequirementsVAllow
   203  	WindowsInformationProtectionPinCharacterRequirementsPAllow = &_WindowsInformationProtectionPinCharacterRequirementsPAllow
   204  )
   205  
   206  var (
   207  	_WindowsInformationProtectionPinCharacterRequirementsPNotAllow          = WindowsInformationProtectionPinCharacterRequirementsVNotAllow
   208  	_WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne = WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne
   209  	_WindowsInformationProtectionPinCharacterRequirementsPAllow             = WindowsInformationProtectionPinCharacterRequirementsVAllow
   210  )
   211  
   212  // WindowsSpotlightEnablementSettings undocumented
   213  type WindowsSpotlightEnablementSettings string
   214  
   215  const (
   216  	// WindowsSpotlightEnablementSettingsVNotConfigured undocumented
   217  	WindowsSpotlightEnablementSettingsVNotConfigured WindowsSpotlightEnablementSettings = "notConfigured"
   218  	// WindowsSpotlightEnablementSettingsVDisabled undocumented
   219  	WindowsSpotlightEnablementSettingsVDisabled WindowsSpotlightEnablementSettings = "disabled"
   220  	// WindowsSpotlightEnablementSettingsVEnabled undocumented
   221  	WindowsSpotlightEnablementSettingsVEnabled WindowsSpotlightEnablementSettings = "enabled"
   222  )
   223  
   224  var (
   225  	// WindowsSpotlightEnablementSettingsPNotConfigured is a pointer to WindowsSpotlightEnablementSettingsVNotConfigured
   226  	WindowsSpotlightEnablementSettingsPNotConfigured = &_WindowsSpotlightEnablementSettingsPNotConfigured
   227  	// WindowsSpotlightEnablementSettingsPDisabled is a pointer to WindowsSpotlightEnablementSettingsVDisabled
   228  	WindowsSpotlightEnablementSettingsPDisabled = &_WindowsSpotlightEnablementSettingsPDisabled
   229  	// WindowsSpotlightEnablementSettingsPEnabled is a pointer to WindowsSpotlightEnablementSettingsVEnabled
   230  	WindowsSpotlightEnablementSettingsPEnabled = &_WindowsSpotlightEnablementSettingsPEnabled
   231  )
   232  
   233  var (
   234  	_WindowsSpotlightEnablementSettingsPNotConfigured = WindowsSpotlightEnablementSettingsVNotConfigured
   235  	_WindowsSpotlightEnablementSettingsPDisabled      = WindowsSpotlightEnablementSettingsVDisabled
   236  	_WindowsSpotlightEnablementSettingsPEnabled       = WindowsSpotlightEnablementSettingsVEnabled
   237  )
   238  
   239  // WindowsStartMenuAppListVisibilityType undocumented
   240  type WindowsStartMenuAppListVisibilityType string
   241  
   242  const (
   243  	// WindowsStartMenuAppListVisibilityTypeVUserDefined undocumented
   244  	WindowsStartMenuAppListVisibilityTypeVUserDefined WindowsStartMenuAppListVisibilityType = "userDefined"
   245  	// WindowsStartMenuAppListVisibilityTypeVCollapse undocumented
   246  	WindowsStartMenuAppListVisibilityTypeVCollapse WindowsStartMenuAppListVisibilityType = "collapse"
   247  	// WindowsStartMenuAppListVisibilityTypeVRemove undocumented
   248  	WindowsStartMenuAppListVisibilityTypeVRemove WindowsStartMenuAppListVisibilityType = "remove"
   249  	// WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp undocumented
   250  	WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp WindowsStartMenuAppListVisibilityType = "disableSettingsApp"
   251  )
   252  
   253  var (
   254  	// WindowsStartMenuAppListVisibilityTypePUserDefined is a pointer to WindowsStartMenuAppListVisibilityTypeVUserDefined
   255  	WindowsStartMenuAppListVisibilityTypePUserDefined = &_WindowsStartMenuAppListVisibilityTypePUserDefined
   256  	// WindowsStartMenuAppListVisibilityTypePCollapse is a pointer to WindowsStartMenuAppListVisibilityTypeVCollapse
   257  	WindowsStartMenuAppListVisibilityTypePCollapse = &_WindowsStartMenuAppListVisibilityTypePCollapse
   258  	// WindowsStartMenuAppListVisibilityTypePRemove is a pointer to WindowsStartMenuAppListVisibilityTypeVRemove
   259  	WindowsStartMenuAppListVisibilityTypePRemove = &_WindowsStartMenuAppListVisibilityTypePRemove
   260  	// WindowsStartMenuAppListVisibilityTypePDisableSettingsApp is a pointer to WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp
   261  	WindowsStartMenuAppListVisibilityTypePDisableSettingsApp = &_WindowsStartMenuAppListVisibilityTypePDisableSettingsApp
   262  )
   263  
   264  var (
   265  	_WindowsStartMenuAppListVisibilityTypePUserDefined        = WindowsStartMenuAppListVisibilityTypeVUserDefined
   266  	_WindowsStartMenuAppListVisibilityTypePCollapse           = WindowsStartMenuAppListVisibilityTypeVCollapse
   267  	_WindowsStartMenuAppListVisibilityTypePRemove             = WindowsStartMenuAppListVisibilityTypeVRemove
   268  	_WindowsStartMenuAppListVisibilityTypePDisableSettingsApp = WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp
   269  )
   270  
   271  // WindowsStartMenuModeType undocumented
   272  type WindowsStartMenuModeType string
   273  
   274  const (
   275  	// WindowsStartMenuModeTypeVUserDefined undocumented
   276  	WindowsStartMenuModeTypeVUserDefined WindowsStartMenuModeType = "userDefined"
   277  	// WindowsStartMenuModeTypeVFullScreen undocumented
   278  	WindowsStartMenuModeTypeVFullScreen WindowsStartMenuModeType = "fullScreen"
   279  	// WindowsStartMenuModeTypeVNonFullScreen undocumented
   280  	WindowsStartMenuModeTypeVNonFullScreen WindowsStartMenuModeType = "nonFullScreen"
   281  )
   282  
   283  var (
   284  	// WindowsStartMenuModeTypePUserDefined is a pointer to WindowsStartMenuModeTypeVUserDefined
   285  	WindowsStartMenuModeTypePUserDefined = &_WindowsStartMenuModeTypePUserDefined
   286  	// WindowsStartMenuModeTypePFullScreen is a pointer to WindowsStartMenuModeTypeVFullScreen
   287  	WindowsStartMenuModeTypePFullScreen = &_WindowsStartMenuModeTypePFullScreen
   288  	// WindowsStartMenuModeTypePNonFullScreen is a pointer to WindowsStartMenuModeTypeVNonFullScreen
   289  	WindowsStartMenuModeTypePNonFullScreen = &_WindowsStartMenuModeTypePNonFullScreen
   290  )
   291  
   292  var (
   293  	_WindowsStartMenuModeTypePUserDefined   = WindowsStartMenuModeTypeVUserDefined
   294  	_WindowsStartMenuModeTypePFullScreen    = WindowsStartMenuModeTypeVFullScreen
   295  	_WindowsStartMenuModeTypePNonFullScreen = WindowsStartMenuModeTypeVNonFullScreen
   296  )
   297  
   298  // WindowsUpdateType undocumented
   299  type WindowsUpdateType string
   300  
   301  const (
   302  	// WindowsUpdateTypeVUserDefined undocumented
   303  	WindowsUpdateTypeVUserDefined WindowsUpdateType = "userDefined"
   304  	// WindowsUpdateTypeVAll undocumented
   305  	WindowsUpdateTypeVAll WindowsUpdateType = "all"
   306  	// WindowsUpdateTypeVBusinessReadyOnly undocumented
   307  	WindowsUpdateTypeVBusinessReadyOnly WindowsUpdateType = "businessReadyOnly"
   308  	// WindowsUpdateTypeVWindowsInsiderBuildFast undocumented
   309  	WindowsUpdateTypeVWindowsInsiderBuildFast WindowsUpdateType = "windowsInsiderBuildFast"
   310  	// WindowsUpdateTypeVWindowsInsiderBuildSlow undocumented
   311  	WindowsUpdateTypeVWindowsInsiderBuildSlow WindowsUpdateType = "windowsInsiderBuildSlow"
   312  	// WindowsUpdateTypeVWindowsInsiderBuildRelease undocumented
   313  	WindowsUpdateTypeVWindowsInsiderBuildRelease WindowsUpdateType = "windowsInsiderBuildRelease"
   314  )
   315  
   316  var (
   317  	// WindowsUpdateTypePUserDefined is a pointer to WindowsUpdateTypeVUserDefined
   318  	WindowsUpdateTypePUserDefined = &_WindowsUpdateTypePUserDefined
   319  	// WindowsUpdateTypePAll is a pointer to WindowsUpdateTypeVAll
   320  	WindowsUpdateTypePAll = &_WindowsUpdateTypePAll
   321  	// WindowsUpdateTypePBusinessReadyOnly is a pointer to WindowsUpdateTypeVBusinessReadyOnly
   322  	WindowsUpdateTypePBusinessReadyOnly = &_WindowsUpdateTypePBusinessReadyOnly
   323  	// WindowsUpdateTypePWindowsInsiderBuildFast is a pointer to WindowsUpdateTypeVWindowsInsiderBuildFast
   324  	WindowsUpdateTypePWindowsInsiderBuildFast = &_WindowsUpdateTypePWindowsInsiderBuildFast
   325  	// WindowsUpdateTypePWindowsInsiderBuildSlow is a pointer to WindowsUpdateTypeVWindowsInsiderBuildSlow
   326  	WindowsUpdateTypePWindowsInsiderBuildSlow = &_WindowsUpdateTypePWindowsInsiderBuildSlow
   327  	// WindowsUpdateTypePWindowsInsiderBuildRelease is a pointer to WindowsUpdateTypeVWindowsInsiderBuildRelease
   328  	WindowsUpdateTypePWindowsInsiderBuildRelease = &_WindowsUpdateTypePWindowsInsiderBuildRelease
   329  )
   330  
   331  var (
   332  	_WindowsUpdateTypePUserDefined                = WindowsUpdateTypeVUserDefined
   333  	_WindowsUpdateTypePAll                        = WindowsUpdateTypeVAll
   334  	_WindowsUpdateTypePBusinessReadyOnly          = WindowsUpdateTypeVBusinessReadyOnly
   335  	_WindowsUpdateTypePWindowsInsiderBuildFast    = WindowsUpdateTypeVWindowsInsiderBuildFast
   336  	_WindowsUpdateTypePWindowsInsiderBuildSlow    = WindowsUpdateTypeVWindowsInsiderBuildSlow
   337  	_WindowsUpdateTypePWindowsInsiderBuildRelease = WindowsUpdateTypeVWindowsInsiderBuildRelease
   338  )
   339  
   340  // WindowsUserAccountControlSettings undocumented
   341  type WindowsUserAccountControlSettings string
   342  
   343  const (
   344  	// WindowsUserAccountControlSettingsVUserDefined undocumented
   345  	WindowsUserAccountControlSettingsVUserDefined WindowsUserAccountControlSettings = "userDefined"
   346  	// WindowsUserAccountControlSettingsVAlwaysNotify undocumented
   347  	WindowsUserAccountControlSettingsVAlwaysNotify WindowsUserAccountControlSettings = "alwaysNotify"
   348  	// WindowsUserAccountControlSettingsVNotifyOnAppChanges undocumented
   349  	WindowsUserAccountControlSettingsVNotifyOnAppChanges WindowsUserAccountControlSettings = "notifyOnAppChanges"
   350  	// WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming undocumented
   351  	WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming WindowsUserAccountControlSettings = "notifyOnAppChangesWithoutDimming"
   352  	// WindowsUserAccountControlSettingsVNeverNotify undocumented
   353  	WindowsUserAccountControlSettingsVNeverNotify WindowsUserAccountControlSettings = "neverNotify"
   354  )
   355  
   356  var (
   357  	// WindowsUserAccountControlSettingsPUserDefined is a pointer to WindowsUserAccountControlSettingsVUserDefined
   358  	WindowsUserAccountControlSettingsPUserDefined = &_WindowsUserAccountControlSettingsPUserDefined
   359  	// WindowsUserAccountControlSettingsPAlwaysNotify is a pointer to WindowsUserAccountControlSettingsVAlwaysNotify
   360  	WindowsUserAccountControlSettingsPAlwaysNotify = &_WindowsUserAccountControlSettingsPAlwaysNotify
   361  	// WindowsUserAccountControlSettingsPNotifyOnAppChanges is a pointer to WindowsUserAccountControlSettingsVNotifyOnAppChanges
   362  	WindowsUserAccountControlSettingsPNotifyOnAppChanges = &_WindowsUserAccountControlSettingsPNotifyOnAppChanges
   363  	// WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming is a pointer to WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming
   364  	WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming = &_WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming
   365  	// WindowsUserAccountControlSettingsPNeverNotify is a pointer to WindowsUserAccountControlSettingsVNeverNotify
   366  	WindowsUserAccountControlSettingsPNeverNotify = &_WindowsUserAccountControlSettingsPNeverNotify
   367  )
   368  
   369  var (
   370  	_WindowsUserAccountControlSettingsPUserDefined                      = WindowsUserAccountControlSettingsVUserDefined
   371  	_WindowsUserAccountControlSettingsPAlwaysNotify                     = WindowsUserAccountControlSettingsVAlwaysNotify
   372  	_WindowsUserAccountControlSettingsPNotifyOnAppChanges               = WindowsUserAccountControlSettingsVNotifyOnAppChanges
   373  	_WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming = WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming
   374  	_WindowsUserAccountControlSettingsPNeverNotify                      = WindowsUserAccountControlSettingsVNeverNotify
   375  )