1// Code generated by msgraph.go/gen DO NOT EDIT. 2 3package msgraph 4 5// WindowsAppStartLayoutTileSize undocumented 6type WindowsAppStartLayoutTileSize string 7 8const ( 9 // WindowsAppStartLayoutTileSizeVHidden undocumented 10 WindowsAppStartLayoutTileSizeVHidden WindowsAppStartLayoutTileSize = "hidden" 11 // WindowsAppStartLayoutTileSizeVSmall undocumented 12 WindowsAppStartLayoutTileSizeVSmall WindowsAppStartLayoutTileSize = "small" 13 // WindowsAppStartLayoutTileSizeVMedium undocumented 14 WindowsAppStartLayoutTileSizeVMedium WindowsAppStartLayoutTileSize = "medium" 15 // WindowsAppStartLayoutTileSizeVWide undocumented 16 WindowsAppStartLayoutTileSizeVWide WindowsAppStartLayoutTileSize = "wide" 17 // WindowsAppStartLayoutTileSizeVLarge undocumented 18 WindowsAppStartLayoutTileSizeVLarge WindowsAppStartLayoutTileSize = "large" 19) 20 21var ( 22 // WindowsAppStartLayoutTileSizePHidden is a pointer to WindowsAppStartLayoutTileSizeVHidden 23 WindowsAppStartLayoutTileSizePHidden = &_WindowsAppStartLayoutTileSizePHidden 24 // WindowsAppStartLayoutTileSizePSmall is a pointer to WindowsAppStartLayoutTileSizeVSmall 25 WindowsAppStartLayoutTileSizePSmall = &_WindowsAppStartLayoutTileSizePSmall 26 // WindowsAppStartLayoutTileSizePMedium is a pointer to WindowsAppStartLayoutTileSizeVMedium 27 WindowsAppStartLayoutTileSizePMedium = &_WindowsAppStartLayoutTileSizePMedium 28 // WindowsAppStartLayoutTileSizePWide is a pointer to WindowsAppStartLayoutTileSizeVWide 29 WindowsAppStartLayoutTileSizePWide = &_WindowsAppStartLayoutTileSizePWide 30 // WindowsAppStartLayoutTileSizePLarge is a pointer to WindowsAppStartLayoutTileSizeVLarge 31 WindowsAppStartLayoutTileSizePLarge = &_WindowsAppStartLayoutTileSizePLarge 32) 33 34var ( 35 _WindowsAppStartLayoutTileSizePHidden = WindowsAppStartLayoutTileSizeVHidden 36 _WindowsAppStartLayoutTileSizePSmall = WindowsAppStartLayoutTileSizeVSmall 37 _WindowsAppStartLayoutTileSizePMedium = WindowsAppStartLayoutTileSizeVMedium 38 _WindowsAppStartLayoutTileSizePWide = WindowsAppStartLayoutTileSizeVWide 39 _WindowsAppStartLayoutTileSizePLarge = WindowsAppStartLayoutTileSizeVLarge 40) 41 42// WindowsArchitecture undocumented 43type WindowsArchitecture string 44 45const ( 46 // WindowsArchitectureVNone undocumented 47 WindowsArchitectureVNone WindowsArchitecture = "none" 48 // WindowsArchitectureVX86 undocumented 49 WindowsArchitectureVX86 WindowsArchitecture = "x86" 50 // WindowsArchitectureVX64 undocumented 51 WindowsArchitectureVX64 WindowsArchitecture = "x64" 52 // WindowsArchitectureVArm undocumented 53 WindowsArchitectureVArm WindowsArchitecture = "arm" 54 // WindowsArchitectureVNeutral undocumented 55 WindowsArchitectureVNeutral WindowsArchitecture = "neutral" 56 // WindowsArchitectureVArm64 undocumented 57 WindowsArchitectureVArm64 WindowsArchitecture = "arm64" 58) 59 60var ( 61 // WindowsArchitecturePNone is a pointer to WindowsArchitectureVNone 62 WindowsArchitecturePNone = &_WindowsArchitecturePNone 63 // WindowsArchitecturePX86 is a pointer to WindowsArchitectureVX86 64 WindowsArchitecturePX86 = &_WindowsArchitecturePX86 65 // WindowsArchitecturePX64 is a pointer to WindowsArchitectureVX64 66 WindowsArchitecturePX64 = &_WindowsArchitecturePX64 67 // WindowsArchitecturePArm is a pointer to WindowsArchitectureVArm 68 WindowsArchitecturePArm = &_WindowsArchitecturePArm 69 // WindowsArchitecturePNeutral is a pointer to WindowsArchitectureVNeutral 70 WindowsArchitecturePNeutral = &_WindowsArchitecturePNeutral 71 // WindowsArchitecturePArm64 is a pointer to WindowsArchitectureVArm64 72 WindowsArchitecturePArm64 = &_WindowsArchitecturePArm64 73) 74 75var ( 76 _WindowsArchitecturePNone = WindowsArchitectureVNone 77 _WindowsArchitecturePX86 = WindowsArchitectureVX86 78 _WindowsArchitecturePX64 = WindowsArchitectureVX64 79 _WindowsArchitecturePArm = WindowsArchitectureVArm 80 _WindowsArchitecturePNeutral = WindowsArchitectureVNeutral 81 _WindowsArchitecturePArm64 = WindowsArchitectureVArm64 82) 83 84// WindowsAutopilotDeploymentState undocumented 85type WindowsAutopilotDeploymentState string 86 87const ( 88 // WindowsAutopilotDeploymentStateVUnknown undocumented 89 WindowsAutopilotDeploymentStateVUnknown WindowsAutopilotDeploymentState = "unknown" 90 // WindowsAutopilotDeploymentStateVSuccess undocumented 91 WindowsAutopilotDeploymentStateVSuccess WindowsAutopilotDeploymentState = "success" 92 // WindowsAutopilotDeploymentStateVInProgress undocumented 93 WindowsAutopilotDeploymentStateVInProgress WindowsAutopilotDeploymentState = "inProgress" 94 // WindowsAutopilotDeploymentStateVFailure undocumented 95 WindowsAutopilotDeploymentStateVFailure WindowsAutopilotDeploymentState = "failure" 96 // WindowsAutopilotDeploymentStateVSuccessWithTimeout undocumented 97 WindowsAutopilotDeploymentStateVSuccessWithTimeout WindowsAutopilotDeploymentState = "successWithTimeout" 98) 99 100var ( 101 // WindowsAutopilotDeploymentStatePUnknown is a pointer to WindowsAutopilotDeploymentStateVUnknown 102 WindowsAutopilotDeploymentStatePUnknown = &_WindowsAutopilotDeploymentStatePUnknown 103 // WindowsAutopilotDeploymentStatePSuccess is a pointer to WindowsAutopilotDeploymentStateVSuccess 104 WindowsAutopilotDeploymentStatePSuccess = &_WindowsAutopilotDeploymentStatePSuccess 105 // WindowsAutopilotDeploymentStatePInProgress is a pointer to WindowsAutopilotDeploymentStateVInProgress 106 WindowsAutopilotDeploymentStatePInProgress = &_WindowsAutopilotDeploymentStatePInProgress 107 // WindowsAutopilotDeploymentStatePFailure is a pointer to WindowsAutopilotDeploymentStateVFailure 108 WindowsAutopilotDeploymentStatePFailure = &_WindowsAutopilotDeploymentStatePFailure 109 // WindowsAutopilotDeploymentStatePSuccessWithTimeout is a pointer to WindowsAutopilotDeploymentStateVSuccessWithTimeout 110 WindowsAutopilotDeploymentStatePSuccessWithTimeout = &_WindowsAutopilotDeploymentStatePSuccessWithTimeout 111) 112 113var ( 114 _WindowsAutopilotDeploymentStatePUnknown = WindowsAutopilotDeploymentStateVUnknown 115 _WindowsAutopilotDeploymentStatePSuccess = WindowsAutopilotDeploymentStateVSuccess 116 _WindowsAutopilotDeploymentStatePInProgress = WindowsAutopilotDeploymentStateVInProgress 117 _WindowsAutopilotDeploymentStatePFailure = WindowsAutopilotDeploymentStateVFailure 118 _WindowsAutopilotDeploymentStatePSuccessWithTimeout = WindowsAutopilotDeploymentStateVSuccessWithTimeout 119) 120 121// WindowsAutopilotDeviceType undocumented 122type WindowsAutopilotDeviceType string 123 124const ( 125 // WindowsAutopilotDeviceTypeVWindowsPc undocumented 126 WindowsAutopilotDeviceTypeVWindowsPc WindowsAutopilotDeviceType = "windowsPc" 127 // WindowsAutopilotDeviceTypeVSurfaceHub2 undocumented 128 WindowsAutopilotDeviceTypeVSurfaceHub2 WindowsAutopilotDeviceType = "surfaceHub2" 129) 130 131var ( 132 // WindowsAutopilotDeviceTypePWindowsPc is a pointer to WindowsAutopilotDeviceTypeVWindowsPc 133 WindowsAutopilotDeviceTypePWindowsPc = &_WindowsAutopilotDeviceTypePWindowsPc 134 // WindowsAutopilotDeviceTypePSurfaceHub2 is a pointer to WindowsAutopilotDeviceTypeVSurfaceHub2 135 WindowsAutopilotDeviceTypePSurfaceHub2 = &_WindowsAutopilotDeviceTypePSurfaceHub2 136) 137 138var ( 139 _WindowsAutopilotDeviceTypePWindowsPc = WindowsAutopilotDeviceTypeVWindowsPc 140 _WindowsAutopilotDeviceTypePSurfaceHub2 = WindowsAutopilotDeviceTypeVSurfaceHub2 141) 142 143// WindowsAutopilotEnrollmentType undocumented 144type WindowsAutopilotEnrollmentType string 145 146const ( 147 // WindowsAutopilotEnrollmentTypeVUnknown undocumented 148 WindowsAutopilotEnrollmentTypeVUnknown WindowsAutopilotEnrollmentType = "unknown" 149 // WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile undocumented 150 WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedWithAutopilotProfile" 151 // WindowsAutopilotEnrollmentTypeVOfflineDomainJoined undocumented 152 WindowsAutopilotEnrollmentTypeVOfflineDomainJoined WindowsAutopilotEnrollmentType = "offlineDomainJoined" 153 // WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile undocumented 154 WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedUsingDeviceAuthWithAutopilotProfile" 155 // WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile undocumented 156 WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedUsingDeviceAuthWithoutAutopilotProfile" 157 // WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile undocumented 158 WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedWithOfflineAutopilotProfile" 159 // WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove undocumented 160 WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove WindowsAutopilotEnrollmentType = "azureADJoinedWithWhiteGlove" 161 // WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove undocumented 162 WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove WindowsAutopilotEnrollmentType = "offlineDomainJoinedWithWhiteGlove" 163 // WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile undocumented 164 WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile WindowsAutopilotEnrollmentType = "offlineDomainJoinedWithOfflineAutopilotProfile" 165) 166 167var ( 168 // WindowsAutopilotEnrollmentTypePUnknown is a pointer to WindowsAutopilotEnrollmentTypeVUnknown 169 WindowsAutopilotEnrollmentTypePUnknown = &_WindowsAutopilotEnrollmentTypePUnknown 170 // WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile 171 WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile = &_WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile 172 // WindowsAutopilotEnrollmentTypePOfflineDomainJoined is a pointer to WindowsAutopilotEnrollmentTypeVOfflineDomainJoined 173 WindowsAutopilotEnrollmentTypePOfflineDomainJoined = &_WindowsAutopilotEnrollmentTypePOfflineDomainJoined 174 // WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile 175 WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile = &_WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile 176 // WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile 177 WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile = &_WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile 178 // WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile 179 WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile = &_WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile 180 // WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove 181 WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove = &_WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove 182 // WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove is a pointer to WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove 183 WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove = &_WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove 184 // WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile 185 WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile = &_WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile 186) 187 188var ( 189 _WindowsAutopilotEnrollmentTypePUnknown = WindowsAutopilotEnrollmentTypeVUnknown 190 _WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile 191 _WindowsAutopilotEnrollmentTypePOfflineDomainJoined = WindowsAutopilotEnrollmentTypeVOfflineDomainJoined 192 _WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile 193 _WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile 194 _WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile 195 _WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove = WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove 196 _WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove = WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove 197 _WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile = WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile 198) 199 200// WindowsAutopilotProfileAssignmentDetailedStatus undocumented 201type WindowsAutopilotProfileAssignmentDetailedStatus string 202 203const ( 204 // WindowsAutopilotProfileAssignmentDetailedStatusVNone undocumented 205 WindowsAutopilotProfileAssignmentDetailedStatusVNone WindowsAutopilotProfileAssignmentDetailedStatus = "none" 206 // WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet undocumented 207 WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet WindowsAutopilotProfileAssignmentDetailedStatus = "hardwareRequirementsNotMet" 208) 209 210var ( 211 // WindowsAutopilotProfileAssignmentDetailedStatusPNone is a pointer to WindowsAutopilotProfileAssignmentDetailedStatusVNone 212 WindowsAutopilotProfileAssignmentDetailedStatusPNone = &_WindowsAutopilotProfileAssignmentDetailedStatusPNone 213 // WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet is a pointer to WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet 214 WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet = &_WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet 215) 216 217var ( 218 _WindowsAutopilotProfileAssignmentDetailedStatusPNone = WindowsAutopilotProfileAssignmentDetailedStatusVNone 219 _WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet = WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet 220) 221 222// WindowsAutopilotProfileAssignmentStatus undocumented 223type WindowsAutopilotProfileAssignmentStatus string 224 225const ( 226 // WindowsAutopilotProfileAssignmentStatusVUnknown undocumented 227 WindowsAutopilotProfileAssignmentStatusVUnknown WindowsAutopilotProfileAssignmentStatus = "unknown" 228 // WindowsAutopilotProfileAssignmentStatusVAssignedInSync undocumented 229 WindowsAutopilotProfileAssignmentStatusVAssignedInSync WindowsAutopilotProfileAssignmentStatus = "assignedInSync" 230 // WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync undocumented 231 WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync WindowsAutopilotProfileAssignmentStatus = "assignedOutOfSync" 232 // WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState undocumented 233 WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState WindowsAutopilotProfileAssignmentStatus = "assignedUnkownSyncState" 234 // WindowsAutopilotProfileAssignmentStatusVNotAssigned undocumented 235 WindowsAutopilotProfileAssignmentStatusVNotAssigned WindowsAutopilotProfileAssignmentStatus = "notAssigned" 236 // WindowsAutopilotProfileAssignmentStatusVPending undocumented 237 WindowsAutopilotProfileAssignmentStatusVPending WindowsAutopilotProfileAssignmentStatus = "pending" 238 // WindowsAutopilotProfileAssignmentStatusVFailed undocumented 239 WindowsAutopilotProfileAssignmentStatusVFailed WindowsAutopilotProfileAssignmentStatus = "failed" 240) 241 242var ( 243 // WindowsAutopilotProfileAssignmentStatusPUnknown is a pointer to WindowsAutopilotProfileAssignmentStatusVUnknown 244 WindowsAutopilotProfileAssignmentStatusPUnknown = &_WindowsAutopilotProfileAssignmentStatusPUnknown 245 // WindowsAutopilotProfileAssignmentStatusPAssignedInSync is a pointer to WindowsAutopilotProfileAssignmentStatusVAssignedInSync 246 WindowsAutopilotProfileAssignmentStatusPAssignedInSync = &_WindowsAutopilotProfileAssignmentStatusPAssignedInSync 247 // WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync is a pointer to WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync 248 WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync = &_WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync 249 // WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState is a pointer to WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState 250 WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState = &_WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState 251 // WindowsAutopilotProfileAssignmentStatusPNotAssigned is a pointer to WindowsAutopilotProfileAssignmentStatusVNotAssigned 252 WindowsAutopilotProfileAssignmentStatusPNotAssigned = &_WindowsAutopilotProfileAssignmentStatusPNotAssigned 253 // WindowsAutopilotProfileAssignmentStatusPPending is a pointer to WindowsAutopilotProfileAssignmentStatusVPending 254 WindowsAutopilotProfileAssignmentStatusPPending = &_WindowsAutopilotProfileAssignmentStatusPPending 255 // WindowsAutopilotProfileAssignmentStatusPFailed is a pointer to WindowsAutopilotProfileAssignmentStatusVFailed 256 WindowsAutopilotProfileAssignmentStatusPFailed = &_WindowsAutopilotProfileAssignmentStatusPFailed 257) 258 259var ( 260 _WindowsAutopilotProfileAssignmentStatusPUnknown = WindowsAutopilotProfileAssignmentStatusVUnknown 261 _WindowsAutopilotProfileAssignmentStatusPAssignedInSync = WindowsAutopilotProfileAssignmentStatusVAssignedInSync 262 _WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync = WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync 263 _WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState = WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState 264 _WindowsAutopilotProfileAssignmentStatusPNotAssigned = WindowsAutopilotProfileAssignmentStatusVNotAssigned 265 _WindowsAutopilotProfileAssignmentStatusPPending = WindowsAutopilotProfileAssignmentStatusVPending 266 _WindowsAutopilotProfileAssignmentStatusPFailed = WindowsAutopilotProfileAssignmentStatusVFailed 267) 268 269// WindowsAutopilotSyncStatus undocumented 270type WindowsAutopilotSyncStatus string 271 272const ( 273 // WindowsAutopilotSyncStatusVUnknown undocumented 274 WindowsAutopilotSyncStatusVUnknown WindowsAutopilotSyncStatus = "unknown" 275 // WindowsAutopilotSyncStatusVInProgress undocumented 276 WindowsAutopilotSyncStatusVInProgress WindowsAutopilotSyncStatus = "inProgress" 277 // WindowsAutopilotSyncStatusVCompleted undocumented 278 WindowsAutopilotSyncStatusVCompleted WindowsAutopilotSyncStatus = "completed" 279 // WindowsAutopilotSyncStatusVFailed undocumented 280 WindowsAutopilotSyncStatusVFailed WindowsAutopilotSyncStatus = "failed" 281) 282 283var ( 284 // WindowsAutopilotSyncStatusPUnknown is a pointer to WindowsAutopilotSyncStatusVUnknown 285 WindowsAutopilotSyncStatusPUnknown = &_WindowsAutopilotSyncStatusPUnknown 286 // WindowsAutopilotSyncStatusPInProgress is a pointer to WindowsAutopilotSyncStatusVInProgress 287 WindowsAutopilotSyncStatusPInProgress = &_WindowsAutopilotSyncStatusPInProgress 288 // WindowsAutopilotSyncStatusPCompleted is a pointer to WindowsAutopilotSyncStatusVCompleted 289 WindowsAutopilotSyncStatusPCompleted = &_WindowsAutopilotSyncStatusPCompleted 290 // WindowsAutopilotSyncStatusPFailed is a pointer to WindowsAutopilotSyncStatusVFailed 291 WindowsAutopilotSyncStatusPFailed = &_WindowsAutopilotSyncStatusPFailed 292) 293 294var ( 295 _WindowsAutopilotSyncStatusPUnknown = WindowsAutopilotSyncStatusVUnknown 296 _WindowsAutopilotSyncStatusPInProgress = WindowsAutopilotSyncStatusVInProgress 297 _WindowsAutopilotSyncStatusPCompleted = WindowsAutopilotSyncStatusVCompleted 298 _WindowsAutopilotSyncStatusPFailed = WindowsAutopilotSyncStatusVFailed 299) 300 301// WindowsDefenderApplicationControlSupplementalPolicyStatuses undocumented 302type WindowsDefenderApplicationControlSupplementalPolicyStatuses string 303 304const ( 305 // WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown undocumented 306 WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown WindowsDefenderApplicationControlSupplementalPolicyStatuses = "unknown" 307 // WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess undocumented 308 WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess WindowsDefenderApplicationControlSupplementalPolicyStatuses = "success" 309 // WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError undocumented 310 WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError WindowsDefenderApplicationControlSupplementalPolicyStatuses = "tokenError" 311 // WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken undocumented 312 WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken WindowsDefenderApplicationControlSupplementalPolicyStatuses = "notAuthorizedByToken" 313 // WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound undocumented 314 WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound WindowsDefenderApplicationControlSupplementalPolicyStatuses = "policyNotFound" 315) 316 317var ( 318 // WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown 319 WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown = &_WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown 320 // WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess 321 WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess = &_WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess 322 // WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError 323 WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError = &_WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError 324 // WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken 325 WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken = &_WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken 326 // WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound 327 WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound = &_WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound 328) 329 330var ( 331 _WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown = WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown 332 _WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess = WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess 333 _WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError = WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError 334 _WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken = WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken 335 _WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound = WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound 336) 337 338// WindowsDefenderTamperProtectionOptions undocumented 339type WindowsDefenderTamperProtectionOptions string 340 341const ( 342 // WindowsDefenderTamperProtectionOptionsVNotConfigured undocumented 343 WindowsDefenderTamperProtectionOptionsVNotConfigured WindowsDefenderTamperProtectionOptions = "notConfigured" 344 // WindowsDefenderTamperProtectionOptionsVEnable undocumented 345 WindowsDefenderTamperProtectionOptionsVEnable WindowsDefenderTamperProtectionOptions = "enable" 346 // WindowsDefenderTamperProtectionOptionsVDisable undocumented 347 WindowsDefenderTamperProtectionOptionsVDisable WindowsDefenderTamperProtectionOptions = "disable" 348) 349 350var ( 351 // WindowsDefenderTamperProtectionOptionsPNotConfigured is a pointer to WindowsDefenderTamperProtectionOptionsVNotConfigured 352 WindowsDefenderTamperProtectionOptionsPNotConfigured = &_WindowsDefenderTamperProtectionOptionsPNotConfigured 353 // WindowsDefenderTamperProtectionOptionsPEnable is a pointer to WindowsDefenderTamperProtectionOptionsVEnable 354 WindowsDefenderTamperProtectionOptionsPEnable = &_WindowsDefenderTamperProtectionOptionsPEnable 355 // WindowsDefenderTamperProtectionOptionsPDisable is a pointer to WindowsDefenderTamperProtectionOptionsVDisable 356 WindowsDefenderTamperProtectionOptionsPDisable = &_WindowsDefenderTamperProtectionOptionsPDisable 357) 358 359var ( 360 _WindowsDefenderTamperProtectionOptionsPNotConfigured = WindowsDefenderTamperProtectionOptionsVNotConfigured 361 _WindowsDefenderTamperProtectionOptionsPEnable = WindowsDefenderTamperProtectionOptionsVEnable 362 _WindowsDefenderTamperProtectionOptionsPDisable = WindowsDefenderTamperProtectionOptionsVDisable 363) 364 365// WindowsDeliveryOptimizationMode undocumented 366type WindowsDeliveryOptimizationMode string 367 368const ( 369 // WindowsDeliveryOptimizationModeVUserDefined undocumented 370 WindowsDeliveryOptimizationModeVUserDefined WindowsDeliveryOptimizationMode = "userDefined" 371 // WindowsDeliveryOptimizationModeVHTTPOnly undocumented 372 WindowsDeliveryOptimizationModeVHTTPOnly WindowsDeliveryOptimizationMode = "httpOnly" 373 // WindowsDeliveryOptimizationModeVHTTPWithPeeringNat undocumented 374 WindowsDeliveryOptimizationModeVHTTPWithPeeringNat WindowsDeliveryOptimizationMode = "httpWithPeeringNat" 375 // WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup undocumented 376 WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup WindowsDeliveryOptimizationMode = "httpWithPeeringPrivateGroup" 377 // WindowsDeliveryOptimizationModeVHTTPWithInternetPeering undocumented 378 WindowsDeliveryOptimizationModeVHTTPWithInternetPeering WindowsDeliveryOptimizationMode = "httpWithInternetPeering" 379 // WindowsDeliveryOptimizationModeVSimpleDownload undocumented 380 WindowsDeliveryOptimizationModeVSimpleDownload WindowsDeliveryOptimizationMode = "simpleDownload" 381 // WindowsDeliveryOptimizationModeVBypassMode undocumented 382 WindowsDeliveryOptimizationModeVBypassMode WindowsDeliveryOptimizationMode = "bypassMode" 383) 384 385var ( 386 // WindowsDeliveryOptimizationModePUserDefined is a pointer to WindowsDeliveryOptimizationModeVUserDefined 387 WindowsDeliveryOptimizationModePUserDefined = &_WindowsDeliveryOptimizationModePUserDefined 388 // WindowsDeliveryOptimizationModePHTTPOnly is a pointer to WindowsDeliveryOptimizationModeVHTTPOnly 389 WindowsDeliveryOptimizationModePHTTPOnly = &_WindowsDeliveryOptimizationModePHTTPOnly 390 // WindowsDeliveryOptimizationModePHTTPWithPeeringNat is a pointer to WindowsDeliveryOptimizationModeVHTTPWithPeeringNat 391 WindowsDeliveryOptimizationModePHTTPWithPeeringNat = &_WindowsDeliveryOptimizationModePHTTPWithPeeringNat 392 // WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup is a pointer to WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup 393 WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup = &_WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup 394 // WindowsDeliveryOptimizationModePHTTPWithInternetPeering is a pointer to WindowsDeliveryOptimizationModeVHTTPWithInternetPeering 395 WindowsDeliveryOptimizationModePHTTPWithInternetPeering = &_WindowsDeliveryOptimizationModePHTTPWithInternetPeering 396 // WindowsDeliveryOptimizationModePSimpleDownload is a pointer to WindowsDeliveryOptimizationModeVSimpleDownload 397 WindowsDeliveryOptimizationModePSimpleDownload = &_WindowsDeliveryOptimizationModePSimpleDownload 398 // WindowsDeliveryOptimizationModePBypassMode is a pointer to WindowsDeliveryOptimizationModeVBypassMode 399 WindowsDeliveryOptimizationModePBypassMode = &_WindowsDeliveryOptimizationModePBypassMode 400) 401 402var ( 403 _WindowsDeliveryOptimizationModePUserDefined = WindowsDeliveryOptimizationModeVUserDefined 404 _WindowsDeliveryOptimizationModePHTTPOnly = WindowsDeliveryOptimizationModeVHTTPOnly 405 _WindowsDeliveryOptimizationModePHTTPWithPeeringNat = WindowsDeliveryOptimizationModeVHTTPWithPeeringNat 406 _WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup = WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup 407 _WindowsDeliveryOptimizationModePHTTPWithInternetPeering = WindowsDeliveryOptimizationModeVHTTPWithInternetPeering 408 _WindowsDeliveryOptimizationModePSimpleDownload = WindowsDeliveryOptimizationModeVSimpleDownload 409 _WindowsDeliveryOptimizationModePBypassMode = WindowsDeliveryOptimizationModeVBypassMode 410) 411 412// WindowsDeviceHealthState undocumented 413type WindowsDeviceHealthState string 414 415const ( 416 // WindowsDeviceHealthStateVClean undocumented 417 WindowsDeviceHealthStateVClean WindowsDeviceHealthState = "clean" 418 // WindowsDeviceHealthStateVFullScanPending undocumented 419 WindowsDeviceHealthStateVFullScanPending WindowsDeviceHealthState = "fullScanPending" 420 // WindowsDeviceHealthStateVRebootPending undocumented 421 WindowsDeviceHealthStateVRebootPending WindowsDeviceHealthState = "rebootPending" 422 // WindowsDeviceHealthStateVManualStepsPending undocumented 423 WindowsDeviceHealthStateVManualStepsPending WindowsDeviceHealthState = "manualStepsPending" 424 // WindowsDeviceHealthStateVOfflineScanPending undocumented 425 WindowsDeviceHealthStateVOfflineScanPending WindowsDeviceHealthState = "offlineScanPending" 426 // WindowsDeviceHealthStateVCritical undocumented 427 WindowsDeviceHealthStateVCritical WindowsDeviceHealthState = "critical" 428) 429 430var ( 431 // WindowsDeviceHealthStatePClean is a pointer to WindowsDeviceHealthStateVClean 432 WindowsDeviceHealthStatePClean = &_WindowsDeviceHealthStatePClean 433 // WindowsDeviceHealthStatePFullScanPending is a pointer to WindowsDeviceHealthStateVFullScanPending 434 WindowsDeviceHealthStatePFullScanPending = &_WindowsDeviceHealthStatePFullScanPending 435 // WindowsDeviceHealthStatePRebootPending is a pointer to WindowsDeviceHealthStateVRebootPending 436 WindowsDeviceHealthStatePRebootPending = &_WindowsDeviceHealthStatePRebootPending 437 // WindowsDeviceHealthStatePManualStepsPending is a pointer to WindowsDeviceHealthStateVManualStepsPending 438 WindowsDeviceHealthStatePManualStepsPending = &_WindowsDeviceHealthStatePManualStepsPending 439 // WindowsDeviceHealthStatePOfflineScanPending is a pointer to WindowsDeviceHealthStateVOfflineScanPending 440 WindowsDeviceHealthStatePOfflineScanPending = &_WindowsDeviceHealthStatePOfflineScanPending 441 // WindowsDeviceHealthStatePCritical is a pointer to WindowsDeviceHealthStateVCritical 442 WindowsDeviceHealthStatePCritical = &_WindowsDeviceHealthStatePCritical 443) 444 445var ( 446 _WindowsDeviceHealthStatePClean = WindowsDeviceHealthStateVClean 447 _WindowsDeviceHealthStatePFullScanPending = WindowsDeviceHealthStateVFullScanPending 448 _WindowsDeviceHealthStatePRebootPending = WindowsDeviceHealthStateVRebootPending 449 _WindowsDeviceHealthStatePManualStepsPending = WindowsDeviceHealthStateVManualStepsPending 450 _WindowsDeviceHealthStatePOfflineScanPending = WindowsDeviceHealthStateVOfflineScanPending 451 _WindowsDeviceHealthStatePCritical = WindowsDeviceHealthStateVCritical 452) 453 454// WindowsDeviceType undocumented 455type WindowsDeviceType string 456 457const ( 458 // WindowsDeviceTypeVNone undocumented 459 WindowsDeviceTypeVNone WindowsDeviceType = "none" 460 // WindowsDeviceTypeVDesktop undocumented 461 WindowsDeviceTypeVDesktop WindowsDeviceType = "desktop" 462 // WindowsDeviceTypeVMobile undocumented 463 WindowsDeviceTypeVMobile WindowsDeviceType = "mobile" 464 // WindowsDeviceTypeVHolographic undocumented 465 WindowsDeviceTypeVHolographic WindowsDeviceType = "holographic" 466 // WindowsDeviceTypeVTeam undocumented 467 WindowsDeviceTypeVTeam WindowsDeviceType = "team" 468) 469 470var ( 471 // WindowsDeviceTypePNone is a pointer to WindowsDeviceTypeVNone 472 WindowsDeviceTypePNone = &_WindowsDeviceTypePNone 473 // WindowsDeviceTypePDesktop is a pointer to WindowsDeviceTypeVDesktop 474 WindowsDeviceTypePDesktop = &_WindowsDeviceTypePDesktop 475 // WindowsDeviceTypePMobile is a pointer to WindowsDeviceTypeVMobile 476 WindowsDeviceTypePMobile = &_WindowsDeviceTypePMobile 477 // WindowsDeviceTypePHolographic is a pointer to WindowsDeviceTypeVHolographic 478 WindowsDeviceTypePHolographic = &_WindowsDeviceTypePHolographic 479 // WindowsDeviceTypePTeam is a pointer to WindowsDeviceTypeVTeam 480 WindowsDeviceTypePTeam = &_WindowsDeviceTypePTeam 481) 482 483var ( 484 _WindowsDeviceTypePNone = WindowsDeviceTypeVNone 485 _WindowsDeviceTypePDesktop = WindowsDeviceTypeVDesktop 486 _WindowsDeviceTypePMobile = WindowsDeviceTypeVMobile 487 _WindowsDeviceTypePHolographic = WindowsDeviceTypeVHolographic 488 _WindowsDeviceTypePTeam = WindowsDeviceTypeVTeam 489) 490 491// WindowsDeviceUsageType undocumented 492type WindowsDeviceUsageType string 493 494const ( 495 // WindowsDeviceUsageTypeVSingleUser undocumented 496 WindowsDeviceUsageTypeVSingleUser WindowsDeviceUsageType = "singleUser" 497 // WindowsDeviceUsageTypeVShared undocumented 498 WindowsDeviceUsageTypeVShared WindowsDeviceUsageType = "shared" 499) 500 501var ( 502 // WindowsDeviceUsageTypePSingleUser is a pointer to WindowsDeviceUsageTypeVSingleUser 503 WindowsDeviceUsageTypePSingleUser = &_WindowsDeviceUsageTypePSingleUser 504 // WindowsDeviceUsageTypePShared is a pointer to WindowsDeviceUsageTypeVShared 505 WindowsDeviceUsageTypePShared = &_WindowsDeviceUsageTypePShared 506) 507 508var ( 509 _WindowsDeviceUsageTypePSingleUser = WindowsDeviceUsageTypeVSingleUser 510 _WindowsDeviceUsageTypePShared = WindowsDeviceUsageTypeVShared 511) 512 513// WindowsFirewallRuleInterfaceTypes undocumented 514type WindowsFirewallRuleInterfaceTypes string 515 516const ( 517 // WindowsFirewallRuleInterfaceTypesVNotConfigured undocumented 518 WindowsFirewallRuleInterfaceTypesVNotConfigured WindowsFirewallRuleInterfaceTypes = "notConfigured" 519 // WindowsFirewallRuleInterfaceTypesVRemoteAccess undocumented 520 WindowsFirewallRuleInterfaceTypesVRemoteAccess WindowsFirewallRuleInterfaceTypes = "remoteAccess" 521 // WindowsFirewallRuleInterfaceTypesVWireless undocumented 522 WindowsFirewallRuleInterfaceTypesVWireless WindowsFirewallRuleInterfaceTypes = "wireless" 523 // WindowsFirewallRuleInterfaceTypesVLan undocumented 524 WindowsFirewallRuleInterfaceTypesVLan WindowsFirewallRuleInterfaceTypes = "lan" 525) 526 527var ( 528 // WindowsFirewallRuleInterfaceTypesPNotConfigured is a pointer to WindowsFirewallRuleInterfaceTypesVNotConfigured 529 WindowsFirewallRuleInterfaceTypesPNotConfigured = &_WindowsFirewallRuleInterfaceTypesPNotConfigured 530 // WindowsFirewallRuleInterfaceTypesPRemoteAccess is a pointer to WindowsFirewallRuleInterfaceTypesVRemoteAccess 531 WindowsFirewallRuleInterfaceTypesPRemoteAccess = &_WindowsFirewallRuleInterfaceTypesPRemoteAccess 532 // WindowsFirewallRuleInterfaceTypesPWireless is a pointer to WindowsFirewallRuleInterfaceTypesVWireless 533 WindowsFirewallRuleInterfaceTypesPWireless = &_WindowsFirewallRuleInterfaceTypesPWireless 534 // WindowsFirewallRuleInterfaceTypesPLan is a pointer to WindowsFirewallRuleInterfaceTypesVLan 535 WindowsFirewallRuleInterfaceTypesPLan = &_WindowsFirewallRuleInterfaceTypesPLan 536) 537 538var ( 539 _WindowsFirewallRuleInterfaceTypesPNotConfigured = WindowsFirewallRuleInterfaceTypesVNotConfigured 540 _WindowsFirewallRuleInterfaceTypesPRemoteAccess = WindowsFirewallRuleInterfaceTypesVRemoteAccess 541 _WindowsFirewallRuleInterfaceTypesPWireless = WindowsFirewallRuleInterfaceTypesVWireless 542 _WindowsFirewallRuleInterfaceTypesPLan = WindowsFirewallRuleInterfaceTypesVLan 543) 544 545// WindowsFirewallRuleNetworkProfileTypes undocumented 546type WindowsFirewallRuleNetworkProfileTypes string 547 548const ( 549 // WindowsFirewallRuleNetworkProfileTypesVNotConfigured undocumented 550 WindowsFirewallRuleNetworkProfileTypesVNotConfigured WindowsFirewallRuleNetworkProfileTypes = "notConfigured" 551 // WindowsFirewallRuleNetworkProfileTypesVDomain undocumented 552 WindowsFirewallRuleNetworkProfileTypesVDomain WindowsFirewallRuleNetworkProfileTypes = "domain" 553 // WindowsFirewallRuleNetworkProfileTypesVPrivate undocumented 554 WindowsFirewallRuleNetworkProfileTypesVPrivate WindowsFirewallRuleNetworkProfileTypes = "private" 555 // WindowsFirewallRuleNetworkProfileTypesVPublic undocumented 556 WindowsFirewallRuleNetworkProfileTypesVPublic WindowsFirewallRuleNetworkProfileTypes = "public" 557) 558 559var ( 560 // WindowsFirewallRuleNetworkProfileTypesPNotConfigured is a pointer to WindowsFirewallRuleNetworkProfileTypesVNotConfigured 561 WindowsFirewallRuleNetworkProfileTypesPNotConfigured = &_WindowsFirewallRuleNetworkProfileTypesPNotConfigured 562 // WindowsFirewallRuleNetworkProfileTypesPDomain is a pointer to WindowsFirewallRuleNetworkProfileTypesVDomain 563 WindowsFirewallRuleNetworkProfileTypesPDomain = &_WindowsFirewallRuleNetworkProfileTypesPDomain 564 // WindowsFirewallRuleNetworkProfileTypesPPrivate is a pointer to WindowsFirewallRuleNetworkProfileTypesVPrivate 565 WindowsFirewallRuleNetworkProfileTypesPPrivate = &_WindowsFirewallRuleNetworkProfileTypesPPrivate 566 // WindowsFirewallRuleNetworkProfileTypesPPublic is a pointer to WindowsFirewallRuleNetworkProfileTypesVPublic 567 WindowsFirewallRuleNetworkProfileTypesPPublic = &_WindowsFirewallRuleNetworkProfileTypesPPublic 568) 569 570var ( 571 _WindowsFirewallRuleNetworkProfileTypesPNotConfigured = WindowsFirewallRuleNetworkProfileTypesVNotConfigured 572 _WindowsFirewallRuleNetworkProfileTypesPDomain = WindowsFirewallRuleNetworkProfileTypesVDomain 573 _WindowsFirewallRuleNetworkProfileTypesPPrivate = WindowsFirewallRuleNetworkProfileTypesVPrivate 574 _WindowsFirewallRuleNetworkProfileTypesPPublic = WindowsFirewallRuleNetworkProfileTypesVPublic 575) 576 577// WindowsFirewallRuleTrafficDirectionType undocumented 578type WindowsFirewallRuleTrafficDirectionType string 579 580const ( 581 // WindowsFirewallRuleTrafficDirectionTypeVNotConfigured undocumented 582 WindowsFirewallRuleTrafficDirectionTypeVNotConfigured WindowsFirewallRuleTrafficDirectionType = "notConfigured" 583 // WindowsFirewallRuleTrafficDirectionTypeVOut undocumented 584 WindowsFirewallRuleTrafficDirectionTypeVOut WindowsFirewallRuleTrafficDirectionType = "out" 585 // WindowsFirewallRuleTrafficDirectionTypeVIn undocumented 586 WindowsFirewallRuleTrafficDirectionTypeVIn WindowsFirewallRuleTrafficDirectionType = "in" 587) 588 589var ( 590 // WindowsFirewallRuleTrafficDirectionTypePNotConfigured is a pointer to WindowsFirewallRuleTrafficDirectionTypeVNotConfigured 591 WindowsFirewallRuleTrafficDirectionTypePNotConfigured = &_WindowsFirewallRuleTrafficDirectionTypePNotConfigured 592 // WindowsFirewallRuleTrafficDirectionTypePOut is a pointer to WindowsFirewallRuleTrafficDirectionTypeVOut 593 WindowsFirewallRuleTrafficDirectionTypePOut = &_WindowsFirewallRuleTrafficDirectionTypePOut 594 // WindowsFirewallRuleTrafficDirectionTypePIn is a pointer to WindowsFirewallRuleTrafficDirectionTypeVIn 595 WindowsFirewallRuleTrafficDirectionTypePIn = &_WindowsFirewallRuleTrafficDirectionTypePIn 596) 597 598var ( 599 _WindowsFirewallRuleTrafficDirectionTypePNotConfigured = WindowsFirewallRuleTrafficDirectionTypeVNotConfigured 600 _WindowsFirewallRuleTrafficDirectionTypePOut = WindowsFirewallRuleTrafficDirectionTypeVOut 601 _WindowsFirewallRuleTrafficDirectionTypePIn = WindowsFirewallRuleTrafficDirectionTypeVIn 602) 603 604// WindowsHealthMonitoringScope undocumented 605type WindowsHealthMonitoringScope string 606 607const ( 608 // WindowsHealthMonitoringScopeVUndefined undocumented 609 WindowsHealthMonitoringScopeVUndefined WindowsHealthMonitoringScope = "undefined" 610 // WindowsHealthMonitoringScopeVHealthMonitoring undocumented 611 WindowsHealthMonitoringScopeVHealthMonitoring WindowsHealthMonitoringScope = "healthMonitoring" 612 // WindowsHealthMonitoringScopeVBootPerformance undocumented 613 WindowsHealthMonitoringScopeVBootPerformance WindowsHealthMonitoringScope = "bootPerformance" 614 // WindowsHealthMonitoringScopeVUserExperienceAnalytics undocumented 615 WindowsHealthMonitoringScopeVUserExperienceAnalytics WindowsHealthMonitoringScope = "userExperienceAnalytics" 616) 617 618var ( 619 // WindowsHealthMonitoringScopePUndefined is a pointer to WindowsHealthMonitoringScopeVUndefined 620 WindowsHealthMonitoringScopePUndefined = &_WindowsHealthMonitoringScopePUndefined 621 // WindowsHealthMonitoringScopePHealthMonitoring is a pointer to WindowsHealthMonitoringScopeVHealthMonitoring 622 WindowsHealthMonitoringScopePHealthMonitoring = &_WindowsHealthMonitoringScopePHealthMonitoring 623 // WindowsHealthMonitoringScopePBootPerformance is a pointer to WindowsHealthMonitoringScopeVBootPerformance 624 WindowsHealthMonitoringScopePBootPerformance = &_WindowsHealthMonitoringScopePBootPerformance 625 // WindowsHealthMonitoringScopePUserExperienceAnalytics is a pointer to WindowsHealthMonitoringScopeVUserExperienceAnalytics 626 WindowsHealthMonitoringScopePUserExperienceAnalytics = &_WindowsHealthMonitoringScopePUserExperienceAnalytics 627) 628 629var ( 630 _WindowsHealthMonitoringScopePUndefined = WindowsHealthMonitoringScopeVUndefined 631 _WindowsHealthMonitoringScopePHealthMonitoring = WindowsHealthMonitoringScopeVHealthMonitoring 632 _WindowsHealthMonitoringScopePBootPerformance = WindowsHealthMonitoringScopeVBootPerformance 633 _WindowsHealthMonitoringScopePUserExperienceAnalytics = WindowsHealthMonitoringScopeVUserExperienceAnalytics 634) 635 636// WindowsHelloForBusinessPinUsage undocumented 637type WindowsHelloForBusinessPinUsage string 638 639const ( 640 // WindowsHelloForBusinessPinUsageVAllowed undocumented 641 WindowsHelloForBusinessPinUsageVAllowed WindowsHelloForBusinessPinUsage = "allowed" 642 // WindowsHelloForBusinessPinUsageVRequired undocumented 643 WindowsHelloForBusinessPinUsageVRequired WindowsHelloForBusinessPinUsage = "required" 644 // WindowsHelloForBusinessPinUsageVDisallowed undocumented 645 WindowsHelloForBusinessPinUsageVDisallowed WindowsHelloForBusinessPinUsage = "disallowed" 646) 647 648var ( 649 // WindowsHelloForBusinessPinUsagePAllowed is a pointer to WindowsHelloForBusinessPinUsageVAllowed 650 WindowsHelloForBusinessPinUsagePAllowed = &_WindowsHelloForBusinessPinUsagePAllowed 651 // WindowsHelloForBusinessPinUsagePRequired is a pointer to WindowsHelloForBusinessPinUsageVRequired 652 WindowsHelloForBusinessPinUsagePRequired = &_WindowsHelloForBusinessPinUsagePRequired 653 // WindowsHelloForBusinessPinUsagePDisallowed is a pointer to WindowsHelloForBusinessPinUsageVDisallowed 654 WindowsHelloForBusinessPinUsagePDisallowed = &_WindowsHelloForBusinessPinUsagePDisallowed 655) 656 657var ( 658 _WindowsHelloForBusinessPinUsagePAllowed = WindowsHelloForBusinessPinUsageVAllowed 659 _WindowsHelloForBusinessPinUsagePRequired = WindowsHelloForBusinessPinUsageVRequired 660 _WindowsHelloForBusinessPinUsagePDisallowed = WindowsHelloForBusinessPinUsageVDisallowed 661) 662 663// WindowsInformationProtectionEnforcementLevel undocumented 664type WindowsInformationProtectionEnforcementLevel string 665 666const ( 667 // WindowsInformationProtectionEnforcementLevelVNoProtection undocumented 668 WindowsInformationProtectionEnforcementLevelVNoProtection WindowsInformationProtectionEnforcementLevel = "noProtection" 669 // WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly undocumented 670 WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly WindowsInformationProtectionEnforcementLevel = "encryptAndAuditOnly" 671 // WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt undocumented 672 WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt WindowsInformationProtectionEnforcementLevel = "encryptAuditAndPrompt" 673 // WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock undocumented 674 WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock WindowsInformationProtectionEnforcementLevel = "encryptAuditAndBlock" 675) 676 677var ( 678 // WindowsInformationProtectionEnforcementLevelPNoProtection is a pointer to WindowsInformationProtectionEnforcementLevelVNoProtection 679 WindowsInformationProtectionEnforcementLevelPNoProtection = &_WindowsInformationProtectionEnforcementLevelPNoProtection 680 // WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly 681 WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly = &_WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly 682 // WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt 683 WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt = &_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt 684 // WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock 685 WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock = &_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock 686) 687 688var ( 689 _WindowsInformationProtectionEnforcementLevelPNoProtection = WindowsInformationProtectionEnforcementLevelVNoProtection 690 _WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly = WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly 691 _WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt = WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt 692 _WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock = WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock 693) 694 695// WindowsInformationProtectionPinCharacterRequirements undocumented 696type WindowsInformationProtectionPinCharacterRequirements string 697 698const ( 699 // WindowsInformationProtectionPinCharacterRequirementsVNotAllow undocumented 700 WindowsInformationProtectionPinCharacterRequirementsVNotAllow WindowsInformationProtectionPinCharacterRequirements = "notAllow" 701 // WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne undocumented 702 WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne WindowsInformationProtectionPinCharacterRequirements = "requireAtLeastOne" 703 // WindowsInformationProtectionPinCharacterRequirementsVAllow undocumented 704 WindowsInformationProtectionPinCharacterRequirementsVAllow WindowsInformationProtectionPinCharacterRequirements = "allow" 705) 706 707var ( 708 // WindowsInformationProtectionPinCharacterRequirementsPNotAllow is a pointer to WindowsInformationProtectionPinCharacterRequirementsVNotAllow 709 WindowsInformationProtectionPinCharacterRequirementsPNotAllow = &_WindowsInformationProtectionPinCharacterRequirementsPNotAllow 710 // WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne is a pointer to WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne 711 WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne = &_WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne 712 // WindowsInformationProtectionPinCharacterRequirementsPAllow is a pointer to WindowsInformationProtectionPinCharacterRequirementsVAllow 713 WindowsInformationProtectionPinCharacterRequirementsPAllow = &_WindowsInformationProtectionPinCharacterRequirementsPAllow 714) 715 716var ( 717 _WindowsInformationProtectionPinCharacterRequirementsPNotAllow = WindowsInformationProtectionPinCharacterRequirementsVNotAllow 718 _WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne = WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne 719 _WindowsInformationProtectionPinCharacterRequirementsPAllow = WindowsInformationProtectionPinCharacterRequirementsVAllow 720) 721 722// WindowsKioskAppType undocumented 723type WindowsKioskAppType string 724 725const ( 726 // WindowsKioskAppTypeVUnknown undocumented 727 WindowsKioskAppTypeVUnknown WindowsKioskAppType = "unknown" 728 // WindowsKioskAppTypeVStore undocumented 729 WindowsKioskAppTypeVStore WindowsKioskAppType = "store" 730 // WindowsKioskAppTypeVDesktop undocumented 731 WindowsKioskAppTypeVDesktop WindowsKioskAppType = "desktop" 732 // WindowsKioskAppTypeVAumID undocumented 733 WindowsKioskAppTypeVAumID WindowsKioskAppType = "aumId" 734) 735 736var ( 737 // WindowsKioskAppTypePUnknown is a pointer to WindowsKioskAppTypeVUnknown 738 WindowsKioskAppTypePUnknown = &_WindowsKioskAppTypePUnknown 739 // WindowsKioskAppTypePStore is a pointer to WindowsKioskAppTypeVStore 740 WindowsKioskAppTypePStore = &_WindowsKioskAppTypePStore 741 // WindowsKioskAppTypePDesktop is a pointer to WindowsKioskAppTypeVDesktop 742 WindowsKioskAppTypePDesktop = &_WindowsKioskAppTypePDesktop 743 // WindowsKioskAppTypePAumID is a pointer to WindowsKioskAppTypeVAumID 744 WindowsKioskAppTypePAumID = &_WindowsKioskAppTypePAumID 745) 746 747var ( 748 _WindowsKioskAppTypePUnknown = WindowsKioskAppTypeVUnknown 749 _WindowsKioskAppTypePStore = WindowsKioskAppTypeVStore 750 _WindowsKioskAppTypePDesktop = WindowsKioskAppTypeVDesktop 751 _WindowsKioskAppTypePAumID = WindowsKioskAppTypeVAumID 752) 753 754// WindowsMalwareCategory undocumented 755type WindowsMalwareCategory string 756 757const ( 758 // WindowsMalwareCategoryVInvalid undocumented 759 WindowsMalwareCategoryVInvalid WindowsMalwareCategory = "invalid" 760 // WindowsMalwareCategoryVAdware undocumented 761 WindowsMalwareCategoryVAdware WindowsMalwareCategory = "adware" 762 // WindowsMalwareCategoryVSpyware undocumented 763 WindowsMalwareCategoryVSpyware WindowsMalwareCategory = "spyware" 764 // WindowsMalwareCategoryVPasswordStealer undocumented 765 WindowsMalwareCategoryVPasswordStealer WindowsMalwareCategory = "passwordStealer" 766 // WindowsMalwareCategoryVTrojanDownloader undocumented 767 WindowsMalwareCategoryVTrojanDownloader WindowsMalwareCategory = "trojanDownloader" 768 // WindowsMalwareCategoryVWorm undocumented 769 WindowsMalwareCategoryVWorm WindowsMalwareCategory = "worm" 770 // WindowsMalwareCategoryVBackdoor undocumented 771 WindowsMalwareCategoryVBackdoor WindowsMalwareCategory = "backdoor" 772 // WindowsMalwareCategoryVRemoteAccessTrojan undocumented 773 WindowsMalwareCategoryVRemoteAccessTrojan WindowsMalwareCategory = "remoteAccessTrojan" 774 // WindowsMalwareCategoryVTrojan undocumented 775 WindowsMalwareCategoryVTrojan WindowsMalwareCategory = "trojan" 776 // WindowsMalwareCategoryVEmailFlooder undocumented 777 WindowsMalwareCategoryVEmailFlooder WindowsMalwareCategory = "emailFlooder" 778 // WindowsMalwareCategoryVKeylogger undocumented 779 WindowsMalwareCategoryVKeylogger WindowsMalwareCategory = "keylogger" 780 // WindowsMalwareCategoryVDialer undocumented 781 WindowsMalwareCategoryVDialer WindowsMalwareCategory = "dialer" 782 // WindowsMalwareCategoryVMonitoringSoftware undocumented 783 WindowsMalwareCategoryVMonitoringSoftware WindowsMalwareCategory = "monitoringSoftware" 784 // WindowsMalwareCategoryVBrowserModifier undocumented 785 WindowsMalwareCategoryVBrowserModifier WindowsMalwareCategory = "browserModifier" 786 // WindowsMalwareCategoryVCookie undocumented 787 WindowsMalwareCategoryVCookie WindowsMalwareCategory = "cookie" 788 // WindowsMalwareCategoryVBrowserPlugin undocumented 789 WindowsMalwareCategoryVBrowserPlugin WindowsMalwareCategory = "browserPlugin" 790 // WindowsMalwareCategoryVAolExploit undocumented 791 WindowsMalwareCategoryVAolExploit WindowsMalwareCategory = "aolExploit" 792 // WindowsMalwareCategoryVNuker undocumented 793 WindowsMalwareCategoryVNuker WindowsMalwareCategory = "nuker" 794 // WindowsMalwareCategoryVSecurityDisabler undocumented 795 WindowsMalwareCategoryVSecurityDisabler WindowsMalwareCategory = "securityDisabler" 796 // WindowsMalwareCategoryVJokeProgram undocumented 797 WindowsMalwareCategoryVJokeProgram WindowsMalwareCategory = "jokeProgram" 798 // WindowsMalwareCategoryVHostileActiveXControl undocumented 799 WindowsMalwareCategoryVHostileActiveXControl WindowsMalwareCategory = "hostileActiveXControl" 800 // WindowsMalwareCategoryVSoftwareBundler undocumented 801 WindowsMalwareCategoryVSoftwareBundler WindowsMalwareCategory = "softwareBundler" 802 // WindowsMalwareCategoryVStealthNotifier undocumented 803 WindowsMalwareCategoryVStealthNotifier WindowsMalwareCategory = "stealthNotifier" 804 // WindowsMalwareCategoryVSettingsModifier undocumented 805 WindowsMalwareCategoryVSettingsModifier WindowsMalwareCategory = "settingsModifier" 806 // WindowsMalwareCategoryVToolBar undocumented 807 WindowsMalwareCategoryVToolBar WindowsMalwareCategory = "toolBar" 808 // WindowsMalwareCategoryVRemoteControlSoftware undocumented 809 WindowsMalwareCategoryVRemoteControlSoftware WindowsMalwareCategory = "remoteControlSoftware" 810 // WindowsMalwareCategoryVTrojanFtp undocumented 811 WindowsMalwareCategoryVTrojanFtp WindowsMalwareCategory = "trojanFtp" 812 // WindowsMalwareCategoryVPotentialUnwantedSoftware undocumented 813 WindowsMalwareCategoryVPotentialUnwantedSoftware WindowsMalwareCategory = "potentialUnwantedSoftware" 814 // WindowsMalwareCategoryVIcqExploit undocumented 815 WindowsMalwareCategoryVIcqExploit WindowsMalwareCategory = "icqExploit" 816 // WindowsMalwareCategoryVTrojanTelnet undocumented 817 WindowsMalwareCategoryVTrojanTelnet WindowsMalwareCategory = "trojanTelnet" 818 // WindowsMalwareCategoryVExploit undocumented 819 WindowsMalwareCategoryVExploit WindowsMalwareCategory = "exploit" 820 // WindowsMalwareCategoryVFilesharingProgram undocumented 821 WindowsMalwareCategoryVFilesharingProgram WindowsMalwareCategory = "filesharingProgram" 822 // WindowsMalwareCategoryVMalwareCreationTool undocumented 823 WindowsMalwareCategoryVMalwareCreationTool WindowsMalwareCategory = "malwareCreationTool" 824 // WindowsMalwareCategoryVRemote_Control_Software undocumented 825 WindowsMalwareCategoryVRemote_Control_Software WindowsMalwareCategory = "remote_Control_Software" 826 // WindowsMalwareCategoryVTool undocumented 827 WindowsMalwareCategoryVTool WindowsMalwareCategory = "tool" 828 // WindowsMalwareCategoryVTrojanDenialOfService undocumented 829 WindowsMalwareCategoryVTrojanDenialOfService WindowsMalwareCategory = "trojanDenialOfService" 830 // WindowsMalwareCategoryVTrojanDropper undocumented 831 WindowsMalwareCategoryVTrojanDropper WindowsMalwareCategory = "trojanDropper" 832 // WindowsMalwareCategoryVTrojanMassMailer undocumented 833 WindowsMalwareCategoryVTrojanMassMailer WindowsMalwareCategory = "trojanMassMailer" 834 // WindowsMalwareCategoryVTrojanMonitoringSoftware undocumented 835 WindowsMalwareCategoryVTrojanMonitoringSoftware WindowsMalwareCategory = "trojanMonitoringSoftware" 836 // WindowsMalwareCategoryVTrojanProxyServer undocumented 837 WindowsMalwareCategoryVTrojanProxyServer WindowsMalwareCategory = "trojanProxyServer" 838 // WindowsMalwareCategoryVVirus undocumented 839 WindowsMalwareCategoryVVirus WindowsMalwareCategory = "virus" 840 // WindowsMalwareCategoryVKnown undocumented 841 WindowsMalwareCategoryVKnown WindowsMalwareCategory = "known" 842 // WindowsMalwareCategoryVUnknown undocumented 843 WindowsMalwareCategoryVUnknown WindowsMalwareCategory = "unknown" 844 // WindowsMalwareCategoryVSpp undocumented 845 WindowsMalwareCategoryVSpp WindowsMalwareCategory = "spp" 846 // WindowsMalwareCategoryVBehavior undocumented 847 WindowsMalwareCategoryVBehavior WindowsMalwareCategory = "behavior" 848 // WindowsMalwareCategoryVVulnerability undocumented 849 WindowsMalwareCategoryVVulnerability WindowsMalwareCategory = "vulnerability" 850 // WindowsMalwareCategoryVPolicy undocumented 851 WindowsMalwareCategoryVPolicy WindowsMalwareCategory = "policy" 852 // WindowsMalwareCategoryVEnterpriseUnwantedSoftware undocumented 853 WindowsMalwareCategoryVEnterpriseUnwantedSoftware WindowsMalwareCategory = "enterpriseUnwantedSoftware" 854 // WindowsMalwareCategoryVRansom undocumented 855 WindowsMalwareCategoryVRansom WindowsMalwareCategory = "ransom" 856 // WindowsMalwareCategoryVHipsRule undocumented 857 WindowsMalwareCategoryVHipsRule WindowsMalwareCategory = "hipsRule" 858) 859 860var ( 861 // WindowsMalwareCategoryPInvalid is a pointer to WindowsMalwareCategoryVInvalid 862 WindowsMalwareCategoryPInvalid = &_WindowsMalwareCategoryPInvalid 863 // WindowsMalwareCategoryPAdware is a pointer to WindowsMalwareCategoryVAdware 864 WindowsMalwareCategoryPAdware = &_WindowsMalwareCategoryPAdware 865 // WindowsMalwareCategoryPSpyware is a pointer to WindowsMalwareCategoryVSpyware 866 WindowsMalwareCategoryPSpyware = &_WindowsMalwareCategoryPSpyware 867 // WindowsMalwareCategoryPPasswordStealer is a pointer to WindowsMalwareCategoryVPasswordStealer 868 WindowsMalwareCategoryPPasswordStealer = &_WindowsMalwareCategoryPPasswordStealer 869 // WindowsMalwareCategoryPTrojanDownloader is a pointer to WindowsMalwareCategoryVTrojanDownloader 870 WindowsMalwareCategoryPTrojanDownloader = &_WindowsMalwareCategoryPTrojanDownloader 871 // WindowsMalwareCategoryPWorm is a pointer to WindowsMalwareCategoryVWorm 872 WindowsMalwareCategoryPWorm = &_WindowsMalwareCategoryPWorm 873 // WindowsMalwareCategoryPBackdoor is a pointer to WindowsMalwareCategoryVBackdoor 874 WindowsMalwareCategoryPBackdoor = &_WindowsMalwareCategoryPBackdoor 875 // WindowsMalwareCategoryPRemoteAccessTrojan is a pointer to WindowsMalwareCategoryVRemoteAccessTrojan 876 WindowsMalwareCategoryPRemoteAccessTrojan = &_WindowsMalwareCategoryPRemoteAccessTrojan 877 // WindowsMalwareCategoryPTrojan is a pointer to WindowsMalwareCategoryVTrojan 878 WindowsMalwareCategoryPTrojan = &_WindowsMalwareCategoryPTrojan 879 // WindowsMalwareCategoryPEmailFlooder is a pointer to WindowsMalwareCategoryVEmailFlooder 880 WindowsMalwareCategoryPEmailFlooder = &_WindowsMalwareCategoryPEmailFlooder 881 // WindowsMalwareCategoryPKeylogger is a pointer to WindowsMalwareCategoryVKeylogger 882 WindowsMalwareCategoryPKeylogger = &_WindowsMalwareCategoryPKeylogger 883 // WindowsMalwareCategoryPDialer is a pointer to WindowsMalwareCategoryVDialer 884 WindowsMalwareCategoryPDialer = &_WindowsMalwareCategoryPDialer 885 // WindowsMalwareCategoryPMonitoringSoftware is a pointer to WindowsMalwareCategoryVMonitoringSoftware 886 WindowsMalwareCategoryPMonitoringSoftware = &_WindowsMalwareCategoryPMonitoringSoftware 887 // WindowsMalwareCategoryPBrowserModifier is a pointer to WindowsMalwareCategoryVBrowserModifier 888 WindowsMalwareCategoryPBrowserModifier = &_WindowsMalwareCategoryPBrowserModifier 889 // WindowsMalwareCategoryPCookie is a pointer to WindowsMalwareCategoryVCookie 890 WindowsMalwareCategoryPCookie = &_WindowsMalwareCategoryPCookie 891 // WindowsMalwareCategoryPBrowserPlugin is a pointer to WindowsMalwareCategoryVBrowserPlugin 892 WindowsMalwareCategoryPBrowserPlugin = &_WindowsMalwareCategoryPBrowserPlugin 893 // WindowsMalwareCategoryPAolExploit is a pointer to WindowsMalwareCategoryVAolExploit 894 WindowsMalwareCategoryPAolExploit = &_WindowsMalwareCategoryPAolExploit 895 // WindowsMalwareCategoryPNuker is a pointer to WindowsMalwareCategoryVNuker 896 WindowsMalwareCategoryPNuker = &_WindowsMalwareCategoryPNuker 897 // WindowsMalwareCategoryPSecurityDisabler is a pointer to WindowsMalwareCategoryVSecurityDisabler 898 WindowsMalwareCategoryPSecurityDisabler = &_WindowsMalwareCategoryPSecurityDisabler 899 // WindowsMalwareCategoryPJokeProgram is a pointer to WindowsMalwareCategoryVJokeProgram 900 WindowsMalwareCategoryPJokeProgram = &_WindowsMalwareCategoryPJokeProgram 901 // WindowsMalwareCategoryPHostileActiveXControl is a pointer to WindowsMalwareCategoryVHostileActiveXControl 902 WindowsMalwareCategoryPHostileActiveXControl = &_WindowsMalwareCategoryPHostileActiveXControl 903 // WindowsMalwareCategoryPSoftwareBundler is a pointer to WindowsMalwareCategoryVSoftwareBundler 904 WindowsMalwareCategoryPSoftwareBundler = &_WindowsMalwareCategoryPSoftwareBundler 905 // WindowsMalwareCategoryPStealthNotifier is a pointer to WindowsMalwareCategoryVStealthNotifier 906 WindowsMalwareCategoryPStealthNotifier = &_WindowsMalwareCategoryPStealthNotifier 907 // WindowsMalwareCategoryPSettingsModifier is a pointer to WindowsMalwareCategoryVSettingsModifier 908 WindowsMalwareCategoryPSettingsModifier = &_WindowsMalwareCategoryPSettingsModifier 909 // WindowsMalwareCategoryPToolBar is a pointer to WindowsMalwareCategoryVToolBar 910 WindowsMalwareCategoryPToolBar = &_WindowsMalwareCategoryPToolBar 911 // WindowsMalwareCategoryPRemoteControlSoftware is a pointer to WindowsMalwareCategoryVRemoteControlSoftware 912 WindowsMalwareCategoryPRemoteControlSoftware = &_WindowsMalwareCategoryPRemoteControlSoftware 913 // WindowsMalwareCategoryPTrojanFtp is a pointer to WindowsMalwareCategoryVTrojanFtp 914 WindowsMalwareCategoryPTrojanFtp = &_WindowsMalwareCategoryPTrojanFtp 915 // WindowsMalwareCategoryPPotentialUnwantedSoftware is a pointer to WindowsMalwareCategoryVPotentialUnwantedSoftware 916 WindowsMalwareCategoryPPotentialUnwantedSoftware = &_WindowsMalwareCategoryPPotentialUnwantedSoftware 917 // WindowsMalwareCategoryPIcqExploit is a pointer to WindowsMalwareCategoryVIcqExploit 918 WindowsMalwareCategoryPIcqExploit = &_WindowsMalwareCategoryPIcqExploit 919 // WindowsMalwareCategoryPTrojanTelnet is a pointer to WindowsMalwareCategoryVTrojanTelnet 920 WindowsMalwareCategoryPTrojanTelnet = &_WindowsMalwareCategoryPTrojanTelnet 921 // WindowsMalwareCategoryPExploit is a pointer to WindowsMalwareCategoryVExploit 922 WindowsMalwareCategoryPExploit = &_WindowsMalwareCategoryPExploit 923 // WindowsMalwareCategoryPFilesharingProgram is a pointer to WindowsMalwareCategoryVFilesharingProgram 924 WindowsMalwareCategoryPFilesharingProgram = &_WindowsMalwareCategoryPFilesharingProgram 925 // WindowsMalwareCategoryPMalwareCreationTool is a pointer to WindowsMalwareCategoryVMalwareCreationTool 926 WindowsMalwareCategoryPMalwareCreationTool = &_WindowsMalwareCategoryPMalwareCreationTool 927 // WindowsMalwareCategoryPRemote_Control_Software is a pointer to WindowsMalwareCategoryVRemote_Control_Software 928 WindowsMalwareCategoryPRemote_Control_Software = &_WindowsMalwareCategoryPRemote_Control_Software 929 // WindowsMalwareCategoryPTool is a pointer to WindowsMalwareCategoryVTool 930 WindowsMalwareCategoryPTool = &_WindowsMalwareCategoryPTool 931 // WindowsMalwareCategoryPTrojanDenialOfService is a pointer to WindowsMalwareCategoryVTrojanDenialOfService 932 WindowsMalwareCategoryPTrojanDenialOfService = &_WindowsMalwareCategoryPTrojanDenialOfService 933 // WindowsMalwareCategoryPTrojanDropper is a pointer to WindowsMalwareCategoryVTrojanDropper 934 WindowsMalwareCategoryPTrojanDropper = &_WindowsMalwareCategoryPTrojanDropper 935 // WindowsMalwareCategoryPTrojanMassMailer is a pointer to WindowsMalwareCategoryVTrojanMassMailer 936 WindowsMalwareCategoryPTrojanMassMailer = &_WindowsMalwareCategoryPTrojanMassMailer 937 // WindowsMalwareCategoryPTrojanMonitoringSoftware is a pointer to WindowsMalwareCategoryVTrojanMonitoringSoftware 938 WindowsMalwareCategoryPTrojanMonitoringSoftware = &_WindowsMalwareCategoryPTrojanMonitoringSoftware 939 // WindowsMalwareCategoryPTrojanProxyServer is a pointer to WindowsMalwareCategoryVTrojanProxyServer 940 WindowsMalwareCategoryPTrojanProxyServer = &_WindowsMalwareCategoryPTrojanProxyServer 941 // WindowsMalwareCategoryPVirus is a pointer to WindowsMalwareCategoryVVirus 942 WindowsMalwareCategoryPVirus = &_WindowsMalwareCategoryPVirus 943 // WindowsMalwareCategoryPKnown is a pointer to WindowsMalwareCategoryVKnown 944 WindowsMalwareCategoryPKnown = &_WindowsMalwareCategoryPKnown 945 // WindowsMalwareCategoryPUnknown is a pointer to WindowsMalwareCategoryVUnknown 946 WindowsMalwareCategoryPUnknown = &_WindowsMalwareCategoryPUnknown 947 // WindowsMalwareCategoryPSpp is a pointer to WindowsMalwareCategoryVSpp 948 WindowsMalwareCategoryPSpp = &_WindowsMalwareCategoryPSpp 949 // WindowsMalwareCategoryPBehavior is a pointer to WindowsMalwareCategoryVBehavior 950 WindowsMalwareCategoryPBehavior = &_WindowsMalwareCategoryPBehavior 951 // WindowsMalwareCategoryPVulnerability is a pointer to WindowsMalwareCategoryVVulnerability 952 WindowsMalwareCategoryPVulnerability = &_WindowsMalwareCategoryPVulnerability 953 // WindowsMalwareCategoryPPolicy is a pointer to WindowsMalwareCategoryVPolicy 954 WindowsMalwareCategoryPPolicy = &_WindowsMalwareCategoryPPolicy 955 // WindowsMalwareCategoryPEnterpriseUnwantedSoftware is a pointer to WindowsMalwareCategoryVEnterpriseUnwantedSoftware 956 WindowsMalwareCategoryPEnterpriseUnwantedSoftware = &_WindowsMalwareCategoryPEnterpriseUnwantedSoftware 957 // WindowsMalwareCategoryPRansom is a pointer to WindowsMalwareCategoryVRansom 958 WindowsMalwareCategoryPRansom = &_WindowsMalwareCategoryPRansom 959 // WindowsMalwareCategoryPHipsRule is a pointer to WindowsMalwareCategoryVHipsRule 960 WindowsMalwareCategoryPHipsRule = &_WindowsMalwareCategoryPHipsRule 961) 962 963var ( 964 _WindowsMalwareCategoryPInvalid = WindowsMalwareCategoryVInvalid 965 _WindowsMalwareCategoryPAdware = WindowsMalwareCategoryVAdware 966 _WindowsMalwareCategoryPSpyware = WindowsMalwareCategoryVSpyware 967 _WindowsMalwareCategoryPPasswordStealer = WindowsMalwareCategoryVPasswordStealer 968 _WindowsMalwareCategoryPTrojanDownloader = WindowsMalwareCategoryVTrojanDownloader 969 _WindowsMalwareCategoryPWorm = WindowsMalwareCategoryVWorm 970 _WindowsMalwareCategoryPBackdoor = WindowsMalwareCategoryVBackdoor 971 _WindowsMalwareCategoryPRemoteAccessTrojan = WindowsMalwareCategoryVRemoteAccessTrojan 972 _WindowsMalwareCategoryPTrojan = WindowsMalwareCategoryVTrojan 973 _WindowsMalwareCategoryPEmailFlooder = WindowsMalwareCategoryVEmailFlooder 974 _WindowsMalwareCategoryPKeylogger = WindowsMalwareCategoryVKeylogger 975 _WindowsMalwareCategoryPDialer = WindowsMalwareCategoryVDialer 976 _WindowsMalwareCategoryPMonitoringSoftware = WindowsMalwareCategoryVMonitoringSoftware 977 _WindowsMalwareCategoryPBrowserModifier = WindowsMalwareCategoryVBrowserModifier 978 _WindowsMalwareCategoryPCookie = WindowsMalwareCategoryVCookie 979 _WindowsMalwareCategoryPBrowserPlugin = WindowsMalwareCategoryVBrowserPlugin 980 _WindowsMalwareCategoryPAolExploit = WindowsMalwareCategoryVAolExploit 981 _WindowsMalwareCategoryPNuker = WindowsMalwareCategoryVNuker 982 _WindowsMalwareCategoryPSecurityDisabler = WindowsMalwareCategoryVSecurityDisabler 983 _WindowsMalwareCategoryPJokeProgram = WindowsMalwareCategoryVJokeProgram 984 _WindowsMalwareCategoryPHostileActiveXControl = WindowsMalwareCategoryVHostileActiveXControl 985 _WindowsMalwareCategoryPSoftwareBundler = WindowsMalwareCategoryVSoftwareBundler 986 _WindowsMalwareCategoryPStealthNotifier = WindowsMalwareCategoryVStealthNotifier 987 _WindowsMalwareCategoryPSettingsModifier = WindowsMalwareCategoryVSettingsModifier 988 _WindowsMalwareCategoryPToolBar = WindowsMalwareCategoryVToolBar 989 _WindowsMalwareCategoryPRemoteControlSoftware = WindowsMalwareCategoryVRemoteControlSoftware 990 _WindowsMalwareCategoryPTrojanFtp = WindowsMalwareCategoryVTrojanFtp 991 _WindowsMalwareCategoryPPotentialUnwantedSoftware = WindowsMalwareCategoryVPotentialUnwantedSoftware 992 _WindowsMalwareCategoryPIcqExploit = WindowsMalwareCategoryVIcqExploit 993 _WindowsMalwareCategoryPTrojanTelnet = WindowsMalwareCategoryVTrojanTelnet 994 _WindowsMalwareCategoryPExploit = WindowsMalwareCategoryVExploit 995 _WindowsMalwareCategoryPFilesharingProgram = WindowsMalwareCategoryVFilesharingProgram 996 _WindowsMalwareCategoryPMalwareCreationTool = WindowsMalwareCategoryVMalwareCreationTool 997 _WindowsMalwareCategoryPRemote_Control_Software = WindowsMalwareCategoryVRemote_Control_Software 998 _WindowsMalwareCategoryPTool = WindowsMalwareCategoryVTool 999 _WindowsMalwareCategoryPTrojanDenialOfService = WindowsMalwareCategoryVTrojanDenialOfService 1000 _WindowsMalwareCategoryPTrojanDropper = WindowsMalwareCategoryVTrojanDropper 1001 _WindowsMalwareCategoryPTrojanMassMailer = WindowsMalwareCategoryVTrojanMassMailer 1002 _WindowsMalwareCategoryPTrojanMonitoringSoftware = WindowsMalwareCategoryVTrojanMonitoringSoftware 1003 _WindowsMalwareCategoryPTrojanProxyServer = WindowsMalwareCategoryVTrojanProxyServer 1004 _WindowsMalwareCategoryPVirus = WindowsMalwareCategoryVVirus 1005 _WindowsMalwareCategoryPKnown = WindowsMalwareCategoryVKnown 1006 _WindowsMalwareCategoryPUnknown = WindowsMalwareCategoryVUnknown 1007 _WindowsMalwareCategoryPSpp = WindowsMalwareCategoryVSpp 1008 _WindowsMalwareCategoryPBehavior = WindowsMalwareCategoryVBehavior 1009 _WindowsMalwareCategoryPVulnerability = WindowsMalwareCategoryVVulnerability 1010 _WindowsMalwareCategoryPPolicy = WindowsMalwareCategoryVPolicy 1011 _WindowsMalwareCategoryPEnterpriseUnwantedSoftware = WindowsMalwareCategoryVEnterpriseUnwantedSoftware 1012 _WindowsMalwareCategoryPRansom = WindowsMalwareCategoryVRansom 1013 _WindowsMalwareCategoryPHipsRule = WindowsMalwareCategoryVHipsRule 1014) 1015 1016// WindowsMalwareExecutionState undocumented 1017type WindowsMalwareExecutionState string 1018 1019const ( 1020 // WindowsMalwareExecutionStateVUnknown undocumented 1021 WindowsMalwareExecutionStateVUnknown WindowsMalwareExecutionState = "unknown" 1022 // WindowsMalwareExecutionStateVBlocked undocumented 1023 WindowsMalwareExecutionStateVBlocked WindowsMalwareExecutionState = "blocked" 1024 // WindowsMalwareExecutionStateVAllowed undocumented 1025 WindowsMalwareExecutionStateVAllowed WindowsMalwareExecutionState = "allowed" 1026 // WindowsMalwareExecutionStateVRunning undocumented 1027 WindowsMalwareExecutionStateVRunning WindowsMalwareExecutionState = "running" 1028 // WindowsMalwareExecutionStateVNotRunning undocumented 1029 WindowsMalwareExecutionStateVNotRunning WindowsMalwareExecutionState = "notRunning" 1030) 1031 1032var ( 1033 // WindowsMalwareExecutionStatePUnknown is a pointer to WindowsMalwareExecutionStateVUnknown 1034 WindowsMalwareExecutionStatePUnknown = &_WindowsMalwareExecutionStatePUnknown 1035 // WindowsMalwareExecutionStatePBlocked is a pointer to WindowsMalwareExecutionStateVBlocked 1036 WindowsMalwareExecutionStatePBlocked = &_WindowsMalwareExecutionStatePBlocked 1037 // WindowsMalwareExecutionStatePAllowed is a pointer to WindowsMalwareExecutionStateVAllowed 1038 WindowsMalwareExecutionStatePAllowed = &_WindowsMalwareExecutionStatePAllowed 1039 // WindowsMalwareExecutionStatePRunning is a pointer to WindowsMalwareExecutionStateVRunning 1040 WindowsMalwareExecutionStatePRunning = &_WindowsMalwareExecutionStatePRunning 1041 // WindowsMalwareExecutionStatePNotRunning is a pointer to WindowsMalwareExecutionStateVNotRunning 1042 WindowsMalwareExecutionStatePNotRunning = &_WindowsMalwareExecutionStatePNotRunning 1043) 1044 1045var ( 1046 _WindowsMalwareExecutionStatePUnknown = WindowsMalwareExecutionStateVUnknown 1047 _WindowsMalwareExecutionStatePBlocked = WindowsMalwareExecutionStateVBlocked 1048 _WindowsMalwareExecutionStatePAllowed = WindowsMalwareExecutionStateVAllowed 1049 _WindowsMalwareExecutionStatePRunning = WindowsMalwareExecutionStateVRunning 1050 _WindowsMalwareExecutionStatePNotRunning = WindowsMalwareExecutionStateVNotRunning 1051) 1052 1053// WindowsMalwareSeverity undocumented 1054type WindowsMalwareSeverity string 1055 1056const ( 1057 // WindowsMalwareSeverityVUnknown undocumented 1058 WindowsMalwareSeverityVUnknown WindowsMalwareSeverity = "unknown" 1059 // WindowsMalwareSeverityVLow undocumented 1060 WindowsMalwareSeverityVLow WindowsMalwareSeverity = "low" 1061 // WindowsMalwareSeverityVModerate undocumented 1062 WindowsMalwareSeverityVModerate WindowsMalwareSeverity = "moderate" 1063 // WindowsMalwareSeverityVHigh undocumented 1064 WindowsMalwareSeverityVHigh WindowsMalwareSeverity = "high" 1065 // WindowsMalwareSeverityVSevere undocumented 1066 WindowsMalwareSeverityVSevere WindowsMalwareSeverity = "severe" 1067) 1068 1069var ( 1070 // WindowsMalwareSeverityPUnknown is a pointer to WindowsMalwareSeverityVUnknown 1071 WindowsMalwareSeverityPUnknown = &_WindowsMalwareSeverityPUnknown 1072 // WindowsMalwareSeverityPLow is a pointer to WindowsMalwareSeverityVLow 1073 WindowsMalwareSeverityPLow = &_WindowsMalwareSeverityPLow 1074 // WindowsMalwareSeverityPModerate is a pointer to WindowsMalwareSeverityVModerate 1075 WindowsMalwareSeverityPModerate = &_WindowsMalwareSeverityPModerate 1076 // WindowsMalwareSeverityPHigh is a pointer to WindowsMalwareSeverityVHigh 1077 WindowsMalwareSeverityPHigh = &_WindowsMalwareSeverityPHigh 1078 // WindowsMalwareSeverityPSevere is a pointer to WindowsMalwareSeverityVSevere 1079 WindowsMalwareSeverityPSevere = &_WindowsMalwareSeverityPSevere 1080) 1081 1082var ( 1083 _WindowsMalwareSeverityPUnknown = WindowsMalwareSeverityVUnknown 1084 _WindowsMalwareSeverityPLow = WindowsMalwareSeverityVLow 1085 _WindowsMalwareSeverityPModerate = WindowsMalwareSeverityVModerate 1086 _WindowsMalwareSeverityPHigh = WindowsMalwareSeverityVHigh 1087 _WindowsMalwareSeverityPSevere = WindowsMalwareSeverityVSevere 1088) 1089 1090// WindowsMalwareState undocumented 1091type WindowsMalwareState string 1092 1093const ( 1094 // WindowsMalwareStateVUnknown undocumented 1095 WindowsMalwareStateVUnknown WindowsMalwareState = "unknown" 1096 // WindowsMalwareStateVDetected undocumented 1097 WindowsMalwareStateVDetected WindowsMalwareState = "detected" 1098 // WindowsMalwareStateVCleaned undocumented 1099 WindowsMalwareStateVCleaned WindowsMalwareState = "cleaned" 1100 // WindowsMalwareStateVQuarantined undocumented 1101 WindowsMalwareStateVQuarantined WindowsMalwareState = "quarantined" 1102 // WindowsMalwareStateVRemoved undocumented 1103 WindowsMalwareStateVRemoved WindowsMalwareState = "removed" 1104 // WindowsMalwareStateVAllowed undocumented 1105 WindowsMalwareStateVAllowed WindowsMalwareState = "allowed" 1106 // WindowsMalwareStateVBlocked undocumented 1107 WindowsMalwareStateVBlocked WindowsMalwareState = "blocked" 1108 // WindowsMalwareStateVCleanFailed undocumented 1109 WindowsMalwareStateVCleanFailed WindowsMalwareState = "cleanFailed" 1110 // WindowsMalwareStateVQuarantineFailed undocumented 1111 WindowsMalwareStateVQuarantineFailed WindowsMalwareState = "quarantineFailed" 1112 // WindowsMalwareStateVRemoveFailed undocumented 1113 WindowsMalwareStateVRemoveFailed WindowsMalwareState = "removeFailed" 1114 // WindowsMalwareStateVAllowFailed undocumented 1115 WindowsMalwareStateVAllowFailed WindowsMalwareState = "allowFailed" 1116 // WindowsMalwareStateVAbandoned undocumented 1117 WindowsMalwareStateVAbandoned WindowsMalwareState = "abandoned" 1118 // WindowsMalwareStateVBlockFailed undocumented 1119 WindowsMalwareStateVBlockFailed WindowsMalwareState = "blockFailed" 1120) 1121 1122var ( 1123 // WindowsMalwareStatePUnknown is a pointer to WindowsMalwareStateVUnknown 1124 WindowsMalwareStatePUnknown = &_WindowsMalwareStatePUnknown 1125 // WindowsMalwareStatePDetected is a pointer to WindowsMalwareStateVDetected 1126 WindowsMalwareStatePDetected = &_WindowsMalwareStatePDetected 1127 // WindowsMalwareStatePCleaned is a pointer to WindowsMalwareStateVCleaned 1128 WindowsMalwareStatePCleaned = &_WindowsMalwareStatePCleaned 1129 // WindowsMalwareStatePQuarantined is a pointer to WindowsMalwareStateVQuarantined 1130 WindowsMalwareStatePQuarantined = &_WindowsMalwareStatePQuarantined 1131 // WindowsMalwareStatePRemoved is a pointer to WindowsMalwareStateVRemoved 1132 WindowsMalwareStatePRemoved = &_WindowsMalwareStatePRemoved 1133 // WindowsMalwareStatePAllowed is a pointer to WindowsMalwareStateVAllowed 1134 WindowsMalwareStatePAllowed = &_WindowsMalwareStatePAllowed 1135 // WindowsMalwareStatePBlocked is a pointer to WindowsMalwareStateVBlocked 1136 WindowsMalwareStatePBlocked = &_WindowsMalwareStatePBlocked 1137 // WindowsMalwareStatePCleanFailed is a pointer to WindowsMalwareStateVCleanFailed 1138 WindowsMalwareStatePCleanFailed = &_WindowsMalwareStatePCleanFailed 1139 // WindowsMalwareStatePQuarantineFailed is a pointer to WindowsMalwareStateVQuarantineFailed 1140 WindowsMalwareStatePQuarantineFailed = &_WindowsMalwareStatePQuarantineFailed 1141 // WindowsMalwareStatePRemoveFailed is a pointer to WindowsMalwareStateVRemoveFailed 1142 WindowsMalwareStatePRemoveFailed = &_WindowsMalwareStatePRemoveFailed 1143 // WindowsMalwareStatePAllowFailed is a pointer to WindowsMalwareStateVAllowFailed 1144 WindowsMalwareStatePAllowFailed = &_WindowsMalwareStatePAllowFailed 1145 // WindowsMalwareStatePAbandoned is a pointer to WindowsMalwareStateVAbandoned 1146 WindowsMalwareStatePAbandoned = &_WindowsMalwareStatePAbandoned 1147 // WindowsMalwareStatePBlockFailed is a pointer to WindowsMalwareStateVBlockFailed 1148 WindowsMalwareStatePBlockFailed = &_WindowsMalwareStatePBlockFailed 1149) 1150 1151var ( 1152 _WindowsMalwareStatePUnknown = WindowsMalwareStateVUnknown 1153 _WindowsMalwareStatePDetected = WindowsMalwareStateVDetected 1154 _WindowsMalwareStatePCleaned = WindowsMalwareStateVCleaned 1155 _WindowsMalwareStatePQuarantined = WindowsMalwareStateVQuarantined 1156 _WindowsMalwareStatePRemoved = WindowsMalwareStateVRemoved 1157 _WindowsMalwareStatePAllowed = WindowsMalwareStateVAllowed 1158 _WindowsMalwareStatePBlocked = WindowsMalwareStateVBlocked 1159 _WindowsMalwareStatePCleanFailed = WindowsMalwareStateVCleanFailed 1160 _WindowsMalwareStatePQuarantineFailed = WindowsMalwareStateVQuarantineFailed 1161 _WindowsMalwareStatePRemoveFailed = WindowsMalwareStateVRemoveFailed 1162 _WindowsMalwareStatePAllowFailed = WindowsMalwareStateVAllowFailed 1163 _WindowsMalwareStatePAbandoned = WindowsMalwareStateVAbandoned 1164 _WindowsMalwareStatePBlockFailed = WindowsMalwareStateVBlockFailed 1165) 1166 1167// WindowsMalwareThreatState undocumented 1168type WindowsMalwareThreatState string 1169 1170const ( 1171 // WindowsMalwareThreatStateVActive undocumented 1172 WindowsMalwareThreatStateVActive WindowsMalwareThreatState = "active" 1173 // WindowsMalwareThreatStateVActionFailed undocumented 1174 WindowsMalwareThreatStateVActionFailed WindowsMalwareThreatState = "actionFailed" 1175 // WindowsMalwareThreatStateVManualStepsRequired undocumented 1176 WindowsMalwareThreatStateVManualStepsRequired WindowsMalwareThreatState = "manualStepsRequired" 1177 // WindowsMalwareThreatStateVFullScanRequired undocumented 1178 WindowsMalwareThreatStateVFullScanRequired WindowsMalwareThreatState = "fullScanRequired" 1179 // WindowsMalwareThreatStateVRebootRequired undocumented 1180 WindowsMalwareThreatStateVRebootRequired WindowsMalwareThreatState = "rebootRequired" 1181 // WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures undocumented 1182 WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures WindowsMalwareThreatState = "remediatedWithNonCriticalFailures" 1183 // WindowsMalwareThreatStateVQuarantined undocumented 1184 WindowsMalwareThreatStateVQuarantined WindowsMalwareThreatState = "quarantined" 1185 // WindowsMalwareThreatStateVRemoved undocumented 1186 WindowsMalwareThreatStateVRemoved WindowsMalwareThreatState = "removed" 1187 // WindowsMalwareThreatStateVCleaned undocumented 1188 WindowsMalwareThreatStateVCleaned WindowsMalwareThreatState = "cleaned" 1189 // WindowsMalwareThreatStateVAllowed undocumented 1190 WindowsMalwareThreatStateVAllowed WindowsMalwareThreatState = "allowed" 1191 // WindowsMalwareThreatStateVNoStatusCleared undocumented 1192 WindowsMalwareThreatStateVNoStatusCleared WindowsMalwareThreatState = "noStatusCleared" 1193) 1194 1195var ( 1196 // WindowsMalwareThreatStatePActive is a pointer to WindowsMalwareThreatStateVActive 1197 WindowsMalwareThreatStatePActive = &_WindowsMalwareThreatStatePActive 1198 // WindowsMalwareThreatStatePActionFailed is a pointer to WindowsMalwareThreatStateVActionFailed 1199 WindowsMalwareThreatStatePActionFailed = &_WindowsMalwareThreatStatePActionFailed 1200 // WindowsMalwareThreatStatePManualStepsRequired is a pointer to WindowsMalwareThreatStateVManualStepsRequired 1201 WindowsMalwareThreatStatePManualStepsRequired = &_WindowsMalwareThreatStatePManualStepsRequired 1202 // WindowsMalwareThreatStatePFullScanRequired is a pointer to WindowsMalwareThreatStateVFullScanRequired 1203 WindowsMalwareThreatStatePFullScanRequired = &_WindowsMalwareThreatStatePFullScanRequired 1204 // WindowsMalwareThreatStatePRebootRequired is a pointer to WindowsMalwareThreatStateVRebootRequired 1205 WindowsMalwareThreatStatePRebootRequired = &_WindowsMalwareThreatStatePRebootRequired 1206 // WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures is a pointer to WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures 1207 WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures = &_WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures 1208 // WindowsMalwareThreatStatePQuarantined is a pointer to WindowsMalwareThreatStateVQuarantined 1209 WindowsMalwareThreatStatePQuarantined = &_WindowsMalwareThreatStatePQuarantined 1210 // WindowsMalwareThreatStatePRemoved is a pointer to WindowsMalwareThreatStateVRemoved 1211 WindowsMalwareThreatStatePRemoved = &_WindowsMalwareThreatStatePRemoved 1212 // WindowsMalwareThreatStatePCleaned is a pointer to WindowsMalwareThreatStateVCleaned 1213 WindowsMalwareThreatStatePCleaned = &_WindowsMalwareThreatStatePCleaned 1214 // WindowsMalwareThreatStatePAllowed is a pointer to WindowsMalwareThreatStateVAllowed 1215 WindowsMalwareThreatStatePAllowed = &_WindowsMalwareThreatStatePAllowed 1216 // WindowsMalwareThreatStatePNoStatusCleared is a pointer to WindowsMalwareThreatStateVNoStatusCleared 1217 WindowsMalwareThreatStatePNoStatusCleared = &_WindowsMalwareThreatStatePNoStatusCleared 1218) 1219 1220var ( 1221 _WindowsMalwareThreatStatePActive = WindowsMalwareThreatStateVActive 1222 _WindowsMalwareThreatStatePActionFailed = WindowsMalwareThreatStateVActionFailed 1223 _WindowsMalwareThreatStatePManualStepsRequired = WindowsMalwareThreatStateVManualStepsRequired 1224 _WindowsMalwareThreatStatePFullScanRequired = WindowsMalwareThreatStateVFullScanRequired 1225 _WindowsMalwareThreatStatePRebootRequired = WindowsMalwareThreatStateVRebootRequired 1226 _WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures = WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures 1227 _WindowsMalwareThreatStatePQuarantined = WindowsMalwareThreatStateVQuarantined 1228 _WindowsMalwareThreatStatePRemoved = WindowsMalwareThreatStateVRemoved 1229 _WindowsMalwareThreatStatePCleaned = WindowsMalwareThreatStateVCleaned 1230 _WindowsMalwareThreatStatePAllowed = WindowsMalwareThreatStateVAllowed 1231 _WindowsMalwareThreatStatePNoStatusCleared = WindowsMalwareThreatStateVNoStatusCleared 1232) 1233 1234// WindowsPrivacyDataAccessLevel undocumented 1235type WindowsPrivacyDataAccessLevel string 1236 1237const ( 1238 // WindowsPrivacyDataAccessLevelVNotConfigured undocumented 1239 WindowsPrivacyDataAccessLevelVNotConfigured WindowsPrivacyDataAccessLevel = "notConfigured" 1240 // WindowsPrivacyDataAccessLevelVForceAllow undocumented 1241 WindowsPrivacyDataAccessLevelVForceAllow WindowsPrivacyDataAccessLevel = "forceAllow" 1242 // WindowsPrivacyDataAccessLevelVForceDeny undocumented 1243 WindowsPrivacyDataAccessLevelVForceDeny WindowsPrivacyDataAccessLevel = "forceDeny" 1244 // WindowsPrivacyDataAccessLevelVUserInControl undocumented 1245 WindowsPrivacyDataAccessLevelVUserInControl WindowsPrivacyDataAccessLevel = "userInControl" 1246) 1247 1248var ( 1249 // WindowsPrivacyDataAccessLevelPNotConfigured is a pointer to WindowsPrivacyDataAccessLevelVNotConfigured 1250 WindowsPrivacyDataAccessLevelPNotConfigured = &_WindowsPrivacyDataAccessLevelPNotConfigured 1251 // WindowsPrivacyDataAccessLevelPForceAllow is a pointer to WindowsPrivacyDataAccessLevelVForceAllow 1252 WindowsPrivacyDataAccessLevelPForceAllow = &_WindowsPrivacyDataAccessLevelPForceAllow 1253 // WindowsPrivacyDataAccessLevelPForceDeny is a pointer to WindowsPrivacyDataAccessLevelVForceDeny 1254 WindowsPrivacyDataAccessLevelPForceDeny = &_WindowsPrivacyDataAccessLevelPForceDeny 1255 // WindowsPrivacyDataAccessLevelPUserInControl is a pointer to WindowsPrivacyDataAccessLevelVUserInControl 1256 WindowsPrivacyDataAccessLevelPUserInControl = &_WindowsPrivacyDataAccessLevelPUserInControl 1257) 1258 1259var ( 1260 _WindowsPrivacyDataAccessLevelPNotConfigured = WindowsPrivacyDataAccessLevelVNotConfigured 1261 _WindowsPrivacyDataAccessLevelPForceAllow = WindowsPrivacyDataAccessLevelVForceAllow 1262 _WindowsPrivacyDataAccessLevelPForceDeny = WindowsPrivacyDataAccessLevelVForceDeny 1263 _WindowsPrivacyDataAccessLevelPUserInControl = WindowsPrivacyDataAccessLevelVUserInControl 1264) 1265 1266// WindowsPrivacyDataCategory undocumented 1267type WindowsPrivacyDataCategory string 1268 1269const ( 1270 // WindowsPrivacyDataCategoryVNotConfigured undocumented 1271 WindowsPrivacyDataCategoryVNotConfigured WindowsPrivacyDataCategory = "notConfigured" 1272 // WindowsPrivacyDataCategoryVAccountInfo undocumented 1273 WindowsPrivacyDataCategoryVAccountInfo WindowsPrivacyDataCategory = "accountInfo" 1274 // WindowsPrivacyDataCategoryVAppsRunInBackground undocumented 1275 WindowsPrivacyDataCategoryVAppsRunInBackground WindowsPrivacyDataCategory = "appsRunInBackground" 1276 // WindowsPrivacyDataCategoryVCalendar undocumented 1277 WindowsPrivacyDataCategoryVCalendar WindowsPrivacyDataCategory = "calendar" 1278 // WindowsPrivacyDataCategoryVCallHistory undocumented 1279 WindowsPrivacyDataCategoryVCallHistory WindowsPrivacyDataCategory = "callHistory" 1280 // WindowsPrivacyDataCategoryVCamera undocumented 1281 WindowsPrivacyDataCategoryVCamera WindowsPrivacyDataCategory = "camera" 1282 // WindowsPrivacyDataCategoryVContacts undocumented 1283 WindowsPrivacyDataCategoryVContacts WindowsPrivacyDataCategory = "contacts" 1284 // WindowsPrivacyDataCategoryVDiagnosticsInfo undocumented 1285 WindowsPrivacyDataCategoryVDiagnosticsInfo WindowsPrivacyDataCategory = "diagnosticsInfo" 1286 // WindowsPrivacyDataCategoryVEmail undocumented 1287 WindowsPrivacyDataCategoryVEmail WindowsPrivacyDataCategory = "email" 1288 // WindowsPrivacyDataCategoryVLocation undocumented 1289 WindowsPrivacyDataCategoryVLocation WindowsPrivacyDataCategory = "location" 1290 // WindowsPrivacyDataCategoryVMessaging undocumented 1291 WindowsPrivacyDataCategoryVMessaging WindowsPrivacyDataCategory = "messaging" 1292 // WindowsPrivacyDataCategoryVMicrophone undocumented 1293 WindowsPrivacyDataCategoryVMicrophone WindowsPrivacyDataCategory = "microphone" 1294 // WindowsPrivacyDataCategoryVMotion undocumented 1295 WindowsPrivacyDataCategoryVMotion WindowsPrivacyDataCategory = "motion" 1296 // WindowsPrivacyDataCategoryVNotifications undocumented 1297 WindowsPrivacyDataCategoryVNotifications WindowsPrivacyDataCategory = "notifications" 1298 // WindowsPrivacyDataCategoryVPhone undocumented 1299 WindowsPrivacyDataCategoryVPhone WindowsPrivacyDataCategory = "phone" 1300 // WindowsPrivacyDataCategoryVRadios undocumented 1301 WindowsPrivacyDataCategoryVRadios WindowsPrivacyDataCategory = "radios" 1302 // WindowsPrivacyDataCategoryVTasks undocumented 1303 WindowsPrivacyDataCategoryVTasks WindowsPrivacyDataCategory = "tasks" 1304 // WindowsPrivacyDataCategoryVSyncWithDevices undocumented 1305 WindowsPrivacyDataCategoryVSyncWithDevices WindowsPrivacyDataCategory = "syncWithDevices" 1306 // WindowsPrivacyDataCategoryVTrustedDevices undocumented 1307 WindowsPrivacyDataCategoryVTrustedDevices WindowsPrivacyDataCategory = "trustedDevices" 1308) 1309 1310var ( 1311 // WindowsPrivacyDataCategoryPNotConfigured is a pointer to WindowsPrivacyDataCategoryVNotConfigured 1312 WindowsPrivacyDataCategoryPNotConfigured = &_WindowsPrivacyDataCategoryPNotConfigured 1313 // WindowsPrivacyDataCategoryPAccountInfo is a pointer to WindowsPrivacyDataCategoryVAccountInfo 1314 WindowsPrivacyDataCategoryPAccountInfo = &_WindowsPrivacyDataCategoryPAccountInfo 1315 // WindowsPrivacyDataCategoryPAppsRunInBackground is a pointer to WindowsPrivacyDataCategoryVAppsRunInBackground 1316 WindowsPrivacyDataCategoryPAppsRunInBackground = &_WindowsPrivacyDataCategoryPAppsRunInBackground 1317 // WindowsPrivacyDataCategoryPCalendar is a pointer to WindowsPrivacyDataCategoryVCalendar 1318 WindowsPrivacyDataCategoryPCalendar = &_WindowsPrivacyDataCategoryPCalendar 1319 // WindowsPrivacyDataCategoryPCallHistory is a pointer to WindowsPrivacyDataCategoryVCallHistory 1320 WindowsPrivacyDataCategoryPCallHistory = &_WindowsPrivacyDataCategoryPCallHistory 1321 // WindowsPrivacyDataCategoryPCamera is a pointer to WindowsPrivacyDataCategoryVCamera 1322 WindowsPrivacyDataCategoryPCamera = &_WindowsPrivacyDataCategoryPCamera 1323 // WindowsPrivacyDataCategoryPContacts is a pointer to WindowsPrivacyDataCategoryVContacts 1324 WindowsPrivacyDataCategoryPContacts = &_WindowsPrivacyDataCategoryPContacts 1325 // WindowsPrivacyDataCategoryPDiagnosticsInfo is a pointer to WindowsPrivacyDataCategoryVDiagnosticsInfo 1326 WindowsPrivacyDataCategoryPDiagnosticsInfo = &_WindowsPrivacyDataCategoryPDiagnosticsInfo 1327 // WindowsPrivacyDataCategoryPEmail is a pointer to WindowsPrivacyDataCategoryVEmail 1328 WindowsPrivacyDataCategoryPEmail = &_WindowsPrivacyDataCategoryPEmail 1329 // WindowsPrivacyDataCategoryPLocation is a pointer to WindowsPrivacyDataCategoryVLocation 1330 WindowsPrivacyDataCategoryPLocation = &_WindowsPrivacyDataCategoryPLocation 1331 // WindowsPrivacyDataCategoryPMessaging is a pointer to WindowsPrivacyDataCategoryVMessaging 1332 WindowsPrivacyDataCategoryPMessaging = &_WindowsPrivacyDataCategoryPMessaging 1333 // WindowsPrivacyDataCategoryPMicrophone is a pointer to WindowsPrivacyDataCategoryVMicrophone 1334 WindowsPrivacyDataCategoryPMicrophone = &_WindowsPrivacyDataCategoryPMicrophone 1335 // WindowsPrivacyDataCategoryPMotion is a pointer to WindowsPrivacyDataCategoryVMotion 1336 WindowsPrivacyDataCategoryPMotion = &_WindowsPrivacyDataCategoryPMotion 1337 // WindowsPrivacyDataCategoryPNotifications is a pointer to WindowsPrivacyDataCategoryVNotifications 1338 WindowsPrivacyDataCategoryPNotifications = &_WindowsPrivacyDataCategoryPNotifications 1339 // WindowsPrivacyDataCategoryPPhone is a pointer to WindowsPrivacyDataCategoryVPhone 1340 WindowsPrivacyDataCategoryPPhone = &_WindowsPrivacyDataCategoryPPhone 1341 // WindowsPrivacyDataCategoryPRadios is a pointer to WindowsPrivacyDataCategoryVRadios 1342 WindowsPrivacyDataCategoryPRadios = &_WindowsPrivacyDataCategoryPRadios 1343 // WindowsPrivacyDataCategoryPTasks is a pointer to WindowsPrivacyDataCategoryVTasks 1344 WindowsPrivacyDataCategoryPTasks = &_WindowsPrivacyDataCategoryPTasks 1345 // WindowsPrivacyDataCategoryPSyncWithDevices is a pointer to WindowsPrivacyDataCategoryVSyncWithDevices 1346 WindowsPrivacyDataCategoryPSyncWithDevices = &_WindowsPrivacyDataCategoryPSyncWithDevices 1347 // WindowsPrivacyDataCategoryPTrustedDevices is a pointer to WindowsPrivacyDataCategoryVTrustedDevices 1348 WindowsPrivacyDataCategoryPTrustedDevices = &_WindowsPrivacyDataCategoryPTrustedDevices 1349) 1350 1351var ( 1352 _WindowsPrivacyDataCategoryPNotConfigured = WindowsPrivacyDataCategoryVNotConfigured 1353 _WindowsPrivacyDataCategoryPAccountInfo = WindowsPrivacyDataCategoryVAccountInfo 1354 _WindowsPrivacyDataCategoryPAppsRunInBackground = WindowsPrivacyDataCategoryVAppsRunInBackground 1355 _WindowsPrivacyDataCategoryPCalendar = WindowsPrivacyDataCategoryVCalendar 1356 _WindowsPrivacyDataCategoryPCallHistory = WindowsPrivacyDataCategoryVCallHistory 1357 _WindowsPrivacyDataCategoryPCamera = WindowsPrivacyDataCategoryVCamera 1358 _WindowsPrivacyDataCategoryPContacts = WindowsPrivacyDataCategoryVContacts 1359 _WindowsPrivacyDataCategoryPDiagnosticsInfo = WindowsPrivacyDataCategoryVDiagnosticsInfo 1360 _WindowsPrivacyDataCategoryPEmail = WindowsPrivacyDataCategoryVEmail 1361 _WindowsPrivacyDataCategoryPLocation = WindowsPrivacyDataCategoryVLocation 1362 _WindowsPrivacyDataCategoryPMessaging = WindowsPrivacyDataCategoryVMessaging 1363 _WindowsPrivacyDataCategoryPMicrophone = WindowsPrivacyDataCategoryVMicrophone 1364 _WindowsPrivacyDataCategoryPMotion = WindowsPrivacyDataCategoryVMotion 1365 _WindowsPrivacyDataCategoryPNotifications = WindowsPrivacyDataCategoryVNotifications 1366 _WindowsPrivacyDataCategoryPPhone = WindowsPrivacyDataCategoryVPhone 1367 _WindowsPrivacyDataCategoryPRadios = WindowsPrivacyDataCategoryVRadios 1368 _WindowsPrivacyDataCategoryPTasks = WindowsPrivacyDataCategoryVTasks 1369 _WindowsPrivacyDataCategoryPSyncWithDevices = WindowsPrivacyDataCategoryVSyncWithDevices 1370 _WindowsPrivacyDataCategoryPTrustedDevices = WindowsPrivacyDataCategoryVTrustedDevices 1371) 1372 1373// WindowsSModeConfiguration undocumented 1374type WindowsSModeConfiguration string 1375 1376const ( 1377 // WindowsSModeConfigurationVNoRestriction undocumented 1378 WindowsSModeConfigurationVNoRestriction WindowsSModeConfiguration = "noRestriction" 1379 // WindowsSModeConfigurationVBlock undocumented 1380 WindowsSModeConfigurationVBlock WindowsSModeConfiguration = "block" 1381 // WindowsSModeConfigurationVUnlock undocumented 1382 WindowsSModeConfigurationVUnlock WindowsSModeConfiguration = "unlock" 1383) 1384 1385var ( 1386 // WindowsSModeConfigurationPNoRestriction is a pointer to WindowsSModeConfigurationVNoRestriction 1387 WindowsSModeConfigurationPNoRestriction = &_WindowsSModeConfigurationPNoRestriction 1388 // WindowsSModeConfigurationPBlock is a pointer to WindowsSModeConfigurationVBlock 1389 WindowsSModeConfigurationPBlock = &_WindowsSModeConfigurationPBlock 1390 // WindowsSModeConfigurationPUnlock is a pointer to WindowsSModeConfigurationVUnlock 1391 WindowsSModeConfigurationPUnlock = &_WindowsSModeConfigurationPUnlock 1392) 1393 1394var ( 1395 _WindowsSModeConfigurationPNoRestriction = WindowsSModeConfigurationVNoRestriction 1396 _WindowsSModeConfigurationPBlock = WindowsSModeConfigurationVBlock 1397 _WindowsSModeConfigurationPUnlock = WindowsSModeConfigurationVUnlock 1398) 1399 1400// WindowsSpotlightEnablementSettings undocumented 1401type WindowsSpotlightEnablementSettings string 1402 1403const ( 1404 // WindowsSpotlightEnablementSettingsVNotConfigured undocumented 1405 WindowsSpotlightEnablementSettingsVNotConfigured WindowsSpotlightEnablementSettings = "notConfigured" 1406 // WindowsSpotlightEnablementSettingsVDisabled undocumented 1407 WindowsSpotlightEnablementSettingsVDisabled WindowsSpotlightEnablementSettings = "disabled" 1408 // WindowsSpotlightEnablementSettingsVEnabled undocumented 1409 WindowsSpotlightEnablementSettingsVEnabled WindowsSpotlightEnablementSettings = "enabled" 1410) 1411 1412var ( 1413 // WindowsSpotlightEnablementSettingsPNotConfigured is a pointer to WindowsSpotlightEnablementSettingsVNotConfigured 1414 WindowsSpotlightEnablementSettingsPNotConfigured = &_WindowsSpotlightEnablementSettingsPNotConfigured 1415 // WindowsSpotlightEnablementSettingsPDisabled is a pointer to WindowsSpotlightEnablementSettingsVDisabled 1416 WindowsSpotlightEnablementSettingsPDisabled = &_WindowsSpotlightEnablementSettingsPDisabled 1417 // WindowsSpotlightEnablementSettingsPEnabled is a pointer to WindowsSpotlightEnablementSettingsVEnabled 1418 WindowsSpotlightEnablementSettingsPEnabled = &_WindowsSpotlightEnablementSettingsPEnabled 1419) 1420 1421var ( 1422 _WindowsSpotlightEnablementSettingsPNotConfigured = WindowsSpotlightEnablementSettingsVNotConfigured 1423 _WindowsSpotlightEnablementSettingsPDisabled = WindowsSpotlightEnablementSettingsVDisabled 1424 _WindowsSpotlightEnablementSettingsPEnabled = WindowsSpotlightEnablementSettingsVEnabled 1425) 1426 1427// WindowsStartMenuAppListVisibilityType undocumented 1428type WindowsStartMenuAppListVisibilityType string 1429 1430const ( 1431 // WindowsStartMenuAppListVisibilityTypeVUserDefined undocumented 1432 WindowsStartMenuAppListVisibilityTypeVUserDefined WindowsStartMenuAppListVisibilityType = "userDefined" 1433 // WindowsStartMenuAppListVisibilityTypeVCollapse undocumented 1434 WindowsStartMenuAppListVisibilityTypeVCollapse WindowsStartMenuAppListVisibilityType = "collapse" 1435 // WindowsStartMenuAppListVisibilityTypeVRemove undocumented 1436 WindowsStartMenuAppListVisibilityTypeVRemove WindowsStartMenuAppListVisibilityType = "remove" 1437 // WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp undocumented 1438 WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp WindowsStartMenuAppListVisibilityType = "disableSettingsApp" 1439) 1440 1441var ( 1442 // WindowsStartMenuAppListVisibilityTypePUserDefined is a pointer to WindowsStartMenuAppListVisibilityTypeVUserDefined 1443 WindowsStartMenuAppListVisibilityTypePUserDefined = &_WindowsStartMenuAppListVisibilityTypePUserDefined 1444 // WindowsStartMenuAppListVisibilityTypePCollapse is a pointer to WindowsStartMenuAppListVisibilityTypeVCollapse 1445 WindowsStartMenuAppListVisibilityTypePCollapse = &_WindowsStartMenuAppListVisibilityTypePCollapse 1446 // WindowsStartMenuAppListVisibilityTypePRemove is a pointer to WindowsStartMenuAppListVisibilityTypeVRemove 1447 WindowsStartMenuAppListVisibilityTypePRemove = &_WindowsStartMenuAppListVisibilityTypePRemove 1448 // WindowsStartMenuAppListVisibilityTypePDisableSettingsApp is a pointer to WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp 1449 WindowsStartMenuAppListVisibilityTypePDisableSettingsApp = &_WindowsStartMenuAppListVisibilityTypePDisableSettingsApp 1450) 1451 1452var ( 1453 _WindowsStartMenuAppListVisibilityTypePUserDefined = WindowsStartMenuAppListVisibilityTypeVUserDefined 1454 _WindowsStartMenuAppListVisibilityTypePCollapse = WindowsStartMenuAppListVisibilityTypeVCollapse 1455 _WindowsStartMenuAppListVisibilityTypePRemove = WindowsStartMenuAppListVisibilityTypeVRemove 1456 _WindowsStartMenuAppListVisibilityTypePDisableSettingsApp = WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp 1457) 1458 1459// WindowsStartMenuModeType undocumented 1460type WindowsStartMenuModeType string 1461 1462const ( 1463 // WindowsStartMenuModeTypeVUserDefined undocumented 1464 WindowsStartMenuModeTypeVUserDefined WindowsStartMenuModeType = "userDefined" 1465 // WindowsStartMenuModeTypeVFullScreen undocumented 1466 WindowsStartMenuModeTypeVFullScreen WindowsStartMenuModeType = "fullScreen" 1467 // WindowsStartMenuModeTypeVNonFullScreen undocumented 1468 WindowsStartMenuModeTypeVNonFullScreen WindowsStartMenuModeType = "nonFullScreen" 1469) 1470 1471var ( 1472 // WindowsStartMenuModeTypePUserDefined is a pointer to WindowsStartMenuModeTypeVUserDefined 1473 WindowsStartMenuModeTypePUserDefined = &_WindowsStartMenuModeTypePUserDefined 1474 // WindowsStartMenuModeTypePFullScreen is a pointer to WindowsStartMenuModeTypeVFullScreen 1475 WindowsStartMenuModeTypePFullScreen = &_WindowsStartMenuModeTypePFullScreen 1476 // WindowsStartMenuModeTypePNonFullScreen is a pointer to WindowsStartMenuModeTypeVNonFullScreen 1477 WindowsStartMenuModeTypePNonFullScreen = &_WindowsStartMenuModeTypePNonFullScreen 1478) 1479 1480var ( 1481 _WindowsStartMenuModeTypePUserDefined = WindowsStartMenuModeTypeVUserDefined 1482 _WindowsStartMenuModeTypePFullScreen = WindowsStartMenuModeTypeVFullScreen 1483 _WindowsStartMenuModeTypePNonFullScreen = WindowsStartMenuModeTypeVNonFullScreen 1484) 1485 1486// WindowsUpdateForBusinessUpdateWeeks undocumented 1487type WindowsUpdateForBusinessUpdateWeeks string 1488 1489const ( 1490 // WindowsUpdateForBusinessUpdateWeeksVUserDefined undocumented 1491 WindowsUpdateForBusinessUpdateWeeksVUserDefined WindowsUpdateForBusinessUpdateWeeks = "userDefined" 1492 // WindowsUpdateForBusinessUpdateWeeksVFirstWeek undocumented 1493 WindowsUpdateForBusinessUpdateWeeksVFirstWeek WindowsUpdateForBusinessUpdateWeeks = "firstWeek" 1494 // WindowsUpdateForBusinessUpdateWeeksVSecondWeek undocumented 1495 WindowsUpdateForBusinessUpdateWeeksVSecondWeek WindowsUpdateForBusinessUpdateWeeks = "secondWeek" 1496 // WindowsUpdateForBusinessUpdateWeeksVThirdWeek undocumented 1497 WindowsUpdateForBusinessUpdateWeeksVThirdWeek WindowsUpdateForBusinessUpdateWeeks = "thirdWeek" 1498 // WindowsUpdateForBusinessUpdateWeeksVFourthWeek undocumented 1499 WindowsUpdateForBusinessUpdateWeeksVFourthWeek WindowsUpdateForBusinessUpdateWeeks = "fourthWeek" 1500 // WindowsUpdateForBusinessUpdateWeeksVEveryWeek undocumented 1501 WindowsUpdateForBusinessUpdateWeeksVEveryWeek WindowsUpdateForBusinessUpdateWeeks = "everyWeek" 1502) 1503 1504var ( 1505 // WindowsUpdateForBusinessUpdateWeeksPUserDefined is a pointer to WindowsUpdateForBusinessUpdateWeeksVUserDefined 1506 WindowsUpdateForBusinessUpdateWeeksPUserDefined = &_WindowsUpdateForBusinessUpdateWeeksPUserDefined 1507 // WindowsUpdateForBusinessUpdateWeeksPFirstWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVFirstWeek 1508 WindowsUpdateForBusinessUpdateWeeksPFirstWeek = &_WindowsUpdateForBusinessUpdateWeeksPFirstWeek 1509 // WindowsUpdateForBusinessUpdateWeeksPSecondWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVSecondWeek 1510 WindowsUpdateForBusinessUpdateWeeksPSecondWeek = &_WindowsUpdateForBusinessUpdateWeeksPSecondWeek 1511 // WindowsUpdateForBusinessUpdateWeeksPThirdWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVThirdWeek 1512 WindowsUpdateForBusinessUpdateWeeksPThirdWeek = &_WindowsUpdateForBusinessUpdateWeeksPThirdWeek 1513 // WindowsUpdateForBusinessUpdateWeeksPFourthWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVFourthWeek 1514 WindowsUpdateForBusinessUpdateWeeksPFourthWeek = &_WindowsUpdateForBusinessUpdateWeeksPFourthWeek 1515 // WindowsUpdateForBusinessUpdateWeeksPEveryWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVEveryWeek 1516 WindowsUpdateForBusinessUpdateWeeksPEveryWeek = &_WindowsUpdateForBusinessUpdateWeeksPEveryWeek 1517) 1518 1519var ( 1520 _WindowsUpdateForBusinessUpdateWeeksPUserDefined = WindowsUpdateForBusinessUpdateWeeksVUserDefined 1521 _WindowsUpdateForBusinessUpdateWeeksPFirstWeek = WindowsUpdateForBusinessUpdateWeeksVFirstWeek 1522 _WindowsUpdateForBusinessUpdateWeeksPSecondWeek = WindowsUpdateForBusinessUpdateWeeksVSecondWeek 1523 _WindowsUpdateForBusinessUpdateWeeksPThirdWeek = WindowsUpdateForBusinessUpdateWeeksVThirdWeek 1524 _WindowsUpdateForBusinessUpdateWeeksPFourthWeek = WindowsUpdateForBusinessUpdateWeeksVFourthWeek 1525 _WindowsUpdateForBusinessUpdateWeeksPEveryWeek = WindowsUpdateForBusinessUpdateWeeksVEveryWeek 1526) 1527 1528// WindowsUpdateNotificationDisplayOption undocumented 1529type WindowsUpdateNotificationDisplayOption string 1530 1531const ( 1532 // WindowsUpdateNotificationDisplayOptionVNotConfigured undocumented 1533 WindowsUpdateNotificationDisplayOptionVNotConfigured WindowsUpdateNotificationDisplayOption = "notConfigured" 1534 // WindowsUpdateNotificationDisplayOptionVDefaultNotifications undocumented 1535 WindowsUpdateNotificationDisplayOptionVDefaultNotifications WindowsUpdateNotificationDisplayOption = "defaultNotifications" 1536 // WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly undocumented 1537 WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly WindowsUpdateNotificationDisplayOption = "restartWarningsOnly" 1538 // WindowsUpdateNotificationDisplayOptionVDisableAllNotifications undocumented 1539 WindowsUpdateNotificationDisplayOptionVDisableAllNotifications WindowsUpdateNotificationDisplayOption = "disableAllNotifications" 1540) 1541 1542var ( 1543 // WindowsUpdateNotificationDisplayOptionPNotConfigured is a pointer to WindowsUpdateNotificationDisplayOptionVNotConfigured 1544 WindowsUpdateNotificationDisplayOptionPNotConfigured = &_WindowsUpdateNotificationDisplayOptionPNotConfigured 1545 // WindowsUpdateNotificationDisplayOptionPDefaultNotifications is a pointer to WindowsUpdateNotificationDisplayOptionVDefaultNotifications 1546 WindowsUpdateNotificationDisplayOptionPDefaultNotifications = &_WindowsUpdateNotificationDisplayOptionPDefaultNotifications 1547 // WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly is a pointer to WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly 1548 WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly = &_WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly 1549 // WindowsUpdateNotificationDisplayOptionPDisableAllNotifications is a pointer to WindowsUpdateNotificationDisplayOptionVDisableAllNotifications 1550 WindowsUpdateNotificationDisplayOptionPDisableAllNotifications = &_WindowsUpdateNotificationDisplayOptionPDisableAllNotifications 1551) 1552 1553var ( 1554 _WindowsUpdateNotificationDisplayOptionPNotConfigured = WindowsUpdateNotificationDisplayOptionVNotConfigured 1555 _WindowsUpdateNotificationDisplayOptionPDefaultNotifications = WindowsUpdateNotificationDisplayOptionVDefaultNotifications 1556 _WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly = WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly 1557 _WindowsUpdateNotificationDisplayOptionPDisableAllNotifications = WindowsUpdateNotificationDisplayOptionVDisableAllNotifications 1558) 1559 1560// WindowsUpdateStatus undocumented 1561type WindowsUpdateStatus string 1562 1563const ( 1564 // WindowsUpdateStatusVUpToDate undocumented 1565 WindowsUpdateStatusVUpToDate WindowsUpdateStatus = "upToDate" 1566 // WindowsUpdateStatusVPendingInstallation undocumented 1567 WindowsUpdateStatusVPendingInstallation WindowsUpdateStatus = "pendingInstallation" 1568 // WindowsUpdateStatusVPendingReboot undocumented 1569 WindowsUpdateStatusVPendingReboot WindowsUpdateStatus = "pendingReboot" 1570 // WindowsUpdateStatusVFailed undocumented 1571 WindowsUpdateStatusVFailed WindowsUpdateStatus = "failed" 1572) 1573 1574var ( 1575 // WindowsUpdateStatusPUpToDate is a pointer to WindowsUpdateStatusVUpToDate 1576 WindowsUpdateStatusPUpToDate = &_WindowsUpdateStatusPUpToDate 1577 // WindowsUpdateStatusPPendingInstallation is a pointer to WindowsUpdateStatusVPendingInstallation 1578 WindowsUpdateStatusPPendingInstallation = &_WindowsUpdateStatusPPendingInstallation 1579 // WindowsUpdateStatusPPendingReboot is a pointer to WindowsUpdateStatusVPendingReboot 1580 WindowsUpdateStatusPPendingReboot = &_WindowsUpdateStatusPPendingReboot 1581 // WindowsUpdateStatusPFailed is a pointer to WindowsUpdateStatusVFailed 1582 WindowsUpdateStatusPFailed = &_WindowsUpdateStatusPFailed 1583) 1584 1585var ( 1586 _WindowsUpdateStatusPUpToDate = WindowsUpdateStatusVUpToDate 1587 _WindowsUpdateStatusPPendingInstallation = WindowsUpdateStatusVPendingInstallation 1588 _WindowsUpdateStatusPPendingReboot = WindowsUpdateStatusVPendingReboot 1589 _WindowsUpdateStatusPFailed = WindowsUpdateStatusVFailed 1590) 1591 1592// WindowsUpdateType undocumented 1593type WindowsUpdateType string 1594 1595const ( 1596 // WindowsUpdateTypeVUserDefined undocumented 1597 WindowsUpdateTypeVUserDefined WindowsUpdateType = "userDefined" 1598 // WindowsUpdateTypeVAll undocumented 1599 WindowsUpdateTypeVAll WindowsUpdateType = "all" 1600 // WindowsUpdateTypeVBusinessReadyOnly undocumented 1601 WindowsUpdateTypeVBusinessReadyOnly WindowsUpdateType = "businessReadyOnly" 1602 // WindowsUpdateTypeVWindowsInsiderBuildFast undocumented 1603 WindowsUpdateTypeVWindowsInsiderBuildFast WindowsUpdateType = "windowsInsiderBuildFast" 1604 // WindowsUpdateTypeVWindowsInsiderBuildSlow undocumented 1605 WindowsUpdateTypeVWindowsInsiderBuildSlow WindowsUpdateType = "windowsInsiderBuildSlow" 1606 // WindowsUpdateTypeVWindowsInsiderBuildRelease undocumented 1607 WindowsUpdateTypeVWindowsInsiderBuildRelease WindowsUpdateType = "windowsInsiderBuildRelease" 1608) 1609 1610var ( 1611 // WindowsUpdateTypePUserDefined is a pointer to WindowsUpdateTypeVUserDefined 1612 WindowsUpdateTypePUserDefined = &_WindowsUpdateTypePUserDefined 1613 // WindowsUpdateTypePAll is a pointer to WindowsUpdateTypeVAll 1614 WindowsUpdateTypePAll = &_WindowsUpdateTypePAll 1615 // WindowsUpdateTypePBusinessReadyOnly is a pointer to WindowsUpdateTypeVBusinessReadyOnly 1616 WindowsUpdateTypePBusinessReadyOnly = &_WindowsUpdateTypePBusinessReadyOnly 1617 // WindowsUpdateTypePWindowsInsiderBuildFast is a pointer to WindowsUpdateTypeVWindowsInsiderBuildFast 1618 WindowsUpdateTypePWindowsInsiderBuildFast = &_WindowsUpdateTypePWindowsInsiderBuildFast 1619 // WindowsUpdateTypePWindowsInsiderBuildSlow is a pointer to WindowsUpdateTypeVWindowsInsiderBuildSlow 1620 WindowsUpdateTypePWindowsInsiderBuildSlow = &_WindowsUpdateTypePWindowsInsiderBuildSlow 1621 // WindowsUpdateTypePWindowsInsiderBuildRelease is a pointer to WindowsUpdateTypeVWindowsInsiderBuildRelease 1622 WindowsUpdateTypePWindowsInsiderBuildRelease = &_WindowsUpdateTypePWindowsInsiderBuildRelease 1623) 1624 1625var ( 1626 _WindowsUpdateTypePUserDefined = WindowsUpdateTypeVUserDefined 1627 _WindowsUpdateTypePAll = WindowsUpdateTypeVAll 1628 _WindowsUpdateTypePBusinessReadyOnly = WindowsUpdateTypeVBusinessReadyOnly 1629 _WindowsUpdateTypePWindowsInsiderBuildFast = WindowsUpdateTypeVWindowsInsiderBuildFast 1630 _WindowsUpdateTypePWindowsInsiderBuildSlow = WindowsUpdateTypeVWindowsInsiderBuildSlow 1631 _WindowsUpdateTypePWindowsInsiderBuildRelease = WindowsUpdateTypeVWindowsInsiderBuildRelease 1632) 1633 1634// WindowsUserAccountControlSettings undocumented 1635type WindowsUserAccountControlSettings string 1636 1637const ( 1638 // WindowsUserAccountControlSettingsVUserDefined undocumented 1639 WindowsUserAccountControlSettingsVUserDefined WindowsUserAccountControlSettings = "userDefined" 1640 // WindowsUserAccountControlSettingsVAlwaysNotify undocumented 1641 WindowsUserAccountControlSettingsVAlwaysNotify WindowsUserAccountControlSettings = "alwaysNotify" 1642 // WindowsUserAccountControlSettingsVNotifyOnAppChanges undocumented 1643 WindowsUserAccountControlSettingsVNotifyOnAppChanges WindowsUserAccountControlSettings = "notifyOnAppChanges" 1644 // WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming undocumented 1645 WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming WindowsUserAccountControlSettings = "notifyOnAppChangesWithoutDimming" 1646 // WindowsUserAccountControlSettingsVNeverNotify undocumented 1647 WindowsUserAccountControlSettingsVNeverNotify WindowsUserAccountControlSettings = "neverNotify" 1648) 1649 1650var ( 1651 // WindowsUserAccountControlSettingsPUserDefined is a pointer to WindowsUserAccountControlSettingsVUserDefined 1652 WindowsUserAccountControlSettingsPUserDefined = &_WindowsUserAccountControlSettingsPUserDefined 1653 // WindowsUserAccountControlSettingsPAlwaysNotify is a pointer to WindowsUserAccountControlSettingsVAlwaysNotify 1654 WindowsUserAccountControlSettingsPAlwaysNotify = &_WindowsUserAccountControlSettingsPAlwaysNotify 1655 // WindowsUserAccountControlSettingsPNotifyOnAppChanges is a pointer to WindowsUserAccountControlSettingsVNotifyOnAppChanges 1656 WindowsUserAccountControlSettingsPNotifyOnAppChanges = &_WindowsUserAccountControlSettingsPNotifyOnAppChanges 1657 // WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming is a pointer to WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming 1658 WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming = &_WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming 1659 // WindowsUserAccountControlSettingsPNeverNotify is a pointer to WindowsUserAccountControlSettingsVNeverNotify 1660 WindowsUserAccountControlSettingsPNeverNotify = &_WindowsUserAccountControlSettingsPNeverNotify 1661) 1662 1663var ( 1664 _WindowsUserAccountControlSettingsPUserDefined = WindowsUserAccountControlSettingsVUserDefined 1665 _WindowsUserAccountControlSettingsPAlwaysNotify = WindowsUserAccountControlSettingsVAlwaysNotify 1666 _WindowsUserAccountControlSettingsPNotifyOnAppChanges = WindowsUserAccountControlSettingsVNotifyOnAppChanges 1667 _WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming = WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming 1668 _WindowsUserAccountControlSettingsPNeverNotify = WindowsUserAccountControlSettingsVNeverNotify 1669) 1670 1671// WindowsUserType undocumented 1672type WindowsUserType string 1673 1674const ( 1675 // WindowsUserTypeVAdministrator undocumented 1676 WindowsUserTypeVAdministrator WindowsUserType = "administrator" 1677 // WindowsUserTypeVStandard undocumented 1678 WindowsUserTypeVStandard WindowsUserType = "standard" 1679) 1680 1681var ( 1682 // WindowsUserTypePAdministrator is a pointer to WindowsUserTypeVAdministrator 1683 WindowsUserTypePAdministrator = &_WindowsUserTypePAdministrator 1684 // WindowsUserTypePStandard is a pointer to WindowsUserTypeVStandard 1685 WindowsUserTypePStandard = &_WindowsUserTypePStandard 1686) 1687 1688var ( 1689 _WindowsUserTypePAdministrator = WindowsUserTypeVAdministrator 1690 _WindowsUserTypePStandard = WindowsUserTypeVStandard 1691) 1692 1693// WindowsVPNConnectionType undocumented 1694type WindowsVPNConnectionType string 1695 1696const ( 1697 // WindowsVPNConnectionTypeVPulseSecure undocumented 1698 WindowsVPNConnectionTypeVPulseSecure WindowsVPNConnectionType = "pulseSecure" 1699 // WindowsVPNConnectionTypeVF5EdgeClient undocumented 1700 WindowsVPNConnectionTypeVF5EdgeClient WindowsVPNConnectionType = "f5EdgeClient" 1701 // WindowsVPNConnectionTypeVDellSonicWallMobileConnect undocumented 1702 WindowsVPNConnectionTypeVDellSonicWallMobileConnect WindowsVPNConnectionType = "dellSonicWallMobileConnect" 1703 // WindowsVPNConnectionTypeVCheckPointCapsuleVPN undocumented 1704 WindowsVPNConnectionTypeVCheckPointCapsuleVPN WindowsVPNConnectionType = "checkPointCapsuleVpn" 1705) 1706 1707var ( 1708 // WindowsVPNConnectionTypePPulseSecure is a pointer to WindowsVPNConnectionTypeVPulseSecure 1709 WindowsVPNConnectionTypePPulseSecure = &_WindowsVPNConnectionTypePPulseSecure 1710 // WindowsVPNConnectionTypePF5EdgeClient is a pointer to WindowsVPNConnectionTypeVF5EdgeClient 1711 WindowsVPNConnectionTypePF5EdgeClient = &_WindowsVPNConnectionTypePF5EdgeClient 1712 // WindowsVPNConnectionTypePDellSonicWallMobileConnect is a pointer to WindowsVPNConnectionTypeVDellSonicWallMobileConnect 1713 WindowsVPNConnectionTypePDellSonicWallMobileConnect = &_WindowsVPNConnectionTypePDellSonicWallMobileConnect 1714 // WindowsVPNConnectionTypePCheckPointCapsuleVPN is a pointer to WindowsVPNConnectionTypeVCheckPointCapsuleVPN 1715 WindowsVPNConnectionTypePCheckPointCapsuleVPN = &_WindowsVPNConnectionTypePCheckPointCapsuleVPN 1716) 1717 1718var ( 1719 _WindowsVPNConnectionTypePPulseSecure = WindowsVPNConnectionTypeVPulseSecure 1720 _WindowsVPNConnectionTypePF5EdgeClient = WindowsVPNConnectionTypeVF5EdgeClient 1721 _WindowsVPNConnectionTypePDellSonicWallMobileConnect = WindowsVPNConnectionTypeVDellSonicWallMobileConnect 1722 _WindowsVPNConnectionTypePCheckPointCapsuleVPN = WindowsVPNConnectionTypeVCheckPointCapsuleVPN 1723) 1724