2020-09-04 21:29:13 +00:00
// Code generated by msgraph.go/gen DO NOT EDIT.
2020-03-15 22:43:46 +00:00
package msgraph
// WindowsAppStartLayoutTileSize undocumented
type WindowsAppStartLayoutTileSize string
const (
// WindowsAppStartLayoutTileSizeVHidden undocumented
WindowsAppStartLayoutTileSizeVHidden WindowsAppStartLayoutTileSize = "hidden"
// WindowsAppStartLayoutTileSizeVSmall undocumented
WindowsAppStartLayoutTileSizeVSmall WindowsAppStartLayoutTileSize = "small"
// WindowsAppStartLayoutTileSizeVMedium undocumented
WindowsAppStartLayoutTileSizeVMedium WindowsAppStartLayoutTileSize = "medium"
// WindowsAppStartLayoutTileSizeVWide undocumented
WindowsAppStartLayoutTileSizeVWide WindowsAppStartLayoutTileSize = "wide"
// WindowsAppStartLayoutTileSizeVLarge undocumented
WindowsAppStartLayoutTileSizeVLarge WindowsAppStartLayoutTileSize = "large"
)
var (
// WindowsAppStartLayoutTileSizePHidden is a pointer to WindowsAppStartLayoutTileSizeVHidden
WindowsAppStartLayoutTileSizePHidden = & _WindowsAppStartLayoutTileSizePHidden
// WindowsAppStartLayoutTileSizePSmall is a pointer to WindowsAppStartLayoutTileSizeVSmall
WindowsAppStartLayoutTileSizePSmall = & _WindowsAppStartLayoutTileSizePSmall
// WindowsAppStartLayoutTileSizePMedium is a pointer to WindowsAppStartLayoutTileSizeVMedium
WindowsAppStartLayoutTileSizePMedium = & _WindowsAppStartLayoutTileSizePMedium
// WindowsAppStartLayoutTileSizePWide is a pointer to WindowsAppStartLayoutTileSizeVWide
WindowsAppStartLayoutTileSizePWide = & _WindowsAppStartLayoutTileSizePWide
// WindowsAppStartLayoutTileSizePLarge is a pointer to WindowsAppStartLayoutTileSizeVLarge
WindowsAppStartLayoutTileSizePLarge = & _WindowsAppStartLayoutTileSizePLarge
)
var (
_WindowsAppStartLayoutTileSizePHidden = WindowsAppStartLayoutTileSizeVHidden
_WindowsAppStartLayoutTileSizePSmall = WindowsAppStartLayoutTileSizeVSmall
_WindowsAppStartLayoutTileSizePMedium = WindowsAppStartLayoutTileSizeVMedium
_WindowsAppStartLayoutTileSizePWide = WindowsAppStartLayoutTileSizeVWide
_WindowsAppStartLayoutTileSizePLarge = WindowsAppStartLayoutTileSizeVLarge
)
// WindowsArchitecture undocumented
type WindowsArchitecture string
const (
// WindowsArchitectureVNone undocumented
WindowsArchitectureVNone WindowsArchitecture = "none"
// WindowsArchitectureVX86 undocumented
WindowsArchitectureVX86 WindowsArchitecture = "x86"
// WindowsArchitectureVX64 undocumented
WindowsArchitectureVX64 WindowsArchitecture = "x64"
// WindowsArchitectureVArm undocumented
WindowsArchitectureVArm WindowsArchitecture = "arm"
// WindowsArchitectureVNeutral undocumented
WindowsArchitectureVNeutral WindowsArchitecture = "neutral"
// WindowsArchitectureVArm64 undocumented
WindowsArchitectureVArm64 WindowsArchitecture = "arm64"
)
var (
// WindowsArchitecturePNone is a pointer to WindowsArchitectureVNone
WindowsArchitecturePNone = & _WindowsArchitecturePNone
// WindowsArchitecturePX86 is a pointer to WindowsArchitectureVX86
WindowsArchitecturePX86 = & _WindowsArchitecturePX86
// WindowsArchitecturePX64 is a pointer to WindowsArchitectureVX64
WindowsArchitecturePX64 = & _WindowsArchitecturePX64
// WindowsArchitecturePArm is a pointer to WindowsArchitectureVArm
WindowsArchitecturePArm = & _WindowsArchitecturePArm
// WindowsArchitecturePNeutral is a pointer to WindowsArchitectureVNeutral
WindowsArchitecturePNeutral = & _WindowsArchitecturePNeutral
// WindowsArchitecturePArm64 is a pointer to WindowsArchitectureVArm64
WindowsArchitecturePArm64 = & _WindowsArchitecturePArm64
)
var (
_WindowsArchitecturePNone = WindowsArchitectureVNone
_WindowsArchitecturePX86 = WindowsArchitectureVX86
_WindowsArchitecturePX64 = WindowsArchitectureVX64
_WindowsArchitecturePArm = WindowsArchitectureVArm
_WindowsArchitecturePNeutral = WindowsArchitectureVNeutral
_WindowsArchitecturePArm64 = WindowsArchitectureVArm64
)
// WindowsAutopilotDeploymentState undocumented
type WindowsAutopilotDeploymentState string
const (
// WindowsAutopilotDeploymentStateVUnknown undocumented
WindowsAutopilotDeploymentStateVUnknown WindowsAutopilotDeploymentState = "unknown"
// WindowsAutopilotDeploymentStateVSuccess undocumented
WindowsAutopilotDeploymentStateVSuccess WindowsAutopilotDeploymentState = "success"
// WindowsAutopilotDeploymentStateVInProgress undocumented
WindowsAutopilotDeploymentStateVInProgress WindowsAutopilotDeploymentState = "inProgress"
// WindowsAutopilotDeploymentStateVFailure undocumented
WindowsAutopilotDeploymentStateVFailure WindowsAutopilotDeploymentState = "failure"
// WindowsAutopilotDeploymentStateVSuccessWithTimeout undocumented
WindowsAutopilotDeploymentStateVSuccessWithTimeout WindowsAutopilotDeploymentState = "successWithTimeout"
)
var (
// WindowsAutopilotDeploymentStatePUnknown is a pointer to WindowsAutopilotDeploymentStateVUnknown
WindowsAutopilotDeploymentStatePUnknown = & _WindowsAutopilotDeploymentStatePUnknown
// WindowsAutopilotDeploymentStatePSuccess is a pointer to WindowsAutopilotDeploymentStateVSuccess
WindowsAutopilotDeploymentStatePSuccess = & _WindowsAutopilotDeploymentStatePSuccess
// WindowsAutopilotDeploymentStatePInProgress is a pointer to WindowsAutopilotDeploymentStateVInProgress
WindowsAutopilotDeploymentStatePInProgress = & _WindowsAutopilotDeploymentStatePInProgress
// WindowsAutopilotDeploymentStatePFailure is a pointer to WindowsAutopilotDeploymentStateVFailure
WindowsAutopilotDeploymentStatePFailure = & _WindowsAutopilotDeploymentStatePFailure
// WindowsAutopilotDeploymentStatePSuccessWithTimeout is a pointer to WindowsAutopilotDeploymentStateVSuccessWithTimeout
WindowsAutopilotDeploymentStatePSuccessWithTimeout = & _WindowsAutopilotDeploymentStatePSuccessWithTimeout
)
var (
_WindowsAutopilotDeploymentStatePUnknown = WindowsAutopilotDeploymentStateVUnknown
_WindowsAutopilotDeploymentStatePSuccess = WindowsAutopilotDeploymentStateVSuccess
_WindowsAutopilotDeploymentStatePInProgress = WindowsAutopilotDeploymentStateVInProgress
_WindowsAutopilotDeploymentStatePFailure = WindowsAutopilotDeploymentStateVFailure
_WindowsAutopilotDeploymentStatePSuccessWithTimeout = WindowsAutopilotDeploymentStateVSuccessWithTimeout
)
// WindowsAutopilotDeviceType undocumented
type WindowsAutopilotDeviceType string
const (
// WindowsAutopilotDeviceTypeVWindowsPc undocumented
WindowsAutopilotDeviceTypeVWindowsPc WindowsAutopilotDeviceType = "windowsPc"
// WindowsAutopilotDeviceTypeVSurfaceHub2 undocumented
WindowsAutopilotDeviceTypeVSurfaceHub2 WindowsAutopilotDeviceType = "surfaceHub2"
)
var (
// WindowsAutopilotDeviceTypePWindowsPc is a pointer to WindowsAutopilotDeviceTypeVWindowsPc
WindowsAutopilotDeviceTypePWindowsPc = & _WindowsAutopilotDeviceTypePWindowsPc
// WindowsAutopilotDeviceTypePSurfaceHub2 is a pointer to WindowsAutopilotDeviceTypeVSurfaceHub2
WindowsAutopilotDeviceTypePSurfaceHub2 = & _WindowsAutopilotDeviceTypePSurfaceHub2
)
var (
_WindowsAutopilotDeviceTypePWindowsPc = WindowsAutopilotDeviceTypeVWindowsPc
_WindowsAutopilotDeviceTypePSurfaceHub2 = WindowsAutopilotDeviceTypeVSurfaceHub2
)
// WindowsAutopilotEnrollmentType undocumented
type WindowsAutopilotEnrollmentType string
const (
// WindowsAutopilotEnrollmentTypeVUnknown undocumented
WindowsAutopilotEnrollmentTypeVUnknown WindowsAutopilotEnrollmentType = "unknown"
// WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile undocumented
WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedWithAutopilotProfile"
// WindowsAutopilotEnrollmentTypeVOfflineDomainJoined undocumented
WindowsAutopilotEnrollmentTypeVOfflineDomainJoined WindowsAutopilotEnrollmentType = "offlineDomainJoined"
// WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile undocumented
WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedUsingDeviceAuthWithAutopilotProfile"
// WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile undocumented
WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedUsingDeviceAuthWithoutAutopilotProfile"
// WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile undocumented
WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile WindowsAutopilotEnrollmentType = "azureADJoinedWithOfflineAutopilotProfile"
// WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove undocumented
WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove WindowsAutopilotEnrollmentType = "azureADJoinedWithWhiteGlove"
// WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove undocumented
WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove WindowsAutopilotEnrollmentType = "offlineDomainJoinedWithWhiteGlove"
// WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile undocumented
WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile WindowsAutopilotEnrollmentType = "offlineDomainJoinedWithOfflineAutopilotProfile"
)
var (
// WindowsAutopilotEnrollmentTypePUnknown is a pointer to WindowsAutopilotEnrollmentTypeVUnknown
WindowsAutopilotEnrollmentTypePUnknown = & _WindowsAutopilotEnrollmentTypePUnknown
// WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile
WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile = & _WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile
// WindowsAutopilotEnrollmentTypePOfflineDomainJoined is a pointer to WindowsAutopilotEnrollmentTypeVOfflineDomainJoined
WindowsAutopilotEnrollmentTypePOfflineDomainJoined = & _WindowsAutopilotEnrollmentTypePOfflineDomainJoined
// WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile
WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile = & _WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile
// WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile
WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile = & _WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile
// WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile
WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile = & _WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile
// WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove is a pointer to WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove
WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove = & _WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove
// WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove is a pointer to WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove
WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove = & _WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove
// WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile is a pointer to WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile
WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile = & _WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile
)
var (
_WindowsAutopilotEnrollmentTypePUnknown = WindowsAutopilotEnrollmentTypeVUnknown
_WindowsAutopilotEnrollmentTypePAzureADJoinedWithAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedWithAutopilotProfile
_WindowsAutopilotEnrollmentTypePOfflineDomainJoined = WindowsAutopilotEnrollmentTypeVOfflineDomainJoined
_WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithAutopilotProfile
_WindowsAutopilotEnrollmentTypePAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedUsingDeviceAuthWithoutAutopilotProfile
_WindowsAutopilotEnrollmentTypePAzureADJoinedWithOfflineAutopilotProfile = WindowsAutopilotEnrollmentTypeVAzureADJoinedWithOfflineAutopilotProfile
_WindowsAutopilotEnrollmentTypePAzureADJoinedWithWhiteGlove = WindowsAutopilotEnrollmentTypeVAzureADJoinedWithWhiteGlove
_WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithWhiteGlove = WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithWhiteGlove
_WindowsAutopilotEnrollmentTypePOfflineDomainJoinedWithOfflineAutopilotProfile = WindowsAutopilotEnrollmentTypeVOfflineDomainJoinedWithOfflineAutopilotProfile
)
// WindowsAutopilotProfileAssignmentDetailedStatus undocumented
type WindowsAutopilotProfileAssignmentDetailedStatus string
const (
// WindowsAutopilotProfileAssignmentDetailedStatusVNone undocumented
WindowsAutopilotProfileAssignmentDetailedStatusVNone WindowsAutopilotProfileAssignmentDetailedStatus = "none"
// WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet undocumented
WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet WindowsAutopilotProfileAssignmentDetailedStatus = "hardwareRequirementsNotMet"
)
var (
// WindowsAutopilotProfileAssignmentDetailedStatusPNone is a pointer to WindowsAutopilotProfileAssignmentDetailedStatusVNone
WindowsAutopilotProfileAssignmentDetailedStatusPNone = & _WindowsAutopilotProfileAssignmentDetailedStatusPNone
// WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet is a pointer to WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet
WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet = & _WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet
)
var (
_WindowsAutopilotProfileAssignmentDetailedStatusPNone = WindowsAutopilotProfileAssignmentDetailedStatusVNone
_WindowsAutopilotProfileAssignmentDetailedStatusPHardwareRequirementsNotMet = WindowsAutopilotProfileAssignmentDetailedStatusVHardwareRequirementsNotMet
)
// WindowsAutopilotProfileAssignmentStatus undocumented
type WindowsAutopilotProfileAssignmentStatus string
const (
// WindowsAutopilotProfileAssignmentStatusVUnknown undocumented
WindowsAutopilotProfileAssignmentStatusVUnknown WindowsAutopilotProfileAssignmentStatus = "unknown"
// WindowsAutopilotProfileAssignmentStatusVAssignedInSync undocumented
WindowsAutopilotProfileAssignmentStatusVAssignedInSync WindowsAutopilotProfileAssignmentStatus = "assignedInSync"
// WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync undocumented
WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync WindowsAutopilotProfileAssignmentStatus = "assignedOutOfSync"
// WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState undocumented
WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState WindowsAutopilotProfileAssignmentStatus = "assignedUnkownSyncState"
// WindowsAutopilotProfileAssignmentStatusVNotAssigned undocumented
WindowsAutopilotProfileAssignmentStatusVNotAssigned WindowsAutopilotProfileAssignmentStatus = "notAssigned"
// WindowsAutopilotProfileAssignmentStatusVPending undocumented
WindowsAutopilotProfileAssignmentStatusVPending WindowsAutopilotProfileAssignmentStatus = "pending"
// WindowsAutopilotProfileAssignmentStatusVFailed undocumented
WindowsAutopilotProfileAssignmentStatusVFailed WindowsAutopilotProfileAssignmentStatus = "failed"
)
var (
// WindowsAutopilotProfileAssignmentStatusPUnknown is a pointer to WindowsAutopilotProfileAssignmentStatusVUnknown
WindowsAutopilotProfileAssignmentStatusPUnknown = & _WindowsAutopilotProfileAssignmentStatusPUnknown
// WindowsAutopilotProfileAssignmentStatusPAssignedInSync is a pointer to WindowsAutopilotProfileAssignmentStatusVAssignedInSync
WindowsAutopilotProfileAssignmentStatusPAssignedInSync = & _WindowsAutopilotProfileAssignmentStatusPAssignedInSync
// WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync is a pointer to WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync
WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync = & _WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync
// WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState is a pointer to WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState
WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState = & _WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState
// WindowsAutopilotProfileAssignmentStatusPNotAssigned is a pointer to WindowsAutopilotProfileAssignmentStatusVNotAssigned
WindowsAutopilotProfileAssignmentStatusPNotAssigned = & _WindowsAutopilotProfileAssignmentStatusPNotAssigned
// WindowsAutopilotProfileAssignmentStatusPPending is a pointer to WindowsAutopilotProfileAssignmentStatusVPending
WindowsAutopilotProfileAssignmentStatusPPending = & _WindowsAutopilotProfileAssignmentStatusPPending
// WindowsAutopilotProfileAssignmentStatusPFailed is a pointer to WindowsAutopilotProfileAssignmentStatusVFailed
WindowsAutopilotProfileAssignmentStatusPFailed = & _WindowsAutopilotProfileAssignmentStatusPFailed
)
var (
_WindowsAutopilotProfileAssignmentStatusPUnknown = WindowsAutopilotProfileAssignmentStatusVUnknown
_WindowsAutopilotProfileAssignmentStatusPAssignedInSync = WindowsAutopilotProfileAssignmentStatusVAssignedInSync
_WindowsAutopilotProfileAssignmentStatusPAssignedOutOfSync = WindowsAutopilotProfileAssignmentStatusVAssignedOutOfSync
_WindowsAutopilotProfileAssignmentStatusPAssignedUnkownSyncState = WindowsAutopilotProfileAssignmentStatusVAssignedUnkownSyncState
_WindowsAutopilotProfileAssignmentStatusPNotAssigned = WindowsAutopilotProfileAssignmentStatusVNotAssigned
_WindowsAutopilotProfileAssignmentStatusPPending = WindowsAutopilotProfileAssignmentStatusVPending
_WindowsAutopilotProfileAssignmentStatusPFailed = WindowsAutopilotProfileAssignmentStatusVFailed
)
// WindowsAutopilotSyncStatus undocumented
type WindowsAutopilotSyncStatus string
const (
// WindowsAutopilotSyncStatusVUnknown undocumented
WindowsAutopilotSyncStatusVUnknown WindowsAutopilotSyncStatus = "unknown"
// WindowsAutopilotSyncStatusVInProgress undocumented
WindowsAutopilotSyncStatusVInProgress WindowsAutopilotSyncStatus = "inProgress"
// WindowsAutopilotSyncStatusVCompleted undocumented
WindowsAutopilotSyncStatusVCompleted WindowsAutopilotSyncStatus = "completed"
// WindowsAutopilotSyncStatusVFailed undocumented
WindowsAutopilotSyncStatusVFailed WindowsAutopilotSyncStatus = "failed"
)
var (
// WindowsAutopilotSyncStatusPUnknown is a pointer to WindowsAutopilotSyncStatusVUnknown
WindowsAutopilotSyncStatusPUnknown = & _WindowsAutopilotSyncStatusPUnknown
// WindowsAutopilotSyncStatusPInProgress is a pointer to WindowsAutopilotSyncStatusVInProgress
WindowsAutopilotSyncStatusPInProgress = & _WindowsAutopilotSyncStatusPInProgress
// WindowsAutopilotSyncStatusPCompleted is a pointer to WindowsAutopilotSyncStatusVCompleted
WindowsAutopilotSyncStatusPCompleted = & _WindowsAutopilotSyncStatusPCompleted
// WindowsAutopilotSyncStatusPFailed is a pointer to WindowsAutopilotSyncStatusVFailed
WindowsAutopilotSyncStatusPFailed = & _WindowsAutopilotSyncStatusPFailed
)
var (
_WindowsAutopilotSyncStatusPUnknown = WindowsAutopilotSyncStatusVUnknown
_WindowsAutopilotSyncStatusPInProgress = WindowsAutopilotSyncStatusVInProgress
_WindowsAutopilotSyncStatusPCompleted = WindowsAutopilotSyncStatusVCompleted
_WindowsAutopilotSyncStatusPFailed = WindowsAutopilotSyncStatusVFailed
)
// WindowsDefenderApplicationControlSupplementalPolicyStatuses undocumented
type WindowsDefenderApplicationControlSupplementalPolicyStatuses string
const (
// WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown undocumented
WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown WindowsDefenderApplicationControlSupplementalPolicyStatuses = "unknown"
// WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess undocumented
WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess WindowsDefenderApplicationControlSupplementalPolicyStatuses = "success"
// WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError undocumented
WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError WindowsDefenderApplicationControlSupplementalPolicyStatuses = "tokenError"
// WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken undocumented
WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken WindowsDefenderApplicationControlSupplementalPolicyStatuses = "notAuthorizedByToken"
// WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound undocumented
WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound WindowsDefenderApplicationControlSupplementalPolicyStatuses = "policyNotFound"
)
var (
// WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown
WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown = & _WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown
// WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess
WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess = & _WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess
// WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError
WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError = & _WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError
// WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken
WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken = & _WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken
// WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound is a pointer to WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound
WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound = & _WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound
)
var (
_WindowsDefenderApplicationControlSupplementalPolicyStatusesPUnknown = WindowsDefenderApplicationControlSupplementalPolicyStatusesVUnknown
_WindowsDefenderApplicationControlSupplementalPolicyStatusesPSuccess = WindowsDefenderApplicationControlSupplementalPolicyStatusesVSuccess
_WindowsDefenderApplicationControlSupplementalPolicyStatusesPTokenError = WindowsDefenderApplicationControlSupplementalPolicyStatusesVTokenError
_WindowsDefenderApplicationControlSupplementalPolicyStatusesPNotAuthorizedByToken = WindowsDefenderApplicationControlSupplementalPolicyStatusesVNotAuthorizedByToken
_WindowsDefenderApplicationControlSupplementalPolicyStatusesPPolicyNotFound = WindowsDefenderApplicationControlSupplementalPolicyStatusesVPolicyNotFound
)
// WindowsDefenderTamperProtectionOptions undocumented
type WindowsDefenderTamperProtectionOptions string
const (
// WindowsDefenderTamperProtectionOptionsVNotConfigured undocumented
WindowsDefenderTamperProtectionOptionsVNotConfigured WindowsDefenderTamperProtectionOptions = "notConfigured"
// WindowsDefenderTamperProtectionOptionsVEnable undocumented
WindowsDefenderTamperProtectionOptionsVEnable WindowsDefenderTamperProtectionOptions = "enable"
// WindowsDefenderTamperProtectionOptionsVDisable undocumented
WindowsDefenderTamperProtectionOptionsVDisable WindowsDefenderTamperProtectionOptions = "disable"
)
var (
// WindowsDefenderTamperProtectionOptionsPNotConfigured is a pointer to WindowsDefenderTamperProtectionOptionsVNotConfigured
WindowsDefenderTamperProtectionOptionsPNotConfigured = & _WindowsDefenderTamperProtectionOptionsPNotConfigured
// WindowsDefenderTamperProtectionOptionsPEnable is a pointer to WindowsDefenderTamperProtectionOptionsVEnable
WindowsDefenderTamperProtectionOptionsPEnable = & _WindowsDefenderTamperProtectionOptionsPEnable
// WindowsDefenderTamperProtectionOptionsPDisable is a pointer to WindowsDefenderTamperProtectionOptionsVDisable
WindowsDefenderTamperProtectionOptionsPDisable = & _WindowsDefenderTamperProtectionOptionsPDisable
)
var (
_WindowsDefenderTamperProtectionOptionsPNotConfigured = WindowsDefenderTamperProtectionOptionsVNotConfigured
_WindowsDefenderTamperProtectionOptionsPEnable = WindowsDefenderTamperProtectionOptionsVEnable
_WindowsDefenderTamperProtectionOptionsPDisable = WindowsDefenderTamperProtectionOptionsVDisable
)
// WindowsDeliveryOptimizationMode undocumented
type WindowsDeliveryOptimizationMode string
const (
// WindowsDeliveryOptimizationModeVUserDefined undocumented
WindowsDeliveryOptimizationModeVUserDefined WindowsDeliveryOptimizationMode = "userDefined"
// WindowsDeliveryOptimizationModeVHTTPOnly undocumented
WindowsDeliveryOptimizationModeVHTTPOnly WindowsDeliveryOptimizationMode = "httpOnly"
// WindowsDeliveryOptimizationModeVHTTPWithPeeringNat undocumented
WindowsDeliveryOptimizationModeVHTTPWithPeeringNat WindowsDeliveryOptimizationMode = "httpWithPeeringNat"
// WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup undocumented
WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup WindowsDeliveryOptimizationMode = "httpWithPeeringPrivateGroup"
// WindowsDeliveryOptimizationModeVHTTPWithInternetPeering undocumented
WindowsDeliveryOptimizationModeVHTTPWithInternetPeering WindowsDeliveryOptimizationMode = "httpWithInternetPeering"
// WindowsDeliveryOptimizationModeVSimpleDownload undocumented
WindowsDeliveryOptimizationModeVSimpleDownload WindowsDeliveryOptimizationMode = "simpleDownload"
// WindowsDeliveryOptimizationModeVBypassMode undocumented
WindowsDeliveryOptimizationModeVBypassMode WindowsDeliveryOptimizationMode = "bypassMode"
)
var (
// WindowsDeliveryOptimizationModePUserDefined is a pointer to WindowsDeliveryOptimizationModeVUserDefined
WindowsDeliveryOptimizationModePUserDefined = & _WindowsDeliveryOptimizationModePUserDefined
// WindowsDeliveryOptimizationModePHTTPOnly is a pointer to WindowsDeliveryOptimizationModeVHTTPOnly
WindowsDeliveryOptimizationModePHTTPOnly = & _WindowsDeliveryOptimizationModePHTTPOnly
// WindowsDeliveryOptimizationModePHTTPWithPeeringNat is a pointer to WindowsDeliveryOptimizationModeVHTTPWithPeeringNat
WindowsDeliveryOptimizationModePHTTPWithPeeringNat = & _WindowsDeliveryOptimizationModePHTTPWithPeeringNat
// WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup is a pointer to WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup
WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup = & _WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup
// WindowsDeliveryOptimizationModePHTTPWithInternetPeering is a pointer to WindowsDeliveryOptimizationModeVHTTPWithInternetPeering
WindowsDeliveryOptimizationModePHTTPWithInternetPeering = & _WindowsDeliveryOptimizationModePHTTPWithInternetPeering
// WindowsDeliveryOptimizationModePSimpleDownload is a pointer to WindowsDeliveryOptimizationModeVSimpleDownload
WindowsDeliveryOptimizationModePSimpleDownload = & _WindowsDeliveryOptimizationModePSimpleDownload
// WindowsDeliveryOptimizationModePBypassMode is a pointer to WindowsDeliveryOptimizationModeVBypassMode
WindowsDeliveryOptimizationModePBypassMode = & _WindowsDeliveryOptimizationModePBypassMode
)
var (
_WindowsDeliveryOptimizationModePUserDefined = WindowsDeliveryOptimizationModeVUserDefined
_WindowsDeliveryOptimizationModePHTTPOnly = WindowsDeliveryOptimizationModeVHTTPOnly
_WindowsDeliveryOptimizationModePHTTPWithPeeringNat = WindowsDeliveryOptimizationModeVHTTPWithPeeringNat
_WindowsDeliveryOptimizationModePHTTPWithPeeringPrivateGroup = WindowsDeliveryOptimizationModeVHTTPWithPeeringPrivateGroup
_WindowsDeliveryOptimizationModePHTTPWithInternetPeering = WindowsDeliveryOptimizationModeVHTTPWithInternetPeering
_WindowsDeliveryOptimizationModePSimpleDownload = WindowsDeliveryOptimizationModeVSimpleDownload
_WindowsDeliveryOptimizationModePBypassMode = WindowsDeliveryOptimizationModeVBypassMode
)
// WindowsDeviceHealthState undocumented
type WindowsDeviceHealthState string
const (
// WindowsDeviceHealthStateVClean undocumented
WindowsDeviceHealthStateVClean WindowsDeviceHealthState = "clean"
// WindowsDeviceHealthStateVFullScanPending undocumented
WindowsDeviceHealthStateVFullScanPending WindowsDeviceHealthState = "fullScanPending"
// WindowsDeviceHealthStateVRebootPending undocumented
WindowsDeviceHealthStateVRebootPending WindowsDeviceHealthState = "rebootPending"
// WindowsDeviceHealthStateVManualStepsPending undocumented
WindowsDeviceHealthStateVManualStepsPending WindowsDeviceHealthState = "manualStepsPending"
// WindowsDeviceHealthStateVOfflineScanPending undocumented
WindowsDeviceHealthStateVOfflineScanPending WindowsDeviceHealthState = "offlineScanPending"
// WindowsDeviceHealthStateVCritical undocumented
WindowsDeviceHealthStateVCritical WindowsDeviceHealthState = "critical"
)
var (
// WindowsDeviceHealthStatePClean is a pointer to WindowsDeviceHealthStateVClean
WindowsDeviceHealthStatePClean = & _WindowsDeviceHealthStatePClean
// WindowsDeviceHealthStatePFullScanPending is a pointer to WindowsDeviceHealthStateVFullScanPending
WindowsDeviceHealthStatePFullScanPending = & _WindowsDeviceHealthStatePFullScanPending
// WindowsDeviceHealthStatePRebootPending is a pointer to WindowsDeviceHealthStateVRebootPending
WindowsDeviceHealthStatePRebootPending = & _WindowsDeviceHealthStatePRebootPending
// WindowsDeviceHealthStatePManualStepsPending is a pointer to WindowsDeviceHealthStateVManualStepsPending
WindowsDeviceHealthStatePManualStepsPending = & _WindowsDeviceHealthStatePManualStepsPending
// WindowsDeviceHealthStatePOfflineScanPending is a pointer to WindowsDeviceHealthStateVOfflineScanPending
WindowsDeviceHealthStatePOfflineScanPending = & _WindowsDeviceHealthStatePOfflineScanPending
// WindowsDeviceHealthStatePCritical is a pointer to WindowsDeviceHealthStateVCritical
WindowsDeviceHealthStatePCritical = & _WindowsDeviceHealthStatePCritical
)
var (
_WindowsDeviceHealthStatePClean = WindowsDeviceHealthStateVClean
_WindowsDeviceHealthStatePFullScanPending = WindowsDeviceHealthStateVFullScanPending
_WindowsDeviceHealthStatePRebootPending = WindowsDeviceHealthStateVRebootPending
_WindowsDeviceHealthStatePManualStepsPending = WindowsDeviceHealthStateVManualStepsPending
_WindowsDeviceHealthStatePOfflineScanPending = WindowsDeviceHealthStateVOfflineScanPending
_WindowsDeviceHealthStatePCritical = WindowsDeviceHealthStateVCritical
)
// WindowsDeviceType undocumented
type WindowsDeviceType string
const (
// WindowsDeviceTypeVNone undocumented
WindowsDeviceTypeVNone WindowsDeviceType = "none"
// WindowsDeviceTypeVDesktop undocumented
WindowsDeviceTypeVDesktop WindowsDeviceType = "desktop"
// WindowsDeviceTypeVMobile undocumented
WindowsDeviceTypeVMobile WindowsDeviceType = "mobile"
// WindowsDeviceTypeVHolographic undocumented
WindowsDeviceTypeVHolographic WindowsDeviceType = "holographic"
// WindowsDeviceTypeVTeam undocumented
WindowsDeviceTypeVTeam WindowsDeviceType = "team"
)
var (
// WindowsDeviceTypePNone is a pointer to WindowsDeviceTypeVNone
WindowsDeviceTypePNone = & _WindowsDeviceTypePNone
// WindowsDeviceTypePDesktop is a pointer to WindowsDeviceTypeVDesktop
WindowsDeviceTypePDesktop = & _WindowsDeviceTypePDesktop
// WindowsDeviceTypePMobile is a pointer to WindowsDeviceTypeVMobile
WindowsDeviceTypePMobile = & _WindowsDeviceTypePMobile
// WindowsDeviceTypePHolographic is a pointer to WindowsDeviceTypeVHolographic
WindowsDeviceTypePHolographic = & _WindowsDeviceTypePHolographic
// WindowsDeviceTypePTeam is a pointer to WindowsDeviceTypeVTeam
WindowsDeviceTypePTeam = & _WindowsDeviceTypePTeam
)
var (
_WindowsDeviceTypePNone = WindowsDeviceTypeVNone
_WindowsDeviceTypePDesktop = WindowsDeviceTypeVDesktop
_WindowsDeviceTypePMobile = WindowsDeviceTypeVMobile
_WindowsDeviceTypePHolographic = WindowsDeviceTypeVHolographic
_WindowsDeviceTypePTeam = WindowsDeviceTypeVTeam
)
// WindowsDeviceUsageType undocumented
type WindowsDeviceUsageType string
const (
// WindowsDeviceUsageTypeVSingleUser undocumented
WindowsDeviceUsageTypeVSingleUser WindowsDeviceUsageType = "singleUser"
// WindowsDeviceUsageTypeVShared undocumented
WindowsDeviceUsageTypeVShared WindowsDeviceUsageType = "shared"
)
var (
// WindowsDeviceUsageTypePSingleUser is a pointer to WindowsDeviceUsageTypeVSingleUser
WindowsDeviceUsageTypePSingleUser = & _WindowsDeviceUsageTypePSingleUser
// WindowsDeviceUsageTypePShared is a pointer to WindowsDeviceUsageTypeVShared
WindowsDeviceUsageTypePShared = & _WindowsDeviceUsageTypePShared
)
var (
_WindowsDeviceUsageTypePSingleUser = WindowsDeviceUsageTypeVSingleUser
_WindowsDeviceUsageTypePShared = WindowsDeviceUsageTypeVShared
)
// WindowsFirewallRuleInterfaceTypes undocumented
type WindowsFirewallRuleInterfaceTypes string
const (
// WindowsFirewallRuleInterfaceTypesVNotConfigured undocumented
WindowsFirewallRuleInterfaceTypesVNotConfigured WindowsFirewallRuleInterfaceTypes = "notConfigured"
// WindowsFirewallRuleInterfaceTypesVRemoteAccess undocumented
WindowsFirewallRuleInterfaceTypesVRemoteAccess WindowsFirewallRuleInterfaceTypes = "remoteAccess"
// WindowsFirewallRuleInterfaceTypesVWireless undocumented
WindowsFirewallRuleInterfaceTypesVWireless WindowsFirewallRuleInterfaceTypes = "wireless"
// WindowsFirewallRuleInterfaceTypesVLan undocumented
WindowsFirewallRuleInterfaceTypesVLan WindowsFirewallRuleInterfaceTypes = "lan"
)
var (
// WindowsFirewallRuleInterfaceTypesPNotConfigured is a pointer to WindowsFirewallRuleInterfaceTypesVNotConfigured
WindowsFirewallRuleInterfaceTypesPNotConfigured = & _WindowsFirewallRuleInterfaceTypesPNotConfigured
// WindowsFirewallRuleInterfaceTypesPRemoteAccess is a pointer to WindowsFirewallRuleInterfaceTypesVRemoteAccess
WindowsFirewallRuleInterfaceTypesPRemoteAccess = & _WindowsFirewallRuleInterfaceTypesPRemoteAccess
// WindowsFirewallRuleInterfaceTypesPWireless is a pointer to WindowsFirewallRuleInterfaceTypesVWireless
WindowsFirewallRuleInterfaceTypesPWireless = & _WindowsFirewallRuleInterfaceTypesPWireless
// WindowsFirewallRuleInterfaceTypesPLan is a pointer to WindowsFirewallRuleInterfaceTypesVLan
WindowsFirewallRuleInterfaceTypesPLan = & _WindowsFirewallRuleInterfaceTypesPLan
)
var (
_WindowsFirewallRuleInterfaceTypesPNotConfigured = WindowsFirewallRuleInterfaceTypesVNotConfigured
_WindowsFirewallRuleInterfaceTypesPRemoteAccess = WindowsFirewallRuleInterfaceTypesVRemoteAccess
_WindowsFirewallRuleInterfaceTypesPWireless = WindowsFirewallRuleInterfaceTypesVWireless
_WindowsFirewallRuleInterfaceTypesPLan = WindowsFirewallRuleInterfaceTypesVLan
)
// WindowsFirewallRuleNetworkProfileTypes undocumented
type WindowsFirewallRuleNetworkProfileTypes string
const (
// WindowsFirewallRuleNetworkProfileTypesVNotConfigured undocumented
WindowsFirewallRuleNetworkProfileTypesVNotConfigured WindowsFirewallRuleNetworkProfileTypes = "notConfigured"
// WindowsFirewallRuleNetworkProfileTypesVDomain undocumented
WindowsFirewallRuleNetworkProfileTypesVDomain WindowsFirewallRuleNetworkProfileTypes = "domain"
// WindowsFirewallRuleNetworkProfileTypesVPrivate undocumented
WindowsFirewallRuleNetworkProfileTypesVPrivate WindowsFirewallRuleNetworkProfileTypes = "private"
// WindowsFirewallRuleNetworkProfileTypesVPublic undocumented
WindowsFirewallRuleNetworkProfileTypesVPublic WindowsFirewallRuleNetworkProfileTypes = "public"
)
var (
// WindowsFirewallRuleNetworkProfileTypesPNotConfigured is a pointer to WindowsFirewallRuleNetworkProfileTypesVNotConfigured
WindowsFirewallRuleNetworkProfileTypesPNotConfigured = & _WindowsFirewallRuleNetworkProfileTypesPNotConfigured
// WindowsFirewallRuleNetworkProfileTypesPDomain is a pointer to WindowsFirewallRuleNetworkProfileTypesVDomain
WindowsFirewallRuleNetworkProfileTypesPDomain = & _WindowsFirewallRuleNetworkProfileTypesPDomain
// WindowsFirewallRuleNetworkProfileTypesPPrivate is a pointer to WindowsFirewallRuleNetworkProfileTypesVPrivate
WindowsFirewallRuleNetworkProfileTypesPPrivate = & _WindowsFirewallRuleNetworkProfileTypesPPrivate
// WindowsFirewallRuleNetworkProfileTypesPPublic is a pointer to WindowsFirewallRuleNetworkProfileTypesVPublic
WindowsFirewallRuleNetworkProfileTypesPPublic = & _WindowsFirewallRuleNetworkProfileTypesPPublic
)
var (
_WindowsFirewallRuleNetworkProfileTypesPNotConfigured = WindowsFirewallRuleNetworkProfileTypesVNotConfigured
_WindowsFirewallRuleNetworkProfileTypesPDomain = WindowsFirewallRuleNetworkProfileTypesVDomain
_WindowsFirewallRuleNetworkProfileTypesPPrivate = WindowsFirewallRuleNetworkProfileTypesVPrivate
_WindowsFirewallRuleNetworkProfileTypesPPublic = WindowsFirewallRuleNetworkProfileTypesVPublic
)
// WindowsFirewallRuleTrafficDirectionType undocumented
type WindowsFirewallRuleTrafficDirectionType string
const (
// WindowsFirewallRuleTrafficDirectionTypeVNotConfigured undocumented
WindowsFirewallRuleTrafficDirectionTypeVNotConfigured WindowsFirewallRuleTrafficDirectionType = "notConfigured"
// WindowsFirewallRuleTrafficDirectionTypeVOut undocumented
WindowsFirewallRuleTrafficDirectionTypeVOut WindowsFirewallRuleTrafficDirectionType = "out"
// WindowsFirewallRuleTrafficDirectionTypeVIn undocumented
WindowsFirewallRuleTrafficDirectionTypeVIn WindowsFirewallRuleTrafficDirectionType = "in"
)
var (
// WindowsFirewallRuleTrafficDirectionTypePNotConfigured is a pointer to WindowsFirewallRuleTrafficDirectionTypeVNotConfigured
WindowsFirewallRuleTrafficDirectionTypePNotConfigured = & _WindowsFirewallRuleTrafficDirectionTypePNotConfigured
// WindowsFirewallRuleTrafficDirectionTypePOut is a pointer to WindowsFirewallRuleTrafficDirectionTypeVOut
WindowsFirewallRuleTrafficDirectionTypePOut = & _WindowsFirewallRuleTrafficDirectionTypePOut
// WindowsFirewallRuleTrafficDirectionTypePIn is a pointer to WindowsFirewallRuleTrafficDirectionTypeVIn
WindowsFirewallRuleTrafficDirectionTypePIn = & _WindowsFirewallRuleTrafficDirectionTypePIn
)
var (
_WindowsFirewallRuleTrafficDirectionTypePNotConfigured = WindowsFirewallRuleTrafficDirectionTypeVNotConfigured
_WindowsFirewallRuleTrafficDirectionTypePOut = WindowsFirewallRuleTrafficDirectionTypeVOut
_WindowsFirewallRuleTrafficDirectionTypePIn = WindowsFirewallRuleTrafficDirectionTypeVIn
)
// WindowsHealthMonitoringScope undocumented
type WindowsHealthMonitoringScope string
const (
// WindowsHealthMonitoringScopeVUndefined undocumented
WindowsHealthMonitoringScopeVUndefined WindowsHealthMonitoringScope = "undefined"
// WindowsHealthMonitoringScopeVHealthMonitoring undocumented
WindowsHealthMonitoringScopeVHealthMonitoring WindowsHealthMonitoringScope = "healthMonitoring"
// WindowsHealthMonitoringScopeVBootPerformance undocumented
WindowsHealthMonitoringScopeVBootPerformance WindowsHealthMonitoringScope = "bootPerformance"
// WindowsHealthMonitoringScopeVUserExperienceAnalytics undocumented
WindowsHealthMonitoringScopeVUserExperienceAnalytics WindowsHealthMonitoringScope = "userExperienceAnalytics"
)
var (
// WindowsHealthMonitoringScopePUndefined is a pointer to WindowsHealthMonitoringScopeVUndefined
WindowsHealthMonitoringScopePUndefined = & _WindowsHealthMonitoringScopePUndefined
// WindowsHealthMonitoringScopePHealthMonitoring is a pointer to WindowsHealthMonitoringScopeVHealthMonitoring
WindowsHealthMonitoringScopePHealthMonitoring = & _WindowsHealthMonitoringScopePHealthMonitoring
// WindowsHealthMonitoringScopePBootPerformance is a pointer to WindowsHealthMonitoringScopeVBootPerformance
WindowsHealthMonitoringScopePBootPerformance = & _WindowsHealthMonitoringScopePBootPerformance
// WindowsHealthMonitoringScopePUserExperienceAnalytics is a pointer to WindowsHealthMonitoringScopeVUserExperienceAnalytics
WindowsHealthMonitoringScopePUserExperienceAnalytics = & _WindowsHealthMonitoringScopePUserExperienceAnalytics
)
var (
_WindowsHealthMonitoringScopePUndefined = WindowsHealthMonitoringScopeVUndefined
_WindowsHealthMonitoringScopePHealthMonitoring = WindowsHealthMonitoringScopeVHealthMonitoring
_WindowsHealthMonitoringScopePBootPerformance = WindowsHealthMonitoringScopeVBootPerformance
_WindowsHealthMonitoringScopePUserExperienceAnalytics = WindowsHealthMonitoringScopeVUserExperienceAnalytics
)
// WindowsHelloForBusinessPinUsage undocumented
type WindowsHelloForBusinessPinUsage string
const (
// WindowsHelloForBusinessPinUsageVAllowed undocumented
WindowsHelloForBusinessPinUsageVAllowed WindowsHelloForBusinessPinUsage = "allowed"
// WindowsHelloForBusinessPinUsageVRequired undocumented
WindowsHelloForBusinessPinUsageVRequired WindowsHelloForBusinessPinUsage = "required"
// WindowsHelloForBusinessPinUsageVDisallowed undocumented
WindowsHelloForBusinessPinUsageVDisallowed WindowsHelloForBusinessPinUsage = "disallowed"
)
var (
// WindowsHelloForBusinessPinUsagePAllowed is a pointer to WindowsHelloForBusinessPinUsageVAllowed
WindowsHelloForBusinessPinUsagePAllowed = & _WindowsHelloForBusinessPinUsagePAllowed
// WindowsHelloForBusinessPinUsagePRequired is a pointer to WindowsHelloForBusinessPinUsageVRequired
WindowsHelloForBusinessPinUsagePRequired = & _WindowsHelloForBusinessPinUsagePRequired
// WindowsHelloForBusinessPinUsagePDisallowed is a pointer to WindowsHelloForBusinessPinUsageVDisallowed
WindowsHelloForBusinessPinUsagePDisallowed = & _WindowsHelloForBusinessPinUsagePDisallowed
)
var (
_WindowsHelloForBusinessPinUsagePAllowed = WindowsHelloForBusinessPinUsageVAllowed
_WindowsHelloForBusinessPinUsagePRequired = WindowsHelloForBusinessPinUsageVRequired
_WindowsHelloForBusinessPinUsagePDisallowed = WindowsHelloForBusinessPinUsageVDisallowed
)
// WindowsInformationProtectionEnforcementLevel undocumented
type WindowsInformationProtectionEnforcementLevel string
const (
// WindowsInformationProtectionEnforcementLevelVNoProtection undocumented
WindowsInformationProtectionEnforcementLevelVNoProtection WindowsInformationProtectionEnforcementLevel = "noProtection"
// WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly undocumented
WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly WindowsInformationProtectionEnforcementLevel = "encryptAndAuditOnly"
// WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt undocumented
WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt WindowsInformationProtectionEnforcementLevel = "encryptAuditAndPrompt"
// WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock undocumented
WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock WindowsInformationProtectionEnforcementLevel = "encryptAuditAndBlock"
)
var (
// WindowsInformationProtectionEnforcementLevelPNoProtection is a pointer to WindowsInformationProtectionEnforcementLevelVNoProtection
WindowsInformationProtectionEnforcementLevelPNoProtection = & _WindowsInformationProtectionEnforcementLevelPNoProtection
// WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly
WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly = & _WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly
// WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt
WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt = & _WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt
// WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock is a pointer to WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock
WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock = & _WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock
)
var (
_WindowsInformationProtectionEnforcementLevelPNoProtection = WindowsInformationProtectionEnforcementLevelVNoProtection
_WindowsInformationProtectionEnforcementLevelPEncryptAndAuditOnly = WindowsInformationProtectionEnforcementLevelVEncryptAndAuditOnly
_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndPrompt = WindowsInformationProtectionEnforcementLevelVEncryptAuditAndPrompt
_WindowsInformationProtectionEnforcementLevelPEncryptAuditAndBlock = WindowsInformationProtectionEnforcementLevelVEncryptAuditAndBlock
)
// WindowsInformationProtectionPinCharacterRequirements undocumented
type WindowsInformationProtectionPinCharacterRequirements string
const (
// WindowsInformationProtectionPinCharacterRequirementsVNotAllow undocumented
WindowsInformationProtectionPinCharacterRequirementsVNotAllow WindowsInformationProtectionPinCharacterRequirements = "notAllow"
// WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne undocumented
WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne WindowsInformationProtectionPinCharacterRequirements = "requireAtLeastOne"
// WindowsInformationProtectionPinCharacterRequirementsVAllow undocumented
WindowsInformationProtectionPinCharacterRequirementsVAllow WindowsInformationProtectionPinCharacterRequirements = "allow"
)
var (
// WindowsInformationProtectionPinCharacterRequirementsPNotAllow is a pointer to WindowsInformationProtectionPinCharacterRequirementsVNotAllow
WindowsInformationProtectionPinCharacterRequirementsPNotAllow = & _WindowsInformationProtectionPinCharacterRequirementsPNotAllow
// WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne is a pointer to WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne
WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne = & _WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne
// WindowsInformationProtectionPinCharacterRequirementsPAllow is a pointer to WindowsInformationProtectionPinCharacterRequirementsVAllow
WindowsInformationProtectionPinCharacterRequirementsPAllow = & _WindowsInformationProtectionPinCharacterRequirementsPAllow
)
var (
_WindowsInformationProtectionPinCharacterRequirementsPNotAllow = WindowsInformationProtectionPinCharacterRequirementsVNotAllow
_WindowsInformationProtectionPinCharacterRequirementsPRequireAtLeastOne = WindowsInformationProtectionPinCharacterRequirementsVRequireAtLeastOne
_WindowsInformationProtectionPinCharacterRequirementsPAllow = WindowsInformationProtectionPinCharacterRequirementsVAllow
)
// WindowsKioskAppType undocumented
type WindowsKioskAppType string
const (
// WindowsKioskAppTypeVUnknown undocumented
WindowsKioskAppTypeVUnknown WindowsKioskAppType = "unknown"
// WindowsKioskAppTypeVStore undocumented
WindowsKioskAppTypeVStore WindowsKioskAppType = "store"
// WindowsKioskAppTypeVDesktop undocumented
WindowsKioskAppTypeVDesktop WindowsKioskAppType = "desktop"
// WindowsKioskAppTypeVAumID undocumented
WindowsKioskAppTypeVAumID WindowsKioskAppType = "aumId"
)
var (
// WindowsKioskAppTypePUnknown is a pointer to WindowsKioskAppTypeVUnknown
WindowsKioskAppTypePUnknown = & _WindowsKioskAppTypePUnknown
// WindowsKioskAppTypePStore is a pointer to WindowsKioskAppTypeVStore
WindowsKioskAppTypePStore = & _WindowsKioskAppTypePStore
// WindowsKioskAppTypePDesktop is a pointer to WindowsKioskAppTypeVDesktop
WindowsKioskAppTypePDesktop = & _WindowsKioskAppTypePDesktop
// WindowsKioskAppTypePAumID is a pointer to WindowsKioskAppTypeVAumID
WindowsKioskAppTypePAumID = & _WindowsKioskAppTypePAumID
)
var (
_WindowsKioskAppTypePUnknown = WindowsKioskAppTypeVUnknown
_WindowsKioskAppTypePStore = WindowsKioskAppTypeVStore
_WindowsKioskAppTypePDesktop = WindowsKioskAppTypeVDesktop
_WindowsKioskAppTypePAumID = WindowsKioskAppTypeVAumID
)
// WindowsMalwareCategory undocumented
type WindowsMalwareCategory string
const (
// WindowsMalwareCategoryVInvalid undocumented
WindowsMalwareCategoryVInvalid WindowsMalwareCategory = "invalid"
// WindowsMalwareCategoryVAdware undocumented
WindowsMalwareCategoryVAdware WindowsMalwareCategory = "adware"
// WindowsMalwareCategoryVSpyware undocumented
WindowsMalwareCategoryVSpyware WindowsMalwareCategory = "spyware"
// WindowsMalwareCategoryVPasswordStealer undocumented
WindowsMalwareCategoryVPasswordStealer WindowsMalwareCategory = "passwordStealer"
// WindowsMalwareCategoryVTrojanDownloader undocumented
WindowsMalwareCategoryVTrojanDownloader WindowsMalwareCategory = "trojanDownloader"
// WindowsMalwareCategoryVWorm undocumented
WindowsMalwareCategoryVWorm WindowsMalwareCategory = "worm"
// WindowsMalwareCategoryVBackdoor undocumented
WindowsMalwareCategoryVBackdoor WindowsMalwareCategory = "backdoor"
// WindowsMalwareCategoryVRemoteAccessTrojan undocumented
WindowsMalwareCategoryVRemoteAccessTrojan WindowsMalwareCategory = "remoteAccessTrojan"
// WindowsMalwareCategoryVTrojan undocumented
WindowsMalwareCategoryVTrojan WindowsMalwareCategory = "trojan"
// WindowsMalwareCategoryVEmailFlooder undocumented
WindowsMalwareCategoryVEmailFlooder WindowsMalwareCategory = "emailFlooder"
// WindowsMalwareCategoryVKeylogger undocumented
WindowsMalwareCategoryVKeylogger WindowsMalwareCategory = "keylogger"
// WindowsMalwareCategoryVDialer undocumented
WindowsMalwareCategoryVDialer WindowsMalwareCategory = "dialer"
// WindowsMalwareCategoryVMonitoringSoftware undocumented
WindowsMalwareCategoryVMonitoringSoftware WindowsMalwareCategory = "monitoringSoftware"
// WindowsMalwareCategoryVBrowserModifier undocumented
WindowsMalwareCategoryVBrowserModifier WindowsMalwareCategory = "browserModifier"
// WindowsMalwareCategoryVCookie undocumented
WindowsMalwareCategoryVCookie WindowsMalwareCategory = "cookie"
// WindowsMalwareCategoryVBrowserPlugin undocumented
WindowsMalwareCategoryVBrowserPlugin WindowsMalwareCategory = "browserPlugin"
// WindowsMalwareCategoryVAolExploit undocumented
WindowsMalwareCategoryVAolExploit WindowsMalwareCategory = "aolExploit"
// WindowsMalwareCategoryVNuker undocumented
WindowsMalwareCategoryVNuker WindowsMalwareCategory = "nuker"
// WindowsMalwareCategoryVSecurityDisabler undocumented
WindowsMalwareCategoryVSecurityDisabler WindowsMalwareCategory = "securityDisabler"
// WindowsMalwareCategoryVJokeProgram undocumented
WindowsMalwareCategoryVJokeProgram WindowsMalwareCategory = "jokeProgram"
// WindowsMalwareCategoryVHostileActiveXControl undocumented
WindowsMalwareCategoryVHostileActiveXControl WindowsMalwareCategory = "hostileActiveXControl"
// WindowsMalwareCategoryVSoftwareBundler undocumented
WindowsMalwareCategoryVSoftwareBundler WindowsMalwareCategory = "softwareBundler"
// WindowsMalwareCategoryVStealthNotifier undocumented
WindowsMalwareCategoryVStealthNotifier WindowsMalwareCategory = "stealthNotifier"
// WindowsMalwareCategoryVSettingsModifier undocumented
WindowsMalwareCategoryVSettingsModifier WindowsMalwareCategory = "settingsModifier"
// WindowsMalwareCategoryVToolBar undocumented
WindowsMalwareCategoryVToolBar WindowsMalwareCategory = "toolBar"
// WindowsMalwareCategoryVRemoteControlSoftware undocumented
WindowsMalwareCategoryVRemoteControlSoftware WindowsMalwareCategory = "remoteControlSoftware"
// WindowsMalwareCategoryVTrojanFtp undocumented
WindowsMalwareCategoryVTrojanFtp WindowsMalwareCategory = "trojanFtp"
// WindowsMalwareCategoryVPotentialUnwantedSoftware undocumented
WindowsMalwareCategoryVPotentialUnwantedSoftware WindowsMalwareCategory = "potentialUnwantedSoftware"
// WindowsMalwareCategoryVIcqExploit undocumented
WindowsMalwareCategoryVIcqExploit WindowsMalwareCategory = "icqExploit"
// WindowsMalwareCategoryVTrojanTelnet undocumented
WindowsMalwareCategoryVTrojanTelnet WindowsMalwareCategory = "trojanTelnet"
// WindowsMalwareCategoryVExploit undocumented
WindowsMalwareCategoryVExploit WindowsMalwareCategory = "exploit"
// WindowsMalwareCategoryVFilesharingProgram undocumented
WindowsMalwareCategoryVFilesharingProgram WindowsMalwareCategory = "filesharingProgram"
// WindowsMalwareCategoryVMalwareCreationTool undocumented
WindowsMalwareCategoryVMalwareCreationTool WindowsMalwareCategory = "malwareCreationTool"
// WindowsMalwareCategoryVRemote_Control_Software undocumented
WindowsMalwareCategoryVRemote_Control_Software WindowsMalwareCategory = "remote_Control_Software"
// WindowsMalwareCategoryVTool undocumented
WindowsMalwareCategoryVTool WindowsMalwareCategory = "tool"
// WindowsMalwareCategoryVTrojanDenialOfService undocumented
WindowsMalwareCategoryVTrojanDenialOfService WindowsMalwareCategory = "trojanDenialOfService"
// WindowsMalwareCategoryVTrojanDropper undocumented
WindowsMalwareCategoryVTrojanDropper WindowsMalwareCategory = "trojanDropper"
// WindowsMalwareCategoryVTrojanMassMailer undocumented
WindowsMalwareCategoryVTrojanMassMailer WindowsMalwareCategory = "trojanMassMailer"
// WindowsMalwareCategoryVTrojanMonitoringSoftware undocumented
WindowsMalwareCategoryVTrojanMonitoringSoftware WindowsMalwareCategory = "trojanMonitoringSoftware"
// WindowsMalwareCategoryVTrojanProxyServer undocumented
WindowsMalwareCategoryVTrojanProxyServer WindowsMalwareCategory = "trojanProxyServer"
// WindowsMalwareCategoryVVirus undocumented
WindowsMalwareCategoryVVirus WindowsMalwareCategory = "virus"
// WindowsMalwareCategoryVKnown undocumented
WindowsMalwareCategoryVKnown WindowsMalwareCategory = "known"
// WindowsMalwareCategoryVUnknown undocumented
WindowsMalwareCategoryVUnknown WindowsMalwareCategory = "unknown"
// WindowsMalwareCategoryVSpp undocumented
WindowsMalwareCategoryVSpp WindowsMalwareCategory = "spp"
// WindowsMalwareCategoryVBehavior undocumented
WindowsMalwareCategoryVBehavior WindowsMalwareCategory = "behavior"
// WindowsMalwareCategoryVVulnerability undocumented
WindowsMalwareCategoryVVulnerability WindowsMalwareCategory = "vulnerability"
// WindowsMalwareCategoryVPolicy undocumented
WindowsMalwareCategoryVPolicy WindowsMalwareCategory = "policy"
// WindowsMalwareCategoryVEnterpriseUnwantedSoftware undocumented
WindowsMalwareCategoryVEnterpriseUnwantedSoftware WindowsMalwareCategory = "enterpriseUnwantedSoftware"
// WindowsMalwareCategoryVRansom undocumented
WindowsMalwareCategoryVRansom WindowsMalwareCategory = "ransom"
// WindowsMalwareCategoryVHipsRule undocumented
WindowsMalwareCategoryVHipsRule WindowsMalwareCategory = "hipsRule"
)
var (
// WindowsMalwareCategoryPInvalid is a pointer to WindowsMalwareCategoryVInvalid
WindowsMalwareCategoryPInvalid = & _WindowsMalwareCategoryPInvalid
// WindowsMalwareCategoryPAdware is a pointer to WindowsMalwareCategoryVAdware
WindowsMalwareCategoryPAdware = & _WindowsMalwareCategoryPAdware
// WindowsMalwareCategoryPSpyware is a pointer to WindowsMalwareCategoryVSpyware
WindowsMalwareCategoryPSpyware = & _WindowsMalwareCategoryPSpyware
// WindowsMalwareCategoryPPasswordStealer is a pointer to WindowsMalwareCategoryVPasswordStealer
WindowsMalwareCategoryPPasswordStealer = & _WindowsMalwareCategoryPPasswordStealer
// WindowsMalwareCategoryPTrojanDownloader is a pointer to WindowsMalwareCategoryVTrojanDownloader
WindowsMalwareCategoryPTrojanDownloader = & _WindowsMalwareCategoryPTrojanDownloader
// WindowsMalwareCategoryPWorm is a pointer to WindowsMalwareCategoryVWorm
WindowsMalwareCategoryPWorm = & _WindowsMalwareCategoryPWorm
// WindowsMalwareCategoryPBackdoor is a pointer to WindowsMalwareCategoryVBackdoor
WindowsMalwareCategoryPBackdoor = & _WindowsMalwareCategoryPBackdoor
// WindowsMalwareCategoryPRemoteAccessTrojan is a pointer to WindowsMalwareCategoryVRemoteAccessTrojan
WindowsMalwareCategoryPRemoteAccessTrojan = & _WindowsMalwareCategoryPRemoteAccessTrojan
// WindowsMalwareCategoryPTrojan is a pointer to WindowsMalwareCategoryVTrojan
WindowsMalwareCategoryPTrojan = & _WindowsMalwareCategoryPTrojan
// WindowsMalwareCategoryPEmailFlooder is a pointer to WindowsMalwareCategoryVEmailFlooder
WindowsMalwareCategoryPEmailFlooder = & _WindowsMalwareCategoryPEmailFlooder
// WindowsMalwareCategoryPKeylogger is a pointer to WindowsMalwareCategoryVKeylogger
WindowsMalwareCategoryPKeylogger = & _WindowsMalwareCategoryPKeylogger
// WindowsMalwareCategoryPDialer is a pointer to WindowsMalwareCategoryVDialer
WindowsMalwareCategoryPDialer = & _WindowsMalwareCategoryPDialer
// WindowsMalwareCategoryPMonitoringSoftware is a pointer to WindowsMalwareCategoryVMonitoringSoftware
WindowsMalwareCategoryPMonitoringSoftware = & _WindowsMalwareCategoryPMonitoringSoftware
// WindowsMalwareCategoryPBrowserModifier is a pointer to WindowsMalwareCategoryVBrowserModifier
WindowsMalwareCategoryPBrowserModifier = & _WindowsMalwareCategoryPBrowserModifier
// WindowsMalwareCategoryPCookie is a pointer to WindowsMalwareCategoryVCookie
WindowsMalwareCategoryPCookie = & _WindowsMalwareCategoryPCookie
// WindowsMalwareCategoryPBrowserPlugin is a pointer to WindowsMalwareCategoryVBrowserPlugin
WindowsMalwareCategoryPBrowserPlugin = & _WindowsMalwareCategoryPBrowserPlugin
// WindowsMalwareCategoryPAolExploit is a pointer to WindowsMalwareCategoryVAolExploit
WindowsMalwareCategoryPAolExploit = & _WindowsMalwareCategoryPAolExploit
// WindowsMalwareCategoryPNuker is a pointer to WindowsMalwareCategoryVNuker
WindowsMalwareCategoryPNuker = & _WindowsMalwareCategoryPNuker
// WindowsMalwareCategoryPSecurityDisabler is a pointer to WindowsMalwareCategoryVSecurityDisabler
WindowsMalwareCategoryPSecurityDisabler = & _WindowsMalwareCategoryPSecurityDisabler
// WindowsMalwareCategoryPJokeProgram is a pointer to WindowsMalwareCategoryVJokeProgram
WindowsMalwareCategoryPJokeProgram = & _WindowsMalwareCategoryPJokeProgram
// WindowsMalwareCategoryPHostileActiveXControl is a pointer to WindowsMalwareCategoryVHostileActiveXControl
WindowsMalwareCategoryPHostileActiveXControl = & _WindowsMalwareCategoryPHostileActiveXControl
// WindowsMalwareCategoryPSoftwareBundler is a pointer to WindowsMalwareCategoryVSoftwareBundler
WindowsMalwareCategoryPSoftwareBundler = & _WindowsMalwareCategoryPSoftwareBundler
// WindowsMalwareCategoryPStealthNotifier is a pointer to WindowsMalwareCategoryVStealthNotifier
WindowsMalwareCategoryPStealthNotifier = & _WindowsMalwareCategoryPStealthNotifier
// WindowsMalwareCategoryPSettingsModifier is a pointer to WindowsMalwareCategoryVSettingsModifier
WindowsMalwareCategoryPSettingsModifier = & _WindowsMalwareCategoryPSettingsModifier
// WindowsMalwareCategoryPToolBar is a pointer to WindowsMalwareCategoryVToolBar
WindowsMalwareCategoryPToolBar = & _WindowsMalwareCategoryPToolBar
// WindowsMalwareCategoryPRemoteControlSoftware is a pointer to WindowsMalwareCategoryVRemoteControlSoftware
WindowsMalwareCategoryPRemoteControlSoftware = & _WindowsMalwareCategoryPRemoteControlSoftware
// WindowsMalwareCategoryPTrojanFtp is a pointer to WindowsMalwareCategoryVTrojanFtp
WindowsMalwareCategoryPTrojanFtp = & _WindowsMalwareCategoryPTrojanFtp
// WindowsMalwareCategoryPPotentialUnwantedSoftware is a pointer to WindowsMalwareCategoryVPotentialUnwantedSoftware
WindowsMalwareCategoryPPotentialUnwantedSoftware = & _WindowsMalwareCategoryPPotentialUnwantedSoftware
// WindowsMalwareCategoryPIcqExploit is a pointer to WindowsMalwareCategoryVIcqExploit
WindowsMalwareCategoryPIcqExploit = & _WindowsMalwareCategoryPIcqExploit
// WindowsMalwareCategoryPTrojanTelnet is a pointer to WindowsMalwareCategoryVTrojanTelnet
WindowsMalwareCategoryPTrojanTelnet = & _WindowsMalwareCategoryPTrojanTelnet
// WindowsMalwareCategoryPExploit is a pointer to WindowsMalwareCategoryVExploit
WindowsMalwareCategoryPExploit = & _WindowsMalwareCategoryPExploit
// WindowsMalwareCategoryPFilesharingProgram is a pointer to WindowsMalwareCategoryVFilesharingProgram
WindowsMalwareCategoryPFilesharingProgram = & _WindowsMalwareCategoryPFilesharingProgram
// WindowsMalwareCategoryPMalwareCreationTool is a pointer to WindowsMalwareCategoryVMalwareCreationTool
WindowsMalwareCategoryPMalwareCreationTool = & _WindowsMalwareCategoryPMalwareCreationTool
// WindowsMalwareCategoryPRemote_Control_Software is a pointer to WindowsMalwareCategoryVRemote_Control_Software
WindowsMalwareCategoryPRemote_Control_Software = & _WindowsMalwareCategoryPRemote_Control_Software
// WindowsMalwareCategoryPTool is a pointer to WindowsMalwareCategoryVTool
WindowsMalwareCategoryPTool = & _WindowsMalwareCategoryPTool
// WindowsMalwareCategoryPTrojanDenialOfService is a pointer to WindowsMalwareCategoryVTrojanDenialOfService
WindowsMalwareCategoryPTrojanDenialOfService = & _WindowsMalwareCategoryPTrojanDenialOfService
// WindowsMalwareCategoryPTrojanDropper is a pointer to WindowsMalwareCategoryVTrojanDropper
WindowsMalwareCategoryPTrojanDropper = & _WindowsMalwareCategoryPTrojanDropper
// WindowsMalwareCategoryPTrojanMassMailer is a pointer to WindowsMalwareCategoryVTrojanMassMailer
WindowsMalwareCategoryPTrojanMassMailer = & _WindowsMalwareCategoryPTrojanMassMailer
// WindowsMalwareCategoryPTrojanMonitoringSoftware is a pointer to WindowsMalwareCategoryVTrojanMonitoringSoftware
WindowsMalwareCategoryPTrojanMonitoringSoftware = & _WindowsMalwareCategoryPTrojanMonitoringSoftware
// WindowsMalwareCategoryPTrojanProxyServer is a pointer to WindowsMalwareCategoryVTrojanProxyServer
WindowsMalwareCategoryPTrojanProxyServer = & _WindowsMalwareCategoryPTrojanProxyServer
// WindowsMalwareCategoryPVirus is a pointer to WindowsMalwareCategoryVVirus
WindowsMalwareCategoryPVirus = & _WindowsMalwareCategoryPVirus
// WindowsMalwareCategoryPKnown is a pointer to WindowsMalwareCategoryVKnown
WindowsMalwareCategoryPKnown = & _WindowsMalwareCategoryPKnown
// WindowsMalwareCategoryPUnknown is a pointer to WindowsMalwareCategoryVUnknown
WindowsMalwareCategoryPUnknown = & _WindowsMalwareCategoryPUnknown
// WindowsMalwareCategoryPSpp is a pointer to WindowsMalwareCategoryVSpp
WindowsMalwareCategoryPSpp = & _WindowsMalwareCategoryPSpp
// WindowsMalwareCategoryPBehavior is a pointer to WindowsMalwareCategoryVBehavior
WindowsMalwareCategoryPBehavior = & _WindowsMalwareCategoryPBehavior
// WindowsMalwareCategoryPVulnerability is a pointer to WindowsMalwareCategoryVVulnerability
WindowsMalwareCategoryPVulnerability = & _WindowsMalwareCategoryPVulnerability
// WindowsMalwareCategoryPPolicy is a pointer to WindowsMalwareCategoryVPolicy
WindowsMalwareCategoryPPolicy = & _WindowsMalwareCategoryPPolicy
// WindowsMalwareCategoryPEnterpriseUnwantedSoftware is a pointer to WindowsMalwareCategoryVEnterpriseUnwantedSoftware
WindowsMalwareCategoryPEnterpriseUnwantedSoftware = & _WindowsMalwareCategoryPEnterpriseUnwantedSoftware
// WindowsMalwareCategoryPRansom is a pointer to WindowsMalwareCategoryVRansom
WindowsMalwareCategoryPRansom = & _WindowsMalwareCategoryPRansom
// WindowsMalwareCategoryPHipsRule is a pointer to WindowsMalwareCategoryVHipsRule
WindowsMalwareCategoryPHipsRule = & _WindowsMalwareCategoryPHipsRule
)
var (
_WindowsMalwareCategoryPInvalid = WindowsMalwareCategoryVInvalid
_WindowsMalwareCategoryPAdware = WindowsMalwareCategoryVAdware
_WindowsMalwareCategoryPSpyware = WindowsMalwareCategoryVSpyware
_WindowsMalwareCategoryPPasswordStealer = WindowsMalwareCategoryVPasswordStealer
_WindowsMalwareCategoryPTrojanDownloader = WindowsMalwareCategoryVTrojanDownloader
_WindowsMalwareCategoryPWorm = WindowsMalwareCategoryVWorm
_WindowsMalwareCategoryPBackdoor = WindowsMalwareCategoryVBackdoor
_WindowsMalwareCategoryPRemoteAccessTrojan = WindowsMalwareCategoryVRemoteAccessTrojan
_WindowsMalwareCategoryPTrojan = WindowsMalwareCategoryVTrojan
_WindowsMalwareCategoryPEmailFlooder = WindowsMalwareCategoryVEmailFlooder
_WindowsMalwareCategoryPKeylogger = WindowsMalwareCategoryVKeylogger
_WindowsMalwareCategoryPDialer = WindowsMalwareCategoryVDialer
_WindowsMalwareCategoryPMonitoringSoftware = WindowsMalwareCategoryVMonitoringSoftware
_WindowsMalwareCategoryPBrowserModifier = WindowsMalwareCategoryVBrowserModifier
_WindowsMalwareCategoryPCookie = WindowsMalwareCategoryVCookie
_WindowsMalwareCategoryPBrowserPlugin = WindowsMalwareCategoryVBrowserPlugin
_WindowsMalwareCategoryPAolExploit = WindowsMalwareCategoryVAolExploit
_WindowsMalwareCategoryPNuker = WindowsMalwareCategoryVNuker
_WindowsMalwareCategoryPSecurityDisabler = WindowsMalwareCategoryVSecurityDisabler
_WindowsMalwareCategoryPJokeProgram = WindowsMalwareCategoryVJokeProgram
_WindowsMalwareCategoryPHostileActiveXControl = WindowsMalwareCategoryVHostileActiveXControl
_WindowsMalwareCategoryPSoftwareBundler = WindowsMalwareCategoryVSoftwareBundler
_WindowsMalwareCategoryPStealthNotifier = WindowsMalwareCategoryVStealthNotifier
_WindowsMalwareCategoryPSettingsModifier = WindowsMalwareCategoryVSettingsModifier
_WindowsMalwareCategoryPToolBar = WindowsMalwareCategoryVToolBar
_WindowsMalwareCategoryPRemoteControlSoftware = WindowsMalwareCategoryVRemoteControlSoftware
_WindowsMalwareCategoryPTrojanFtp = WindowsMalwareCategoryVTrojanFtp
_WindowsMalwareCategoryPPotentialUnwantedSoftware = WindowsMalwareCategoryVPotentialUnwantedSoftware
_WindowsMalwareCategoryPIcqExploit = WindowsMalwareCategoryVIcqExploit
_WindowsMalwareCategoryPTrojanTelnet = WindowsMalwareCategoryVTrojanTelnet
_WindowsMalwareCategoryPExploit = WindowsMalwareCategoryVExploit
_WindowsMalwareCategoryPFilesharingProgram = WindowsMalwareCategoryVFilesharingProgram
_WindowsMalwareCategoryPMalwareCreationTool = WindowsMalwareCategoryVMalwareCreationTool
_WindowsMalwareCategoryPRemote_Control_Software = WindowsMalwareCategoryVRemote_Control_Software
_WindowsMalwareCategoryPTool = WindowsMalwareCategoryVTool
_WindowsMalwareCategoryPTrojanDenialOfService = WindowsMalwareCategoryVTrojanDenialOfService
_WindowsMalwareCategoryPTrojanDropper = WindowsMalwareCategoryVTrojanDropper
_WindowsMalwareCategoryPTrojanMassMailer = WindowsMalwareCategoryVTrojanMassMailer
_WindowsMalwareCategoryPTrojanMonitoringSoftware = WindowsMalwareCategoryVTrojanMonitoringSoftware
_WindowsMalwareCategoryPTrojanProxyServer = WindowsMalwareCategoryVTrojanProxyServer
_WindowsMalwareCategoryPVirus = WindowsMalwareCategoryVVirus
_WindowsMalwareCategoryPKnown = WindowsMalwareCategoryVKnown
_WindowsMalwareCategoryPUnknown = WindowsMalwareCategoryVUnknown
_WindowsMalwareCategoryPSpp = WindowsMalwareCategoryVSpp
_WindowsMalwareCategoryPBehavior = WindowsMalwareCategoryVBehavior
_WindowsMalwareCategoryPVulnerability = WindowsMalwareCategoryVVulnerability
_WindowsMalwareCategoryPPolicy = WindowsMalwareCategoryVPolicy
_WindowsMalwareCategoryPEnterpriseUnwantedSoftware = WindowsMalwareCategoryVEnterpriseUnwantedSoftware
_WindowsMalwareCategoryPRansom = WindowsMalwareCategoryVRansom
_WindowsMalwareCategoryPHipsRule = WindowsMalwareCategoryVHipsRule
)
// WindowsMalwareExecutionState undocumented
type WindowsMalwareExecutionState string
const (
// WindowsMalwareExecutionStateVUnknown undocumented
WindowsMalwareExecutionStateVUnknown WindowsMalwareExecutionState = "unknown"
// WindowsMalwareExecutionStateVBlocked undocumented
WindowsMalwareExecutionStateVBlocked WindowsMalwareExecutionState = "blocked"
// WindowsMalwareExecutionStateVAllowed undocumented
WindowsMalwareExecutionStateVAllowed WindowsMalwareExecutionState = "allowed"
// WindowsMalwareExecutionStateVRunning undocumented
WindowsMalwareExecutionStateVRunning WindowsMalwareExecutionState = "running"
// WindowsMalwareExecutionStateVNotRunning undocumented
WindowsMalwareExecutionStateVNotRunning WindowsMalwareExecutionState = "notRunning"
)
var (
// WindowsMalwareExecutionStatePUnknown is a pointer to WindowsMalwareExecutionStateVUnknown
WindowsMalwareExecutionStatePUnknown = & _WindowsMalwareExecutionStatePUnknown
// WindowsMalwareExecutionStatePBlocked is a pointer to WindowsMalwareExecutionStateVBlocked
WindowsMalwareExecutionStatePBlocked = & _WindowsMalwareExecutionStatePBlocked
// WindowsMalwareExecutionStatePAllowed is a pointer to WindowsMalwareExecutionStateVAllowed
WindowsMalwareExecutionStatePAllowed = & _WindowsMalwareExecutionStatePAllowed
// WindowsMalwareExecutionStatePRunning is a pointer to WindowsMalwareExecutionStateVRunning
WindowsMalwareExecutionStatePRunning = & _WindowsMalwareExecutionStatePRunning
// WindowsMalwareExecutionStatePNotRunning is a pointer to WindowsMalwareExecutionStateVNotRunning
WindowsMalwareExecutionStatePNotRunning = & _WindowsMalwareExecutionStatePNotRunning
)
var (
_WindowsMalwareExecutionStatePUnknown = WindowsMalwareExecutionStateVUnknown
_WindowsMalwareExecutionStatePBlocked = WindowsMalwareExecutionStateVBlocked
_WindowsMalwareExecutionStatePAllowed = WindowsMalwareExecutionStateVAllowed
_WindowsMalwareExecutionStatePRunning = WindowsMalwareExecutionStateVRunning
_WindowsMalwareExecutionStatePNotRunning = WindowsMalwareExecutionStateVNotRunning
)
// WindowsMalwareSeverity undocumented
type WindowsMalwareSeverity string
const (
// WindowsMalwareSeverityVUnknown undocumented
WindowsMalwareSeverityVUnknown WindowsMalwareSeverity = "unknown"
// WindowsMalwareSeverityVLow undocumented
WindowsMalwareSeverityVLow WindowsMalwareSeverity = "low"
// WindowsMalwareSeverityVModerate undocumented
WindowsMalwareSeverityVModerate WindowsMalwareSeverity = "moderate"
// WindowsMalwareSeverityVHigh undocumented
WindowsMalwareSeverityVHigh WindowsMalwareSeverity = "high"
// WindowsMalwareSeverityVSevere undocumented
WindowsMalwareSeverityVSevere WindowsMalwareSeverity = "severe"
)
var (
// WindowsMalwareSeverityPUnknown is a pointer to WindowsMalwareSeverityVUnknown
WindowsMalwareSeverityPUnknown = & _WindowsMalwareSeverityPUnknown
// WindowsMalwareSeverityPLow is a pointer to WindowsMalwareSeverityVLow
WindowsMalwareSeverityPLow = & _WindowsMalwareSeverityPLow
// WindowsMalwareSeverityPModerate is a pointer to WindowsMalwareSeverityVModerate
WindowsMalwareSeverityPModerate = & _WindowsMalwareSeverityPModerate
// WindowsMalwareSeverityPHigh is a pointer to WindowsMalwareSeverityVHigh
WindowsMalwareSeverityPHigh = & _WindowsMalwareSeverityPHigh
// WindowsMalwareSeverityPSevere is a pointer to WindowsMalwareSeverityVSevere
WindowsMalwareSeverityPSevere = & _WindowsMalwareSeverityPSevere
)
var (
_WindowsMalwareSeverityPUnknown = WindowsMalwareSeverityVUnknown
_WindowsMalwareSeverityPLow = WindowsMalwareSeverityVLow
_WindowsMalwareSeverityPModerate = WindowsMalwareSeverityVModerate
_WindowsMalwareSeverityPHigh = WindowsMalwareSeverityVHigh
_WindowsMalwareSeverityPSevere = WindowsMalwareSeverityVSevere
)
// WindowsMalwareState undocumented
type WindowsMalwareState string
const (
// WindowsMalwareStateVUnknown undocumented
WindowsMalwareStateVUnknown WindowsMalwareState = "unknown"
// WindowsMalwareStateVDetected undocumented
WindowsMalwareStateVDetected WindowsMalwareState = "detected"
// WindowsMalwareStateVCleaned undocumented
WindowsMalwareStateVCleaned WindowsMalwareState = "cleaned"
// WindowsMalwareStateVQuarantined undocumented
WindowsMalwareStateVQuarantined WindowsMalwareState = "quarantined"
// WindowsMalwareStateVRemoved undocumented
WindowsMalwareStateVRemoved WindowsMalwareState = "removed"
// WindowsMalwareStateVAllowed undocumented
WindowsMalwareStateVAllowed WindowsMalwareState = "allowed"
// WindowsMalwareStateVBlocked undocumented
WindowsMalwareStateVBlocked WindowsMalwareState = "blocked"
// WindowsMalwareStateVCleanFailed undocumented
WindowsMalwareStateVCleanFailed WindowsMalwareState = "cleanFailed"
// WindowsMalwareStateVQuarantineFailed undocumented
WindowsMalwareStateVQuarantineFailed WindowsMalwareState = "quarantineFailed"
// WindowsMalwareStateVRemoveFailed undocumented
WindowsMalwareStateVRemoveFailed WindowsMalwareState = "removeFailed"
// WindowsMalwareStateVAllowFailed undocumented
WindowsMalwareStateVAllowFailed WindowsMalwareState = "allowFailed"
// WindowsMalwareStateVAbandoned undocumented
WindowsMalwareStateVAbandoned WindowsMalwareState = "abandoned"
// WindowsMalwareStateVBlockFailed undocumented
WindowsMalwareStateVBlockFailed WindowsMalwareState = "blockFailed"
)
var (
// WindowsMalwareStatePUnknown is a pointer to WindowsMalwareStateVUnknown
WindowsMalwareStatePUnknown = & _WindowsMalwareStatePUnknown
// WindowsMalwareStatePDetected is a pointer to WindowsMalwareStateVDetected
WindowsMalwareStatePDetected = & _WindowsMalwareStatePDetected
// WindowsMalwareStatePCleaned is a pointer to WindowsMalwareStateVCleaned
WindowsMalwareStatePCleaned = & _WindowsMalwareStatePCleaned
// WindowsMalwareStatePQuarantined is a pointer to WindowsMalwareStateVQuarantined
WindowsMalwareStatePQuarantined = & _WindowsMalwareStatePQuarantined
// WindowsMalwareStatePRemoved is a pointer to WindowsMalwareStateVRemoved
WindowsMalwareStatePRemoved = & _WindowsMalwareStatePRemoved
// WindowsMalwareStatePAllowed is a pointer to WindowsMalwareStateVAllowed
WindowsMalwareStatePAllowed = & _WindowsMalwareStatePAllowed
// WindowsMalwareStatePBlocked is a pointer to WindowsMalwareStateVBlocked
WindowsMalwareStatePBlocked = & _WindowsMalwareStatePBlocked
// WindowsMalwareStatePCleanFailed is a pointer to WindowsMalwareStateVCleanFailed
WindowsMalwareStatePCleanFailed = & _WindowsMalwareStatePCleanFailed
// WindowsMalwareStatePQuarantineFailed is a pointer to WindowsMalwareStateVQuarantineFailed
WindowsMalwareStatePQuarantineFailed = & _WindowsMalwareStatePQuarantineFailed
// WindowsMalwareStatePRemoveFailed is a pointer to WindowsMalwareStateVRemoveFailed
WindowsMalwareStatePRemoveFailed = & _WindowsMalwareStatePRemoveFailed
// WindowsMalwareStatePAllowFailed is a pointer to WindowsMalwareStateVAllowFailed
WindowsMalwareStatePAllowFailed = & _WindowsMalwareStatePAllowFailed
// WindowsMalwareStatePAbandoned is a pointer to WindowsMalwareStateVAbandoned
WindowsMalwareStatePAbandoned = & _WindowsMalwareStatePAbandoned
// WindowsMalwareStatePBlockFailed is a pointer to WindowsMalwareStateVBlockFailed
WindowsMalwareStatePBlockFailed = & _WindowsMalwareStatePBlockFailed
)
var (
_WindowsMalwareStatePUnknown = WindowsMalwareStateVUnknown
_WindowsMalwareStatePDetected = WindowsMalwareStateVDetected
_WindowsMalwareStatePCleaned = WindowsMalwareStateVCleaned
_WindowsMalwareStatePQuarantined = WindowsMalwareStateVQuarantined
_WindowsMalwareStatePRemoved = WindowsMalwareStateVRemoved
_WindowsMalwareStatePAllowed = WindowsMalwareStateVAllowed
_WindowsMalwareStatePBlocked = WindowsMalwareStateVBlocked
_WindowsMalwareStatePCleanFailed = WindowsMalwareStateVCleanFailed
_WindowsMalwareStatePQuarantineFailed = WindowsMalwareStateVQuarantineFailed
_WindowsMalwareStatePRemoveFailed = WindowsMalwareStateVRemoveFailed
_WindowsMalwareStatePAllowFailed = WindowsMalwareStateVAllowFailed
_WindowsMalwareStatePAbandoned = WindowsMalwareStateVAbandoned
_WindowsMalwareStatePBlockFailed = WindowsMalwareStateVBlockFailed
)
// WindowsMalwareThreatState undocumented
type WindowsMalwareThreatState string
const (
// WindowsMalwareThreatStateVActive undocumented
WindowsMalwareThreatStateVActive WindowsMalwareThreatState = "active"
// WindowsMalwareThreatStateVActionFailed undocumented
WindowsMalwareThreatStateVActionFailed WindowsMalwareThreatState = "actionFailed"
// WindowsMalwareThreatStateVManualStepsRequired undocumented
WindowsMalwareThreatStateVManualStepsRequired WindowsMalwareThreatState = "manualStepsRequired"
// WindowsMalwareThreatStateVFullScanRequired undocumented
WindowsMalwareThreatStateVFullScanRequired WindowsMalwareThreatState = "fullScanRequired"
// WindowsMalwareThreatStateVRebootRequired undocumented
WindowsMalwareThreatStateVRebootRequired WindowsMalwareThreatState = "rebootRequired"
// WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures undocumented
WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures WindowsMalwareThreatState = "remediatedWithNonCriticalFailures"
// WindowsMalwareThreatStateVQuarantined undocumented
WindowsMalwareThreatStateVQuarantined WindowsMalwareThreatState = "quarantined"
// WindowsMalwareThreatStateVRemoved undocumented
WindowsMalwareThreatStateVRemoved WindowsMalwareThreatState = "removed"
// WindowsMalwareThreatStateVCleaned undocumented
WindowsMalwareThreatStateVCleaned WindowsMalwareThreatState = "cleaned"
// WindowsMalwareThreatStateVAllowed undocumented
WindowsMalwareThreatStateVAllowed WindowsMalwareThreatState = "allowed"
// WindowsMalwareThreatStateVNoStatusCleared undocumented
WindowsMalwareThreatStateVNoStatusCleared WindowsMalwareThreatState = "noStatusCleared"
)
var (
// WindowsMalwareThreatStatePActive is a pointer to WindowsMalwareThreatStateVActive
WindowsMalwareThreatStatePActive = & _WindowsMalwareThreatStatePActive
// WindowsMalwareThreatStatePActionFailed is a pointer to WindowsMalwareThreatStateVActionFailed
WindowsMalwareThreatStatePActionFailed = & _WindowsMalwareThreatStatePActionFailed
// WindowsMalwareThreatStatePManualStepsRequired is a pointer to WindowsMalwareThreatStateVManualStepsRequired
WindowsMalwareThreatStatePManualStepsRequired = & _WindowsMalwareThreatStatePManualStepsRequired
// WindowsMalwareThreatStatePFullScanRequired is a pointer to WindowsMalwareThreatStateVFullScanRequired
WindowsMalwareThreatStatePFullScanRequired = & _WindowsMalwareThreatStatePFullScanRequired
// WindowsMalwareThreatStatePRebootRequired is a pointer to WindowsMalwareThreatStateVRebootRequired
WindowsMalwareThreatStatePRebootRequired = & _WindowsMalwareThreatStatePRebootRequired
// WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures is a pointer to WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures
WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures = & _WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures
// WindowsMalwareThreatStatePQuarantined is a pointer to WindowsMalwareThreatStateVQuarantined
WindowsMalwareThreatStatePQuarantined = & _WindowsMalwareThreatStatePQuarantined
// WindowsMalwareThreatStatePRemoved is a pointer to WindowsMalwareThreatStateVRemoved
WindowsMalwareThreatStatePRemoved = & _WindowsMalwareThreatStatePRemoved
// WindowsMalwareThreatStatePCleaned is a pointer to WindowsMalwareThreatStateVCleaned
WindowsMalwareThreatStatePCleaned = & _WindowsMalwareThreatStatePCleaned
// WindowsMalwareThreatStatePAllowed is a pointer to WindowsMalwareThreatStateVAllowed
WindowsMalwareThreatStatePAllowed = & _WindowsMalwareThreatStatePAllowed
// WindowsMalwareThreatStatePNoStatusCleared is a pointer to WindowsMalwareThreatStateVNoStatusCleared
WindowsMalwareThreatStatePNoStatusCleared = & _WindowsMalwareThreatStatePNoStatusCleared
)
var (
_WindowsMalwareThreatStatePActive = WindowsMalwareThreatStateVActive
_WindowsMalwareThreatStatePActionFailed = WindowsMalwareThreatStateVActionFailed
_WindowsMalwareThreatStatePManualStepsRequired = WindowsMalwareThreatStateVManualStepsRequired
_WindowsMalwareThreatStatePFullScanRequired = WindowsMalwareThreatStateVFullScanRequired
_WindowsMalwareThreatStatePRebootRequired = WindowsMalwareThreatStateVRebootRequired
_WindowsMalwareThreatStatePRemediatedWithNonCriticalFailures = WindowsMalwareThreatStateVRemediatedWithNonCriticalFailures
_WindowsMalwareThreatStatePQuarantined = WindowsMalwareThreatStateVQuarantined
_WindowsMalwareThreatStatePRemoved = WindowsMalwareThreatStateVRemoved
_WindowsMalwareThreatStatePCleaned = WindowsMalwareThreatStateVCleaned
_WindowsMalwareThreatStatePAllowed = WindowsMalwareThreatStateVAllowed
_WindowsMalwareThreatStatePNoStatusCleared = WindowsMalwareThreatStateVNoStatusCleared
)
// WindowsPrivacyDataAccessLevel undocumented
type WindowsPrivacyDataAccessLevel string
const (
// WindowsPrivacyDataAccessLevelVNotConfigured undocumented
WindowsPrivacyDataAccessLevelVNotConfigured WindowsPrivacyDataAccessLevel = "notConfigured"
// WindowsPrivacyDataAccessLevelVForceAllow undocumented
WindowsPrivacyDataAccessLevelVForceAllow WindowsPrivacyDataAccessLevel = "forceAllow"
// WindowsPrivacyDataAccessLevelVForceDeny undocumented
WindowsPrivacyDataAccessLevelVForceDeny WindowsPrivacyDataAccessLevel = "forceDeny"
// WindowsPrivacyDataAccessLevelVUserInControl undocumented
WindowsPrivacyDataAccessLevelVUserInControl WindowsPrivacyDataAccessLevel = "userInControl"
)
var (
// WindowsPrivacyDataAccessLevelPNotConfigured is a pointer to WindowsPrivacyDataAccessLevelVNotConfigured
WindowsPrivacyDataAccessLevelPNotConfigured = & _WindowsPrivacyDataAccessLevelPNotConfigured
// WindowsPrivacyDataAccessLevelPForceAllow is a pointer to WindowsPrivacyDataAccessLevelVForceAllow
WindowsPrivacyDataAccessLevelPForceAllow = & _WindowsPrivacyDataAccessLevelPForceAllow
// WindowsPrivacyDataAccessLevelPForceDeny is a pointer to WindowsPrivacyDataAccessLevelVForceDeny
WindowsPrivacyDataAccessLevelPForceDeny = & _WindowsPrivacyDataAccessLevelPForceDeny
// WindowsPrivacyDataAccessLevelPUserInControl is a pointer to WindowsPrivacyDataAccessLevelVUserInControl
WindowsPrivacyDataAccessLevelPUserInControl = & _WindowsPrivacyDataAccessLevelPUserInControl
)
var (
_WindowsPrivacyDataAccessLevelPNotConfigured = WindowsPrivacyDataAccessLevelVNotConfigured
_WindowsPrivacyDataAccessLevelPForceAllow = WindowsPrivacyDataAccessLevelVForceAllow
_WindowsPrivacyDataAccessLevelPForceDeny = WindowsPrivacyDataAccessLevelVForceDeny
_WindowsPrivacyDataAccessLevelPUserInControl = WindowsPrivacyDataAccessLevelVUserInControl
)
// WindowsPrivacyDataCategory undocumented
type WindowsPrivacyDataCategory string
const (
// WindowsPrivacyDataCategoryVNotConfigured undocumented
WindowsPrivacyDataCategoryVNotConfigured WindowsPrivacyDataCategory = "notConfigured"
// WindowsPrivacyDataCategoryVAccountInfo undocumented
WindowsPrivacyDataCategoryVAccountInfo WindowsPrivacyDataCategory = "accountInfo"
// WindowsPrivacyDataCategoryVAppsRunInBackground undocumented
WindowsPrivacyDataCategoryVAppsRunInBackground WindowsPrivacyDataCategory = "appsRunInBackground"
// WindowsPrivacyDataCategoryVCalendar undocumented
WindowsPrivacyDataCategoryVCalendar WindowsPrivacyDataCategory = "calendar"
// WindowsPrivacyDataCategoryVCallHistory undocumented
WindowsPrivacyDataCategoryVCallHistory WindowsPrivacyDataCategory = "callHistory"
// WindowsPrivacyDataCategoryVCamera undocumented
WindowsPrivacyDataCategoryVCamera WindowsPrivacyDataCategory = "camera"
// WindowsPrivacyDataCategoryVContacts undocumented
WindowsPrivacyDataCategoryVContacts WindowsPrivacyDataCategory = "contacts"
// WindowsPrivacyDataCategoryVDiagnosticsInfo undocumented
WindowsPrivacyDataCategoryVDiagnosticsInfo WindowsPrivacyDataCategory = "diagnosticsInfo"
// WindowsPrivacyDataCategoryVEmail undocumented
WindowsPrivacyDataCategoryVEmail WindowsPrivacyDataCategory = "email"
// WindowsPrivacyDataCategoryVLocation undocumented
WindowsPrivacyDataCategoryVLocation WindowsPrivacyDataCategory = "location"
// WindowsPrivacyDataCategoryVMessaging undocumented
WindowsPrivacyDataCategoryVMessaging WindowsPrivacyDataCategory = "messaging"
// WindowsPrivacyDataCategoryVMicrophone undocumented
WindowsPrivacyDataCategoryVMicrophone WindowsPrivacyDataCategory = "microphone"
// WindowsPrivacyDataCategoryVMotion undocumented
WindowsPrivacyDataCategoryVMotion WindowsPrivacyDataCategory = "motion"
// WindowsPrivacyDataCategoryVNotifications undocumented
WindowsPrivacyDataCategoryVNotifications WindowsPrivacyDataCategory = "notifications"
// WindowsPrivacyDataCategoryVPhone undocumented
WindowsPrivacyDataCategoryVPhone WindowsPrivacyDataCategory = "phone"
// WindowsPrivacyDataCategoryVRadios undocumented
WindowsPrivacyDataCategoryVRadios WindowsPrivacyDataCategory = "radios"
// WindowsPrivacyDataCategoryVTasks undocumented
WindowsPrivacyDataCategoryVTasks WindowsPrivacyDataCategory = "tasks"
// WindowsPrivacyDataCategoryVSyncWithDevices undocumented
WindowsPrivacyDataCategoryVSyncWithDevices WindowsPrivacyDataCategory = "syncWithDevices"
// WindowsPrivacyDataCategoryVTrustedDevices undocumented
WindowsPrivacyDataCategoryVTrustedDevices WindowsPrivacyDataCategory = "trustedDevices"
)
var (
// WindowsPrivacyDataCategoryPNotConfigured is a pointer to WindowsPrivacyDataCategoryVNotConfigured
WindowsPrivacyDataCategoryPNotConfigured = & _WindowsPrivacyDataCategoryPNotConfigured
// WindowsPrivacyDataCategoryPAccountInfo is a pointer to WindowsPrivacyDataCategoryVAccountInfo
WindowsPrivacyDataCategoryPAccountInfo = & _WindowsPrivacyDataCategoryPAccountInfo
// WindowsPrivacyDataCategoryPAppsRunInBackground is a pointer to WindowsPrivacyDataCategoryVAppsRunInBackground
WindowsPrivacyDataCategoryPAppsRunInBackground = & _WindowsPrivacyDataCategoryPAppsRunInBackground
// WindowsPrivacyDataCategoryPCalendar is a pointer to WindowsPrivacyDataCategoryVCalendar
WindowsPrivacyDataCategoryPCalendar = & _WindowsPrivacyDataCategoryPCalendar
// WindowsPrivacyDataCategoryPCallHistory is a pointer to WindowsPrivacyDataCategoryVCallHistory
WindowsPrivacyDataCategoryPCallHistory = & _WindowsPrivacyDataCategoryPCallHistory
// WindowsPrivacyDataCategoryPCamera is a pointer to WindowsPrivacyDataCategoryVCamera
WindowsPrivacyDataCategoryPCamera = & _WindowsPrivacyDataCategoryPCamera
// WindowsPrivacyDataCategoryPContacts is a pointer to WindowsPrivacyDataCategoryVContacts
WindowsPrivacyDataCategoryPContacts = & _WindowsPrivacyDataCategoryPContacts
// WindowsPrivacyDataCategoryPDiagnosticsInfo is a pointer to WindowsPrivacyDataCategoryVDiagnosticsInfo
WindowsPrivacyDataCategoryPDiagnosticsInfo = & _WindowsPrivacyDataCategoryPDiagnosticsInfo
// WindowsPrivacyDataCategoryPEmail is a pointer to WindowsPrivacyDataCategoryVEmail
WindowsPrivacyDataCategoryPEmail = & _WindowsPrivacyDataCategoryPEmail
// WindowsPrivacyDataCategoryPLocation is a pointer to WindowsPrivacyDataCategoryVLocation
WindowsPrivacyDataCategoryPLocation = & _WindowsPrivacyDataCategoryPLocation
// WindowsPrivacyDataCategoryPMessaging is a pointer to WindowsPrivacyDataCategoryVMessaging
WindowsPrivacyDataCategoryPMessaging = & _WindowsPrivacyDataCategoryPMessaging
// WindowsPrivacyDataCategoryPMicrophone is a pointer to WindowsPrivacyDataCategoryVMicrophone
WindowsPrivacyDataCategoryPMicrophone = & _WindowsPrivacyDataCategoryPMicrophone
// WindowsPrivacyDataCategoryPMotion is a pointer to WindowsPrivacyDataCategoryVMotion
WindowsPrivacyDataCategoryPMotion = & _WindowsPrivacyDataCategoryPMotion
// WindowsPrivacyDataCategoryPNotifications is a pointer to WindowsPrivacyDataCategoryVNotifications
WindowsPrivacyDataCategoryPNotifications = & _WindowsPrivacyDataCategoryPNotifications
// WindowsPrivacyDataCategoryPPhone is a pointer to WindowsPrivacyDataCategoryVPhone
WindowsPrivacyDataCategoryPPhone = & _WindowsPrivacyDataCategoryPPhone
// WindowsPrivacyDataCategoryPRadios is a pointer to WindowsPrivacyDataCategoryVRadios
WindowsPrivacyDataCategoryPRadios = & _WindowsPrivacyDataCategoryPRadios
// WindowsPrivacyDataCategoryPTasks is a pointer to WindowsPrivacyDataCategoryVTasks
WindowsPrivacyDataCategoryPTasks = & _WindowsPrivacyDataCategoryPTasks
// WindowsPrivacyDataCategoryPSyncWithDevices is a pointer to WindowsPrivacyDataCategoryVSyncWithDevices
WindowsPrivacyDataCategoryPSyncWithDevices = & _WindowsPrivacyDataCategoryPSyncWithDevices
// WindowsPrivacyDataCategoryPTrustedDevices is a pointer to WindowsPrivacyDataCategoryVTrustedDevices
WindowsPrivacyDataCategoryPTrustedDevices = & _WindowsPrivacyDataCategoryPTrustedDevices
)
var (
_WindowsPrivacyDataCategoryPNotConfigured = WindowsPrivacyDataCategoryVNotConfigured
_WindowsPrivacyDataCategoryPAccountInfo = WindowsPrivacyDataCategoryVAccountInfo
_WindowsPrivacyDataCategoryPAppsRunInBackground = WindowsPrivacyDataCategoryVAppsRunInBackground
_WindowsPrivacyDataCategoryPCalendar = WindowsPrivacyDataCategoryVCalendar
_WindowsPrivacyDataCategoryPCallHistory = WindowsPrivacyDataCategoryVCallHistory
_WindowsPrivacyDataCategoryPCamera = WindowsPrivacyDataCategoryVCamera
_WindowsPrivacyDataCategoryPContacts = WindowsPrivacyDataCategoryVContacts
_WindowsPrivacyDataCategoryPDiagnosticsInfo = WindowsPrivacyDataCategoryVDiagnosticsInfo
_WindowsPrivacyDataCategoryPEmail = WindowsPrivacyDataCategoryVEmail
_WindowsPrivacyDataCategoryPLocation = WindowsPrivacyDataCategoryVLocation
_WindowsPrivacyDataCategoryPMessaging = WindowsPrivacyDataCategoryVMessaging
_WindowsPrivacyDataCategoryPMicrophone = WindowsPrivacyDataCategoryVMicrophone
_WindowsPrivacyDataCategoryPMotion = WindowsPrivacyDataCategoryVMotion
_WindowsPrivacyDataCategoryPNotifications = WindowsPrivacyDataCategoryVNotifications
_WindowsPrivacyDataCategoryPPhone = WindowsPrivacyDataCategoryVPhone
_WindowsPrivacyDataCategoryPRadios = WindowsPrivacyDataCategoryVRadios
_WindowsPrivacyDataCategoryPTasks = WindowsPrivacyDataCategoryVTasks
_WindowsPrivacyDataCategoryPSyncWithDevices = WindowsPrivacyDataCategoryVSyncWithDevices
_WindowsPrivacyDataCategoryPTrustedDevices = WindowsPrivacyDataCategoryVTrustedDevices
)
// WindowsSModeConfiguration undocumented
type WindowsSModeConfiguration string
const (
// WindowsSModeConfigurationVNoRestriction undocumented
WindowsSModeConfigurationVNoRestriction WindowsSModeConfiguration = "noRestriction"
// WindowsSModeConfigurationVBlock undocumented
WindowsSModeConfigurationVBlock WindowsSModeConfiguration = "block"
// WindowsSModeConfigurationVUnlock undocumented
WindowsSModeConfigurationVUnlock WindowsSModeConfiguration = "unlock"
)
var (
// WindowsSModeConfigurationPNoRestriction is a pointer to WindowsSModeConfigurationVNoRestriction
WindowsSModeConfigurationPNoRestriction = & _WindowsSModeConfigurationPNoRestriction
// WindowsSModeConfigurationPBlock is a pointer to WindowsSModeConfigurationVBlock
WindowsSModeConfigurationPBlock = & _WindowsSModeConfigurationPBlock
// WindowsSModeConfigurationPUnlock is a pointer to WindowsSModeConfigurationVUnlock
WindowsSModeConfigurationPUnlock = & _WindowsSModeConfigurationPUnlock
)
var (
_WindowsSModeConfigurationPNoRestriction = WindowsSModeConfigurationVNoRestriction
_WindowsSModeConfigurationPBlock = WindowsSModeConfigurationVBlock
_WindowsSModeConfigurationPUnlock = WindowsSModeConfigurationVUnlock
)
// WindowsSpotlightEnablementSettings undocumented
type WindowsSpotlightEnablementSettings string
const (
// WindowsSpotlightEnablementSettingsVNotConfigured undocumented
WindowsSpotlightEnablementSettingsVNotConfigured WindowsSpotlightEnablementSettings = "notConfigured"
// WindowsSpotlightEnablementSettingsVDisabled undocumented
WindowsSpotlightEnablementSettingsVDisabled WindowsSpotlightEnablementSettings = "disabled"
// WindowsSpotlightEnablementSettingsVEnabled undocumented
WindowsSpotlightEnablementSettingsVEnabled WindowsSpotlightEnablementSettings = "enabled"
)
var (
// WindowsSpotlightEnablementSettingsPNotConfigured is a pointer to WindowsSpotlightEnablementSettingsVNotConfigured
WindowsSpotlightEnablementSettingsPNotConfigured = & _WindowsSpotlightEnablementSettingsPNotConfigured
// WindowsSpotlightEnablementSettingsPDisabled is a pointer to WindowsSpotlightEnablementSettingsVDisabled
WindowsSpotlightEnablementSettingsPDisabled = & _WindowsSpotlightEnablementSettingsPDisabled
// WindowsSpotlightEnablementSettingsPEnabled is a pointer to WindowsSpotlightEnablementSettingsVEnabled
WindowsSpotlightEnablementSettingsPEnabled = & _WindowsSpotlightEnablementSettingsPEnabled
)
var (
_WindowsSpotlightEnablementSettingsPNotConfigured = WindowsSpotlightEnablementSettingsVNotConfigured
_WindowsSpotlightEnablementSettingsPDisabled = WindowsSpotlightEnablementSettingsVDisabled
_WindowsSpotlightEnablementSettingsPEnabled = WindowsSpotlightEnablementSettingsVEnabled
)
// WindowsStartMenuAppListVisibilityType undocumented
type WindowsStartMenuAppListVisibilityType string
const (
// WindowsStartMenuAppListVisibilityTypeVUserDefined undocumented
WindowsStartMenuAppListVisibilityTypeVUserDefined WindowsStartMenuAppListVisibilityType = "userDefined"
// WindowsStartMenuAppListVisibilityTypeVCollapse undocumented
WindowsStartMenuAppListVisibilityTypeVCollapse WindowsStartMenuAppListVisibilityType = "collapse"
// WindowsStartMenuAppListVisibilityTypeVRemove undocumented
WindowsStartMenuAppListVisibilityTypeVRemove WindowsStartMenuAppListVisibilityType = "remove"
// WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp undocumented
WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp WindowsStartMenuAppListVisibilityType = "disableSettingsApp"
)
var (
// WindowsStartMenuAppListVisibilityTypePUserDefined is a pointer to WindowsStartMenuAppListVisibilityTypeVUserDefined
WindowsStartMenuAppListVisibilityTypePUserDefined = & _WindowsStartMenuAppListVisibilityTypePUserDefined
// WindowsStartMenuAppListVisibilityTypePCollapse is a pointer to WindowsStartMenuAppListVisibilityTypeVCollapse
WindowsStartMenuAppListVisibilityTypePCollapse = & _WindowsStartMenuAppListVisibilityTypePCollapse
// WindowsStartMenuAppListVisibilityTypePRemove is a pointer to WindowsStartMenuAppListVisibilityTypeVRemove
WindowsStartMenuAppListVisibilityTypePRemove = & _WindowsStartMenuAppListVisibilityTypePRemove
// WindowsStartMenuAppListVisibilityTypePDisableSettingsApp is a pointer to WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp
WindowsStartMenuAppListVisibilityTypePDisableSettingsApp = & _WindowsStartMenuAppListVisibilityTypePDisableSettingsApp
)
var (
_WindowsStartMenuAppListVisibilityTypePUserDefined = WindowsStartMenuAppListVisibilityTypeVUserDefined
_WindowsStartMenuAppListVisibilityTypePCollapse = WindowsStartMenuAppListVisibilityTypeVCollapse
_WindowsStartMenuAppListVisibilityTypePRemove = WindowsStartMenuAppListVisibilityTypeVRemove
_WindowsStartMenuAppListVisibilityTypePDisableSettingsApp = WindowsStartMenuAppListVisibilityTypeVDisableSettingsApp
)
// WindowsStartMenuModeType undocumented
type WindowsStartMenuModeType string
const (
// WindowsStartMenuModeTypeVUserDefined undocumented
WindowsStartMenuModeTypeVUserDefined WindowsStartMenuModeType = "userDefined"
// WindowsStartMenuModeTypeVFullScreen undocumented
WindowsStartMenuModeTypeVFullScreen WindowsStartMenuModeType = "fullScreen"
// WindowsStartMenuModeTypeVNonFullScreen undocumented
WindowsStartMenuModeTypeVNonFullScreen WindowsStartMenuModeType = "nonFullScreen"
)
var (
// WindowsStartMenuModeTypePUserDefined is a pointer to WindowsStartMenuModeTypeVUserDefined
WindowsStartMenuModeTypePUserDefined = & _WindowsStartMenuModeTypePUserDefined
// WindowsStartMenuModeTypePFullScreen is a pointer to WindowsStartMenuModeTypeVFullScreen
WindowsStartMenuModeTypePFullScreen = & _WindowsStartMenuModeTypePFullScreen
// WindowsStartMenuModeTypePNonFullScreen is a pointer to WindowsStartMenuModeTypeVNonFullScreen
WindowsStartMenuModeTypePNonFullScreen = & _WindowsStartMenuModeTypePNonFullScreen
)
var (
_WindowsStartMenuModeTypePUserDefined = WindowsStartMenuModeTypeVUserDefined
_WindowsStartMenuModeTypePFullScreen = WindowsStartMenuModeTypeVFullScreen
_WindowsStartMenuModeTypePNonFullScreen = WindowsStartMenuModeTypeVNonFullScreen
)
// WindowsUpdateForBusinessUpdateWeeks undocumented
type WindowsUpdateForBusinessUpdateWeeks string
const (
// WindowsUpdateForBusinessUpdateWeeksVUserDefined undocumented
WindowsUpdateForBusinessUpdateWeeksVUserDefined WindowsUpdateForBusinessUpdateWeeks = "userDefined"
// WindowsUpdateForBusinessUpdateWeeksVFirstWeek undocumented
WindowsUpdateForBusinessUpdateWeeksVFirstWeek WindowsUpdateForBusinessUpdateWeeks = "firstWeek"
// WindowsUpdateForBusinessUpdateWeeksVSecondWeek undocumented
WindowsUpdateForBusinessUpdateWeeksVSecondWeek WindowsUpdateForBusinessUpdateWeeks = "secondWeek"
// WindowsUpdateForBusinessUpdateWeeksVThirdWeek undocumented
WindowsUpdateForBusinessUpdateWeeksVThirdWeek WindowsUpdateForBusinessUpdateWeeks = "thirdWeek"
// WindowsUpdateForBusinessUpdateWeeksVFourthWeek undocumented
WindowsUpdateForBusinessUpdateWeeksVFourthWeek WindowsUpdateForBusinessUpdateWeeks = "fourthWeek"
// WindowsUpdateForBusinessUpdateWeeksVEveryWeek undocumented
WindowsUpdateForBusinessUpdateWeeksVEveryWeek WindowsUpdateForBusinessUpdateWeeks = "everyWeek"
)
var (
// WindowsUpdateForBusinessUpdateWeeksPUserDefined is a pointer to WindowsUpdateForBusinessUpdateWeeksVUserDefined
WindowsUpdateForBusinessUpdateWeeksPUserDefined = & _WindowsUpdateForBusinessUpdateWeeksPUserDefined
// WindowsUpdateForBusinessUpdateWeeksPFirstWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVFirstWeek
WindowsUpdateForBusinessUpdateWeeksPFirstWeek = & _WindowsUpdateForBusinessUpdateWeeksPFirstWeek
// WindowsUpdateForBusinessUpdateWeeksPSecondWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVSecondWeek
WindowsUpdateForBusinessUpdateWeeksPSecondWeek = & _WindowsUpdateForBusinessUpdateWeeksPSecondWeek
// WindowsUpdateForBusinessUpdateWeeksPThirdWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVThirdWeek
WindowsUpdateForBusinessUpdateWeeksPThirdWeek = & _WindowsUpdateForBusinessUpdateWeeksPThirdWeek
// WindowsUpdateForBusinessUpdateWeeksPFourthWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVFourthWeek
WindowsUpdateForBusinessUpdateWeeksPFourthWeek = & _WindowsUpdateForBusinessUpdateWeeksPFourthWeek
// WindowsUpdateForBusinessUpdateWeeksPEveryWeek is a pointer to WindowsUpdateForBusinessUpdateWeeksVEveryWeek
WindowsUpdateForBusinessUpdateWeeksPEveryWeek = & _WindowsUpdateForBusinessUpdateWeeksPEveryWeek
)
var (
_WindowsUpdateForBusinessUpdateWeeksPUserDefined = WindowsUpdateForBusinessUpdateWeeksVUserDefined
_WindowsUpdateForBusinessUpdateWeeksPFirstWeek = WindowsUpdateForBusinessUpdateWeeksVFirstWeek
_WindowsUpdateForBusinessUpdateWeeksPSecondWeek = WindowsUpdateForBusinessUpdateWeeksVSecondWeek
_WindowsUpdateForBusinessUpdateWeeksPThirdWeek = WindowsUpdateForBusinessUpdateWeeksVThirdWeek
_WindowsUpdateForBusinessUpdateWeeksPFourthWeek = WindowsUpdateForBusinessUpdateWeeksVFourthWeek
_WindowsUpdateForBusinessUpdateWeeksPEveryWeek = WindowsUpdateForBusinessUpdateWeeksVEveryWeek
)
// WindowsUpdateNotificationDisplayOption undocumented
type WindowsUpdateNotificationDisplayOption string
const (
// WindowsUpdateNotificationDisplayOptionVNotConfigured undocumented
WindowsUpdateNotificationDisplayOptionVNotConfigured WindowsUpdateNotificationDisplayOption = "notConfigured"
// WindowsUpdateNotificationDisplayOptionVDefaultNotifications undocumented
WindowsUpdateNotificationDisplayOptionVDefaultNotifications WindowsUpdateNotificationDisplayOption = "defaultNotifications"
// WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly undocumented
WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly WindowsUpdateNotificationDisplayOption = "restartWarningsOnly"
// WindowsUpdateNotificationDisplayOptionVDisableAllNotifications undocumented
WindowsUpdateNotificationDisplayOptionVDisableAllNotifications WindowsUpdateNotificationDisplayOption = "disableAllNotifications"
)
var (
// WindowsUpdateNotificationDisplayOptionPNotConfigured is a pointer to WindowsUpdateNotificationDisplayOptionVNotConfigured
WindowsUpdateNotificationDisplayOptionPNotConfigured = & _WindowsUpdateNotificationDisplayOptionPNotConfigured
// WindowsUpdateNotificationDisplayOptionPDefaultNotifications is a pointer to WindowsUpdateNotificationDisplayOptionVDefaultNotifications
WindowsUpdateNotificationDisplayOptionPDefaultNotifications = & _WindowsUpdateNotificationDisplayOptionPDefaultNotifications
// WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly is a pointer to WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly
WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly = & _WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly
// WindowsUpdateNotificationDisplayOptionPDisableAllNotifications is a pointer to WindowsUpdateNotificationDisplayOptionVDisableAllNotifications
WindowsUpdateNotificationDisplayOptionPDisableAllNotifications = & _WindowsUpdateNotificationDisplayOptionPDisableAllNotifications
)
var (
_WindowsUpdateNotificationDisplayOptionPNotConfigured = WindowsUpdateNotificationDisplayOptionVNotConfigured
_WindowsUpdateNotificationDisplayOptionPDefaultNotifications = WindowsUpdateNotificationDisplayOptionVDefaultNotifications
_WindowsUpdateNotificationDisplayOptionPRestartWarningsOnly = WindowsUpdateNotificationDisplayOptionVRestartWarningsOnly
_WindowsUpdateNotificationDisplayOptionPDisableAllNotifications = WindowsUpdateNotificationDisplayOptionVDisableAllNotifications
)
// WindowsUpdateStatus undocumented
type WindowsUpdateStatus string
const (
// WindowsUpdateStatusVUpToDate undocumented
WindowsUpdateStatusVUpToDate WindowsUpdateStatus = "upToDate"
// WindowsUpdateStatusVPendingInstallation undocumented
WindowsUpdateStatusVPendingInstallation WindowsUpdateStatus = "pendingInstallation"
// WindowsUpdateStatusVPendingReboot undocumented
WindowsUpdateStatusVPendingReboot WindowsUpdateStatus = "pendingReboot"
// WindowsUpdateStatusVFailed undocumented
WindowsUpdateStatusVFailed WindowsUpdateStatus = "failed"
)
var (
// WindowsUpdateStatusPUpToDate is a pointer to WindowsUpdateStatusVUpToDate
WindowsUpdateStatusPUpToDate = & _WindowsUpdateStatusPUpToDate
// WindowsUpdateStatusPPendingInstallation is a pointer to WindowsUpdateStatusVPendingInstallation
WindowsUpdateStatusPPendingInstallation = & _WindowsUpdateStatusPPendingInstallation
// WindowsUpdateStatusPPendingReboot is a pointer to WindowsUpdateStatusVPendingReboot
WindowsUpdateStatusPPendingReboot = & _WindowsUpdateStatusPPendingReboot
// WindowsUpdateStatusPFailed is a pointer to WindowsUpdateStatusVFailed
WindowsUpdateStatusPFailed = & _WindowsUpdateStatusPFailed
)
var (
_WindowsUpdateStatusPUpToDate = WindowsUpdateStatusVUpToDate
_WindowsUpdateStatusPPendingInstallation = WindowsUpdateStatusVPendingInstallation
_WindowsUpdateStatusPPendingReboot = WindowsUpdateStatusVPendingReboot
_WindowsUpdateStatusPFailed = WindowsUpdateStatusVFailed
)
// WindowsUpdateType undocumented
type WindowsUpdateType string
const (
// WindowsUpdateTypeVUserDefined undocumented
WindowsUpdateTypeVUserDefined WindowsUpdateType = "userDefined"
// WindowsUpdateTypeVAll undocumented
WindowsUpdateTypeVAll WindowsUpdateType = "all"
// WindowsUpdateTypeVBusinessReadyOnly undocumented
WindowsUpdateTypeVBusinessReadyOnly WindowsUpdateType = "businessReadyOnly"
// WindowsUpdateTypeVWindowsInsiderBuildFast undocumented
WindowsUpdateTypeVWindowsInsiderBuildFast WindowsUpdateType = "windowsInsiderBuildFast"
// WindowsUpdateTypeVWindowsInsiderBuildSlow undocumented
WindowsUpdateTypeVWindowsInsiderBuildSlow WindowsUpdateType = "windowsInsiderBuildSlow"
// WindowsUpdateTypeVWindowsInsiderBuildRelease undocumented
WindowsUpdateTypeVWindowsInsiderBuildRelease WindowsUpdateType = "windowsInsiderBuildRelease"
)
var (
// WindowsUpdateTypePUserDefined is a pointer to WindowsUpdateTypeVUserDefined
WindowsUpdateTypePUserDefined = & _WindowsUpdateTypePUserDefined
// WindowsUpdateTypePAll is a pointer to WindowsUpdateTypeVAll
WindowsUpdateTypePAll = & _WindowsUpdateTypePAll
// WindowsUpdateTypePBusinessReadyOnly is a pointer to WindowsUpdateTypeVBusinessReadyOnly
WindowsUpdateTypePBusinessReadyOnly = & _WindowsUpdateTypePBusinessReadyOnly
// WindowsUpdateTypePWindowsInsiderBuildFast is a pointer to WindowsUpdateTypeVWindowsInsiderBuildFast
WindowsUpdateTypePWindowsInsiderBuildFast = & _WindowsUpdateTypePWindowsInsiderBuildFast
// WindowsUpdateTypePWindowsInsiderBuildSlow is a pointer to WindowsUpdateTypeVWindowsInsiderBuildSlow
WindowsUpdateTypePWindowsInsiderBuildSlow = & _WindowsUpdateTypePWindowsInsiderBuildSlow
// WindowsUpdateTypePWindowsInsiderBuildRelease is a pointer to WindowsUpdateTypeVWindowsInsiderBuildRelease
WindowsUpdateTypePWindowsInsiderBuildRelease = & _WindowsUpdateTypePWindowsInsiderBuildRelease
)
var (
_WindowsUpdateTypePUserDefined = WindowsUpdateTypeVUserDefined
_WindowsUpdateTypePAll = WindowsUpdateTypeVAll
_WindowsUpdateTypePBusinessReadyOnly = WindowsUpdateTypeVBusinessReadyOnly
_WindowsUpdateTypePWindowsInsiderBuildFast = WindowsUpdateTypeVWindowsInsiderBuildFast
_WindowsUpdateTypePWindowsInsiderBuildSlow = WindowsUpdateTypeVWindowsInsiderBuildSlow
_WindowsUpdateTypePWindowsInsiderBuildRelease = WindowsUpdateTypeVWindowsInsiderBuildRelease
)
// WindowsUserAccountControlSettings undocumented
type WindowsUserAccountControlSettings string
const (
// WindowsUserAccountControlSettingsVUserDefined undocumented
WindowsUserAccountControlSettingsVUserDefined WindowsUserAccountControlSettings = "userDefined"
// WindowsUserAccountControlSettingsVAlwaysNotify undocumented
WindowsUserAccountControlSettingsVAlwaysNotify WindowsUserAccountControlSettings = "alwaysNotify"
// WindowsUserAccountControlSettingsVNotifyOnAppChanges undocumented
WindowsUserAccountControlSettingsVNotifyOnAppChanges WindowsUserAccountControlSettings = "notifyOnAppChanges"
// WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming undocumented
WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming WindowsUserAccountControlSettings = "notifyOnAppChangesWithoutDimming"
// WindowsUserAccountControlSettingsVNeverNotify undocumented
WindowsUserAccountControlSettingsVNeverNotify WindowsUserAccountControlSettings = "neverNotify"
)
var (
// WindowsUserAccountControlSettingsPUserDefined is a pointer to WindowsUserAccountControlSettingsVUserDefined
WindowsUserAccountControlSettingsPUserDefined = & _WindowsUserAccountControlSettingsPUserDefined
// WindowsUserAccountControlSettingsPAlwaysNotify is a pointer to WindowsUserAccountControlSettingsVAlwaysNotify
WindowsUserAccountControlSettingsPAlwaysNotify = & _WindowsUserAccountControlSettingsPAlwaysNotify
// WindowsUserAccountControlSettingsPNotifyOnAppChanges is a pointer to WindowsUserAccountControlSettingsVNotifyOnAppChanges
WindowsUserAccountControlSettingsPNotifyOnAppChanges = & _WindowsUserAccountControlSettingsPNotifyOnAppChanges
// WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming is a pointer to WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming
WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming = & _WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming
// WindowsUserAccountControlSettingsPNeverNotify is a pointer to WindowsUserAccountControlSettingsVNeverNotify
WindowsUserAccountControlSettingsPNeverNotify = & _WindowsUserAccountControlSettingsPNeverNotify
)
var (
_WindowsUserAccountControlSettingsPUserDefined = WindowsUserAccountControlSettingsVUserDefined
_WindowsUserAccountControlSettingsPAlwaysNotify = WindowsUserAccountControlSettingsVAlwaysNotify
_WindowsUserAccountControlSettingsPNotifyOnAppChanges = WindowsUserAccountControlSettingsVNotifyOnAppChanges
_WindowsUserAccountControlSettingsPNotifyOnAppChangesWithoutDimming = WindowsUserAccountControlSettingsVNotifyOnAppChangesWithoutDimming
_WindowsUserAccountControlSettingsPNeverNotify = WindowsUserAccountControlSettingsVNeverNotify
)
// WindowsUserType undocumented
type WindowsUserType string
const (
// WindowsUserTypeVAdministrator undocumented
WindowsUserTypeVAdministrator WindowsUserType = "administrator"
// WindowsUserTypeVStandard undocumented
WindowsUserTypeVStandard WindowsUserType = "standard"
)
var (
// WindowsUserTypePAdministrator is a pointer to WindowsUserTypeVAdministrator
WindowsUserTypePAdministrator = & _WindowsUserTypePAdministrator
// WindowsUserTypePStandard is a pointer to WindowsUserTypeVStandard
WindowsUserTypePStandard = & _WindowsUserTypePStandard
)
var (
_WindowsUserTypePAdministrator = WindowsUserTypeVAdministrator
_WindowsUserTypePStandard = WindowsUserTypeVStandard
)
// WindowsVPNConnectionType undocumented
type WindowsVPNConnectionType string
const (
// WindowsVPNConnectionTypeVPulseSecure undocumented
WindowsVPNConnectionTypeVPulseSecure WindowsVPNConnectionType = "pulseSecure"
// WindowsVPNConnectionTypeVF5EdgeClient undocumented
WindowsVPNConnectionTypeVF5EdgeClient WindowsVPNConnectionType = "f5EdgeClient"
// WindowsVPNConnectionTypeVDellSonicWallMobileConnect undocumented
WindowsVPNConnectionTypeVDellSonicWallMobileConnect WindowsVPNConnectionType = "dellSonicWallMobileConnect"
// WindowsVPNConnectionTypeVCheckPointCapsuleVPN undocumented
WindowsVPNConnectionTypeVCheckPointCapsuleVPN WindowsVPNConnectionType = "checkPointCapsuleVpn"
)
var (
// WindowsVPNConnectionTypePPulseSecure is a pointer to WindowsVPNConnectionTypeVPulseSecure
WindowsVPNConnectionTypePPulseSecure = & _WindowsVPNConnectionTypePPulseSecure
// WindowsVPNConnectionTypePF5EdgeClient is a pointer to WindowsVPNConnectionTypeVF5EdgeClient
WindowsVPNConnectionTypePF5EdgeClient = & _WindowsVPNConnectionTypePF5EdgeClient
// WindowsVPNConnectionTypePDellSonicWallMobileConnect is a pointer to WindowsVPNConnectionTypeVDellSonicWallMobileConnect
WindowsVPNConnectionTypePDellSonicWallMobileConnect = & _WindowsVPNConnectionTypePDellSonicWallMobileConnect
// WindowsVPNConnectionTypePCheckPointCapsuleVPN is a pointer to WindowsVPNConnectionTypeVCheckPointCapsuleVPN
WindowsVPNConnectionTypePCheckPointCapsuleVPN = & _WindowsVPNConnectionTypePCheckPointCapsuleVPN
)
var (
_WindowsVPNConnectionTypePPulseSecure = WindowsVPNConnectionTypeVPulseSecure
_WindowsVPNConnectionTypePF5EdgeClient = WindowsVPNConnectionTypeVF5EdgeClient
_WindowsVPNConnectionTypePDellSonicWallMobileConnect = WindowsVPNConnectionTypeVDellSonicWallMobileConnect
_WindowsVPNConnectionTypePCheckPointCapsuleVPN = WindowsVPNConnectionTypeVCheckPointCapsuleVPN
)