// Code generated by msgraph.go/gen DO NOT EDIT. package msgraph // DeviceAndAppManagementAssignmentSource undocumented type DeviceAndAppManagementAssignmentSource string const ( // DeviceAndAppManagementAssignmentSourceVDirect undocumented DeviceAndAppManagementAssignmentSourceVDirect DeviceAndAppManagementAssignmentSource = "direct" // DeviceAndAppManagementAssignmentSourceVPolicySets undocumented DeviceAndAppManagementAssignmentSourceVPolicySets DeviceAndAppManagementAssignmentSource = "policySets" ) var ( // DeviceAndAppManagementAssignmentSourcePDirect is a pointer to DeviceAndAppManagementAssignmentSourceVDirect DeviceAndAppManagementAssignmentSourcePDirect = &_DeviceAndAppManagementAssignmentSourcePDirect // DeviceAndAppManagementAssignmentSourcePPolicySets is a pointer to DeviceAndAppManagementAssignmentSourceVPolicySets DeviceAndAppManagementAssignmentSourcePPolicySets = &_DeviceAndAppManagementAssignmentSourcePPolicySets ) var ( _DeviceAndAppManagementAssignmentSourcePDirect = DeviceAndAppManagementAssignmentSourceVDirect _DeviceAndAppManagementAssignmentSourcePPolicySets = DeviceAndAppManagementAssignmentSourceVPolicySets ) // DeviceAppManagementTaskCategory undocumented type DeviceAppManagementTaskCategory string const ( // DeviceAppManagementTaskCategoryVUnknown undocumented DeviceAppManagementTaskCategoryVUnknown DeviceAppManagementTaskCategory = "unknown" // DeviceAppManagementTaskCategoryVAdvancedThreatProtection undocumented DeviceAppManagementTaskCategoryVAdvancedThreatProtection DeviceAppManagementTaskCategory = "advancedThreatProtection" ) var ( // DeviceAppManagementTaskCategoryPUnknown is a pointer to DeviceAppManagementTaskCategoryVUnknown DeviceAppManagementTaskCategoryPUnknown = &_DeviceAppManagementTaskCategoryPUnknown // DeviceAppManagementTaskCategoryPAdvancedThreatProtection is a pointer to DeviceAppManagementTaskCategoryVAdvancedThreatProtection DeviceAppManagementTaskCategoryPAdvancedThreatProtection = &_DeviceAppManagementTaskCategoryPAdvancedThreatProtection ) var ( _DeviceAppManagementTaskCategoryPUnknown = DeviceAppManagementTaskCategoryVUnknown _DeviceAppManagementTaskCategoryPAdvancedThreatProtection = DeviceAppManagementTaskCategoryVAdvancedThreatProtection ) // DeviceAppManagementTaskPriority undocumented type DeviceAppManagementTaskPriority string const ( // DeviceAppManagementTaskPriorityVNone undocumented DeviceAppManagementTaskPriorityVNone DeviceAppManagementTaskPriority = "none" // DeviceAppManagementTaskPriorityVHigh undocumented DeviceAppManagementTaskPriorityVHigh DeviceAppManagementTaskPriority = "high" // DeviceAppManagementTaskPriorityVLow undocumented DeviceAppManagementTaskPriorityVLow DeviceAppManagementTaskPriority = "low" ) var ( // DeviceAppManagementTaskPriorityPNone is a pointer to DeviceAppManagementTaskPriorityVNone DeviceAppManagementTaskPriorityPNone = &_DeviceAppManagementTaskPriorityPNone // DeviceAppManagementTaskPriorityPHigh is a pointer to DeviceAppManagementTaskPriorityVHigh DeviceAppManagementTaskPriorityPHigh = &_DeviceAppManagementTaskPriorityPHigh // DeviceAppManagementTaskPriorityPLow is a pointer to DeviceAppManagementTaskPriorityVLow DeviceAppManagementTaskPriorityPLow = &_DeviceAppManagementTaskPriorityPLow ) var ( _DeviceAppManagementTaskPriorityPNone = DeviceAppManagementTaskPriorityVNone _DeviceAppManagementTaskPriorityPHigh = DeviceAppManagementTaskPriorityVHigh _DeviceAppManagementTaskPriorityPLow = DeviceAppManagementTaskPriorityVLow ) // DeviceAppManagementTaskStatus undocumented type DeviceAppManagementTaskStatus string const ( // DeviceAppManagementTaskStatusVUnknown undocumented DeviceAppManagementTaskStatusVUnknown DeviceAppManagementTaskStatus = "unknown" // DeviceAppManagementTaskStatusVPending undocumented DeviceAppManagementTaskStatusVPending DeviceAppManagementTaskStatus = "pending" // DeviceAppManagementTaskStatusVActive undocumented DeviceAppManagementTaskStatusVActive DeviceAppManagementTaskStatus = "active" // DeviceAppManagementTaskStatusVCompleted undocumented DeviceAppManagementTaskStatusVCompleted DeviceAppManagementTaskStatus = "completed" // DeviceAppManagementTaskStatusVRejected undocumented DeviceAppManagementTaskStatusVRejected DeviceAppManagementTaskStatus = "rejected" ) var ( // DeviceAppManagementTaskStatusPUnknown is a pointer to DeviceAppManagementTaskStatusVUnknown DeviceAppManagementTaskStatusPUnknown = &_DeviceAppManagementTaskStatusPUnknown // DeviceAppManagementTaskStatusPPending is a pointer to DeviceAppManagementTaskStatusVPending DeviceAppManagementTaskStatusPPending = &_DeviceAppManagementTaskStatusPPending // DeviceAppManagementTaskStatusPActive is a pointer to DeviceAppManagementTaskStatusVActive DeviceAppManagementTaskStatusPActive = &_DeviceAppManagementTaskStatusPActive // DeviceAppManagementTaskStatusPCompleted is a pointer to DeviceAppManagementTaskStatusVCompleted DeviceAppManagementTaskStatusPCompleted = &_DeviceAppManagementTaskStatusPCompleted // DeviceAppManagementTaskStatusPRejected is a pointer to DeviceAppManagementTaskStatusVRejected DeviceAppManagementTaskStatusPRejected = &_DeviceAppManagementTaskStatusPRejected ) var ( _DeviceAppManagementTaskStatusPUnknown = DeviceAppManagementTaskStatusVUnknown _DeviceAppManagementTaskStatusPPending = DeviceAppManagementTaskStatusVPending _DeviceAppManagementTaskStatusPActive = DeviceAppManagementTaskStatusVActive _DeviceAppManagementTaskStatusPCompleted = DeviceAppManagementTaskStatusVCompleted _DeviceAppManagementTaskStatusPRejected = DeviceAppManagementTaskStatusVRejected ) // DeviceComplianceActionType undocumented type DeviceComplianceActionType string const ( // DeviceComplianceActionTypeVNoAction undocumented DeviceComplianceActionTypeVNoAction DeviceComplianceActionType = "noAction" // DeviceComplianceActionTypeVNotification undocumented DeviceComplianceActionTypeVNotification DeviceComplianceActionType = "notification" // DeviceComplianceActionTypeVBlock undocumented DeviceComplianceActionTypeVBlock DeviceComplianceActionType = "block" // DeviceComplianceActionTypeVRetire undocumented DeviceComplianceActionTypeVRetire DeviceComplianceActionType = "retire" // DeviceComplianceActionTypeVWipe undocumented DeviceComplianceActionTypeVWipe DeviceComplianceActionType = "wipe" // DeviceComplianceActionTypeVRemoveResourceAccessProfiles undocumented DeviceComplianceActionTypeVRemoveResourceAccessProfiles DeviceComplianceActionType = "removeResourceAccessProfiles" // DeviceComplianceActionTypeVPushNotification undocumented DeviceComplianceActionTypeVPushNotification DeviceComplianceActionType = "pushNotification" // DeviceComplianceActionTypeVRemoteLock undocumented DeviceComplianceActionTypeVRemoteLock DeviceComplianceActionType = "remoteLock" ) var ( // DeviceComplianceActionTypePNoAction is a pointer to DeviceComplianceActionTypeVNoAction DeviceComplianceActionTypePNoAction = &_DeviceComplianceActionTypePNoAction // DeviceComplianceActionTypePNotification is a pointer to DeviceComplianceActionTypeVNotification DeviceComplianceActionTypePNotification = &_DeviceComplianceActionTypePNotification // DeviceComplianceActionTypePBlock is a pointer to DeviceComplianceActionTypeVBlock DeviceComplianceActionTypePBlock = &_DeviceComplianceActionTypePBlock // DeviceComplianceActionTypePRetire is a pointer to DeviceComplianceActionTypeVRetire DeviceComplianceActionTypePRetire = &_DeviceComplianceActionTypePRetire // DeviceComplianceActionTypePWipe is a pointer to DeviceComplianceActionTypeVWipe DeviceComplianceActionTypePWipe = &_DeviceComplianceActionTypePWipe // DeviceComplianceActionTypePRemoveResourceAccessProfiles is a pointer to DeviceComplianceActionTypeVRemoveResourceAccessProfiles DeviceComplianceActionTypePRemoveResourceAccessProfiles = &_DeviceComplianceActionTypePRemoveResourceAccessProfiles // DeviceComplianceActionTypePPushNotification is a pointer to DeviceComplianceActionTypeVPushNotification DeviceComplianceActionTypePPushNotification = &_DeviceComplianceActionTypePPushNotification // DeviceComplianceActionTypePRemoteLock is a pointer to DeviceComplianceActionTypeVRemoteLock DeviceComplianceActionTypePRemoteLock = &_DeviceComplianceActionTypePRemoteLock ) var ( _DeviceComplianceActionTypePNoAction = DeviceComplianceActionTypeVNoAction _DeviceComplianceActionTypePNotification = DeviceComplianceActionTypeVNotification _DeviceComplianceActionTypePBlock = DeviceComplianceActionTypeVBlock _DeviceComplianceActionTypePRetire = DeviceComplianceActionTypeVRetire _DeviceComplianceActionTypePWipe = DeviceComplianceActionTypeVWipe _DeviceComplianceActionTypePRemoveResourceAccessProfiles = DeviceComplianceActionTypeVRemoveResourceAccessProfiles _DeviceComplianceActionTypePPushNotification = DeviceComplianceActionTypeVPushNotification _DeviceComplianceActionTypePRemoteLock = DeviceComplianceActionTypeVRemoteLock ) // DeviceEnrollmentFailureReason undocumented type DeviceEnrollmentFailureReason string const ( // DeviceEnrollmentFailureReasonVUnknown undocumented DeviceEnrollmentFailureReasonVUnknown DeviceEnrollmentFailureReason = "unknown" // DeviceEnrollmentFailureReasonVAuthentication undocumented DeviceEnrollmentFailureReasonVAuthentication DeviceEnrollmentFailureReason = "authentication" // DeviceEnrollmentFailureReasonVAuthorization undocumented DeviceEnrollmentFailureReasonVAuthorization DeviceEnrollmentFailureReason = "authorization" // DeviceEnrollmentFailureReasonVAccountValidation undocumented DeviceEnrollmentFailureReasonVAccountValidation DeviceEnrollmentFailureReason = "accountValidation" // DeviceEnrollmentFailureReasonVUserValidation undocumented DeviceEnrollmentFailureReasonVUserValidation DeviceEnrollmentFailureReason = "userValidation" // DeviceEnrollmentFailureReasonVDeviceNotSupported undocumented DeviceEnrollmentFailureReasonVDeviceNotSupported DeviceEnrollmentFailureReason = "deviceNotSupported" // DeviceEnrollmentFailureReasonVInMaintenance undocumented DeviceEnrollmentFailureReasonVInMaintenance DeviceEnrollmentFailureReason = "inMaintenance" // DeviceEnrollmentFailureReasonVBadRequest undocumented DeviceEnrollmentFailureReasonVBadRequest DeviceEnrollmentFailureReason = "badRequest" // DeviceEnrollmentFailureReasonVFeatureNotSupported undocumented DeviceEnrollmentFailureReasonVFeatureNotSupported DeviceEnrollmentFailureReason = "featureNotSupported" // DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced undocumented DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced DeviceEnrollmentFailureReason = "enrollmentRestrictionsEnforced" // DeviceEnrollmentFailureReasonVClientDisconnected undocumented DeviceEnrollmentFailureReasonVClientDisconnected DeviceEnrollmentFailureReason = "clientDisconnected" // DeviceEnrollmentFailureReasonVUserAbandonment undocumented DeviceEnrollmentFailureReasonVUserAbandonment DeviceEnrollmentFailureReason = "userAbandonment" ) var ( // DeviceEnrollmentFailureReasonPUnknown is a pointer to DeviceEnrollmentFailureReasonVUnknown DeviceEnrollmentFailureReasonPUnknown = &_DeviceEnrollmentFailureReasonPUnknown // DeviceEnrollmentFailureReasonPAuthentication is a pointer to DeviceEnrollmentFailureReasonVAuthentication DeviceEnrollmentFailureReasonPAuthentication = &_DeviceEnrollmentFailureReasonPAuthentication // DeviceEnrollmentFailureReasonPAuthorization is a pointer to DeviceEnrollmentFailureReasonVAuthorization DeviceEnrollmentFailureReasonPAuthorization = &_DeviceEnrollmentFailureReasonPAuthorization // DeviceEnrollmentFailureReasonPAccountValidation is a pointer to DeviceEnrollmentFailureReasonVAccountValidation DeviceEnrollmentFailureReasonPAccountValidation = &_DeviceEnrollmentFailureReasonPAccountValidation // DeviceEnrollmentFailureReasonPUserValidation is a pointer to DeviceEnrollmentFailureReasonVUserValidation DeviceEnrollmentFailureReasonPUserValidation = &_DeviceEnrollmentFailureReasonPUserValidation // DeviceEnrollmentFailureReasonPDeviceNotSupported is a pointer to DeviceEnrollmentFailureReasonVDeviceNotSupported DeviceEnrollmentFailureReasonPDeviceNotSupported = &_DeviceEnrollmentFailureReasonPDeviceNotSupported // DeviceEnrollmentFailureReasonPInMaintenance is a pointer to DeviceEnrollmentFailureReasonVInMaintenance DeviceEnrollmentFailureReasonPInMaintenance = &_DeviceEnrollmentFailureReasonPInMaintenance // DeviceEnrollmentFailureReasonPBadRequest is a pointer to DeviceEnrollmentFailureReasonVBadRequest DeviceEnrollmentFailureReasonPBadRequest = &_DeviceEnrollmentFailureReasonPBadRequest // DeviceEnrollmentFailureReasonPFeatureNotSupported is a pointer to DeviceEnrollmentFailureReasonVFeatureNotSupported DeviceEnrollmentFailureReasonPFeatureNotSupported = &_DeviceEnrollmentFailureReasonPFeatureNotSupported // DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced is a pointer to DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced = &_DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced // DeviceEnrollmentFailureReasonPClientDisconnected is a pointer to DeviceEnrollmentFailureReasonVClientDisconnected DeviceEnrollmentFailureReasonPClientDisconnected = &_DeviceEnrollmentFailureReasonPClientDisconnected // DeviceEnrollmentFailureReasonPUserAbandonment is a pointer to DeviceEnrollmentFailureReasonVUserAbandonment DeviceEnrollmentFailureReasonPUserAbandonment = &_DeviceEnrollmentFailureReasonPUserAbandonment ) var ( _DeviceEnrollmentFailureReasonPUnknown = DeviceEnrollmentFailureReasonVUnknown _DeviceEnrollmentFailureReasonPAuthentication = DeviceEnrollmentFailureReasonVAuthentication _DeviceEnrollmentFailureReasonPAuthorization = DeviceEnrollmentFailureReasonVAuthorization _DeviceEnrollmentFailureReasonPAccountValidation = DeviceEnrollmentFailureReasonVAccountValidation _DeviceEnrollmentFailureReasonPUserValidation = DeviceEnrollmentFailureReasonVUserValidation _DeviceEnrollmentFailureReasonPDeviceNotSupported = DeviceEnrollmentFailureReasonVDeviceNotSupported _DeviceEnrollmentFailureReasonPInMaintenance = DeviceEnrollmentFailureReasonVInMaintenance _DeviceEnrollmentFailureReasonPBadRequest = DeviceEnrollmentFailureReasonVBadRequest _DeviceEnrollmentFailureReasonPFeatureNotSupported = DeviceEnrollmentFailureReasonVFeatureNotSupported _DeviceEnrollmentFailureReasonPEnrollmentRestrictionsEnforced = DeviceEnrollmentFailureReasonVEnrollmentRestrictionsEnforced _DeviceEnrollmentFailureReasonPClientDisconnected = DeviceEnrollmentFailureReasonVClientDisconnected _DeviceEnrollmentFailureReasonPUserAbandonment = DeviceEnrollmentFailureReasonVUserAbandonment ) // DeviceEnrollmentType undocumented type DeviceEnrollmentType string const ( // DeviceEnrollmentTypeVUnknown undocumented DeviceEnrollmentTypeVUnknown DeviceEnrollmentType = "unknown" // DeviceEnrollmentTypeVUserEnrollment undocumented DeviceEnrollmentTypeVUserEnrollment DeviceEnrollmentType = "userEnrollment" // DeviceEnrollmentTypeVDeviceEnrollmentManager undocumented DeviceEnrollmentTypeVDeviceEnrollmentManager DeviceEnrollmentType = "deviceEnrollmentManager" // DeviceEnrollmentTypeVAppleBulkWithUser undocumented DeviceEnrollmentTypeVAppleBulkWithUser DeviceEnrollmentType = "appleBulkWithUser" // DeviceEnrollmentTypeVAppleBulkWithoutUser undocumented DeviceEnrollmentTypeVAppleBulkWithoutUser DeviceEnrollmentType = "appleBulkWithoutUser" // DeviceEnrollmentTypeVWindowsAzureADJoin undocumented DeviceEnrollmentTypeVWindowsAzureADJoin DeviceEnrollmentType = "windowsAzureADJoin" // DeviceEnrollmentTypeVWindowsBulkUserless undocumented DeviceEnrollmentTypeVWindowsBulkUserless DeviceEnrollmentType = "windowsBulkUserless" // DeviceEnrollmentTypeVWindowsAutoEnrollment undocumented DeviceEnrollmentTypeVWindowsAutoEnrollment DeviceEnrollmentType = "windowsAutoEnrollment" // DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin undocumented DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin DeviceEnrollmentType = "windowsBulkAzureDomainJoin" // DeviceEnrollmentTypeVWindowsCoManagement undocumented DeviceEnrollmentTypeVWindowsCoManagement DeviceEnrollmentType = "windowsCoManagement" // DeviceEnrollmentTypeVAppleUserEnrollment undocumented DeviceEnrollmentTypeVAppleUserEnrollment DeviceEnrollmentType = "appleUserEnrollment" // DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount undocumented DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount DeviceEnrollmentType = "appleUserEnrollmentWithServiceAccount" ) var ( // DeviceEnrollmentTypePUnknown is a pointer to DeviceEnrollmentTypeVUnknown DeviceEnrollmentTypePUnknown = &_DeviceEnrollmentTypePUnknown // DeviceEnrollmentTypePUserEnrollment is a pointer to DeviceEnrollmentTypeVUserEnrollment DeviceEnrollmentTypePUserEnrollment = &_DeviceEnrollmentTypePUserEnrollment // DeviceEnrollmentTypePDeviceEnrollmentManager is a pointer to DeviceEnrollmentTypeVDeviceEnrollmentManager DeviceEnrollmentTypePDeviceEnrollmentManager = &_DeviceEnrollmentTypePDeviceEnrollmentManager // DeviceEnrollmentTypePAppleBulkWithUser is a pointer to DeviceEnrollmentTypeVAppleBulkWithUser DeviceEnrollmentTypePAppleBulkWithUser = &_DeviceEnrollmentTypePAppleBulkWithUser // DeviceEnrollmentTypePAppleBulkWithoutUser is a pointer to DeviceEnrollmentTypeVAppleBulkWithoutUser DeviceEnrollmentTypePAppleBulkWithoutUser = &_DeviceEnrollmentTypePAppleBulkWithoutUser // DeviceEnrollmentTypePWindowsAzureADJoin is a pointer to DeviceEnrollmentTypeVWindowsAzureADJoin DeviceEnrollmentTypePWindowsAzureADJoin = &_DeviceEnrollmentTypePWindowsAzureADJoin // DeviceEnrollmentTypePWindowsBulkUserless is a pointer to DeviceEnrollmentTypeVWindowsBulkUserless DeviceEnrollmentTypePWindowsBulkUserless = &_DeviceEnrollmentTypePWindowsBulkUserless // DeviceEnrollmentTypePWindowsAutoEnrollment is a pointer to DeviceEnrollmentTypeVWindowsAutoEnrollment DeviceEnrollmentTypePWindowsAutoEnrollment = &_DeviceEnrollmentTypePWindowsAutoEnrollment // DeviceEnrollmentTypePWindowsBulkAzureDomainJoin is a pointer to DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin DeviceEnrollmentTypePWindowsBulkAzureDomainJoin = &_DeviceEnrollmentTypePWindowsBulkAzureDomainJoin // DeviceEnrollmentTypePWindowsCoManagement is a pointer to DeviceEnrollmentTypeVWindowsCoManagement DeviceEnrollmentTypePWindowsCoManagement = &_DeviceEnrollmentTypePWindowsCoManagement // DeviceEnrollmentTypePAppleUserEnrollment is a pointer to DeviceEnrollmentTypeVAppleUserEnrollment DeviceEnrollmentTypePAppleUserEnrollment = &_DeviceEnrollmentTypePAppleUserEnrollment // DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount is a pointer to DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount = &_DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount ) var ( _DeviceEnrollmentTypePUnknown = DeviceEnrollmentTypeVUnknown _DeviceEnrollmentTypePUserEnrollment = DeviceEnrollmentTypeVUserEnrollment _DeviceEnrollmentTypePDeviceEnrollmentManager = DeviceEnrollmentTypeVDeviceEnrollmentManager _DeviceEnrollmentTypePAppleBulkWithUser = DeviceEnrollmentTypeVAppleBulkWithUser _DeviceEnrollmentTypePAppleBulkWithoutUser = DeviceEnrollmentTypeVAppleBulkWithoutUser _DeviceEnrollmentTypePWindowsAzureADJoin = DeviceEnrollmentTypeVWindowsAzureADJoin _DeviceEnrollmentTypePWindowsBulkUserless = DeviceEnrollmentTypeVWindowsBulkUserless _DeviceEnrollmentTypePWindowsAutoEnrollment = DeviceEnrollmentTypeVWindowsAutoEnrollment _DeviceEnrollmentTypePWindowsBulkAzureDomainJoin = DeviceEnrollmentTypeVWindowsBulkAzureDomainJoin _DeviceEnrollmentTypePWindowsCoManagement = DeviceEnrollmentTypeVWindowsCoManagement _DeviceEnrollmentTypePAppleUserEnrollment = DeviceEnrollmentTypeVAppleUserEnrollment _DeviceEnrollmentTypePAppleUserEnrollmentWithServiceAccount = DeviceEnrollmentTypeVAppleUserEnrollmentWithServiceAccount ) // DeviceGuardLocalSystemAuthorityCredentialGuardState undocumented type DeviceGuardLocalSystemAuthorityCredentialGuardState string const ( // DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning undocumented DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning DeviceGuardLocalSystemAuthorityCredentialGuardState = "running" // DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired undocumented DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired DeviceGuardLocalSystemAuthorityCredentialGuardState = "rebootRequired" // DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed undocumented DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed DeviceGuardLocalSystemAuthorityCredentialGuardState = "notLicensed" // DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured undocumented DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured DeviceGuardLocalSystemAuthorityCredentialGuardState = "notConfigured" // DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning undocumented DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning DeviceGuardLocalSystemAuthorityCredentialGuardState = "virtualizationBasedSecurityNotRunning" ) var ( // DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning // DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired // DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed // DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured // DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning = &_DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning ) var ( _DeviceGuardLocalSystemAuthorityCredentialGuardStatePRunning = DeviceGuardLocalSystemAuthorityCredentialGuardStateVRunning _DeviceGuardLocalSystemAuthorityCredentialGuardStatePRebootRequired = DeviceGuardLocalSystemAuthorityCredentialGuardStateVRebootRequired _DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotLicensed = DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotLicensed _DeviceGuardLocalSystemAuthorityCredentialGuardStatePNotConfigured = DeviceGuardLocalSystemAuthorityCredentialGuardStateVNotConfigured _DeviceGuardLocalSystemAuthorityCredentialGuardStatePVirtualizationBasedSecurityNotRunning = DeviceGuardLocalSystemAuthorityCredentialGuardStateVVirtualizationBasedSecurityNotRunning ) // DeviceGuardLocalSystemAuthorityCredentialGuardType undocumented type DeviceGuardLocalSystemAuthorityCredentialGuardType string const ( // DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured undocumented DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured DeviceGuardLocalSystemAuthorityCredentialGuardType = "notConfigured" // DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock undocumented DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock DeviceGuardLocalSystemAuthorityCredentialGuardType = "enableWithUEFILock" // DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock undocumented DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock DeviceGuardLocalSystemAuthorityCredentialGuardType = "enableWithoutUEFILock" ) var ( // DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured = &_DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured // DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock = &_DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock // DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock is a pointer to DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock = &_DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock ) var ( _DeviceGuardLocalSystemAuthorityCredentialGuardTypePNotConfigured = DeviceGuardLocalSystemAuthorityCredentialGuardTypeVNotConfigured _DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithUEFILock = DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithUEFILock _DeviceGuardLocalSystemAuthorityCredentialGuardTypePEnableWithoutUEFILock = DeviceGuardLocalSystemAuthorityCredentialGuardTypeVEnableWithoutUEFILock ) // DeviceGuardVirtualizationBasedSecurityHardwareRequirementState undocumented type DeviceGuardVirtualizationBasedSecurityHardwareRequirementState string const ( // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements undocumented DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "meetHardwareRequirements" // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired undocumented DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "secureBootRequired" // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired undocumented DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "dmaProtectionRequired" // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM undocumented DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "hyperVNotSupportedForGuestVM" // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable undocumented DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable DeviceGuardVirtualizationBasedSecurityHardwareRequirementState = "hyperVNotAvailable" ) var ( // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM // DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable is a pointer to DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable = &_DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable ) var ( _DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePMeetHardwareRequirements = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVMeetHardwareRequirements _DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePSecureBootRequired = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVSecureBootRequired _DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePDMAProtectionRequired = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVDMAProtectionRequired _DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotSupportedForGuestVM = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotSupportedForGuestVM _DeviceGuardVirtualizationBasedSecurityHardwareRequirementStatePHyperVNotAvailable = DeviceGuardVirtualizationBasedSecurityHardwareRequirementStateVHyperVNotAvailable ) // DeviceGuardVirtualizationBasedSecurityState undocumented type DeviceGuardVirtualizationBasedSecurityState string const ( // DeviceGuardVirtualizationBasedSecurityStateVRunning undocumented DeviceGuardVirtualizationBasedSecurityStateVRunning DeviceGuardVirtualizationBasedSecurityState = "running" // DeviceGuardVirtualizationBasedSecurityStateVRebootRequired undocumented DeviceGuardVirtualizationBasedSecurityStateVRebootRequired DeviceGuardVirtualizationBasedSecurityState = "rebootRequired" // DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture undocumented DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture DeviceGuardVirtualizationBasedSecurityState = "require64BitArchitecture" // DeviceGuardVirtualizationBasedSecurityStateVNotLicensed undocumented DeviceGuardVirtualizationBasedSecurityStateVNotLicensed DeviceGuardVirtualizationBasedSecurityState = "notLicensed" // DeviceGuardVirtualizationBasedSecurityStateVNotConfigured undocumented DeviceGuardVirtualizationBasedSecurityStateVNotConfigured DeviceGuardVirtualizationBasedSecurityState = "notConfigured" // DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements undocumented DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements DeviceGuardVirtualizationBasedSecurityState = "doesNotMeetHardwareRequirements" // DeviceGuardVirtualizationBasedSecurityStateVOther undocumented DeviceGuardVirtualizationBasedSecurityStateVOther DeviceGuardVirtualizationBasedSecurityState = "other" ) var ( // DeviceGuardVirtualizationBasedSecurityStatePRunning is a pointer to DeviceGuardVirtualizationBasedSecurityStateVRunning DeviceGuardVirtualizationBasedSecurityStatePRunning = &_DeviceGuardVirtualizationBasedSecurityStatePRunning // DeviceGuardVirtualizationBasedSecurityStatePRebootRequired is a pointer to DeviceGuardVirtualizationBasedSecurityStateVRebootRequired DeviceGuardVirtualizationBasedSecurityStatePRebootRequired = &_DeviceGuardVirtualizationBasedSecurityStatePRebootRequired // DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture is a pointer to DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture = &_DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture // DeviceGuardVirtualizationBasedSecurityStatePNotLicensed is a pointer to DeviceGuardVirtualizationBasedSecurityStateVNotLicensed DeviceGuardVirtualizationBasedSecurityStatePNotLicensed = &_DeviceGuardVirtualizationBasedSecurityStatePNotLicensed // DeviceGuardVirtualizationBasedSecurityStatePNotConfigured is a pointer to DeviceGuardVirtualizationBasedSecurityStateVNotConfigured DeviceGuardVirtualizationBasedSecurityStatePNotConfigured = &_DeviceGuardVirtualizationBasedSecurityStatePNotConfigured // DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements is a pointer to DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements = &_DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements // DeviceGuardVirtualizationBasedSecurityStatePOther is a pointer to DeviceGuardVirtualizationBasedSecurityStateVOther DeviceGuardVirtualizationBasedSecurityStatePOther = &_DeviceGuardVirtualizationBasedSecurityStatePOther ) var ( _DeviceGuardVirtualizationBasedSecurityStatePRunning = DeviceGuardVirtualizationBasedSecurityStateVRunning _DeviceGuardVirtualizationBasedSecurityStatePRebootRequired = DeviceGuardVirtualizationBasedSecurityStateVRebootRequired _DeviceGuardVirtualizationBasedSecurityStatePRequire64BitArchitecture = DeviceGuardVirtualizationBasedSecurityStateVRequire64BitArchitecture _DeviceGuardVirtualizationBasedSecurityStatePNotLicensed = DeviceGuardVirtualizationBasedSecurityStateVNotLicensed _DeviceGuardVirtualizationBasedSecurityStatePNotConfigured = DeviceGuardVirtualizationBasedSecurityStateVNotConfigured _DeviceGuardVirtualizationBasedSecurityStatePDoesNotMeetHardwareRequirements = DeviceGuardVirtualizationBasedSecurityStateVDoesNotMeetHardwareRequirements _DeviceGuardVirtualizationBasedSecurityStatePOther = DeviceGuardVirtualizationBasedSecurityStateVOther ) // DeviceManagementApplicabilityRuleType undocumented type DeviceManagementApplicabilityRuleType string const ( // DeviceManagementApplicabilityRuleTypeVInclude undocumented DeviceManagementApplicabilityRuleTypeVInclude DeviceManagementApplicabilityRuleType = "include" // DeviceManagementApplicabilityRuleTypeVExclude undocumented DeviceManagementApplicabilityRuleTypeVExclude DeviceManagementApplicabilityRuleType = "exclude" ) var ( // DeviceManagementApplicabilityRuleTypePInclude is a pointer to DeviceManagementApplicabilityRuleTypeVInclude DeviceManagementApplicabilityRuleTypePInclude = &_DeviceManagementApplicabilityRuleTypePInclude // DeviceManagementApplicabilityRuleTypePExclude is a pointer to DeviceManagementApplicabilityRuleTypeVExclude DeviceManagementApplicabilityRuleTypePExclude = &_DeviceManagementApplicabilityRuleTypePExclude ) var ( _DeviceManagementApplicabilityRuleTypePInclude = DeviceManagementApplicabilityRuleTypeVInclude _DeviceManagementApplicabilityRuleTypePExclude = DeviceManagementApplicabilityRuleTypeVExclude ) // DeviceManagementComparisonResult undocumented type DeviceManagementComparisonResult string const ( // DeviceManagementComparisonResultVUnknown undocumented DeviceManagementComparisonResultVUnknown DeviceManagementComparisonResult = "unknown" // DeviceManagementComparisonResultVEqual undocumented DeviceManagementComparisonResultVEqual DeviceManagementComparisonResult = "equal" // DeviceManagementComparisonResultVNotEqual undocumented DeviceManagementComparisonResultVNotEqual DeviceManagementComparisonResult = "notEqual" // DeviceManagementComparisonResultVAdded undocumented DeviceManagementComparisonResultVAdded DeviceManagementComparisonResult = "added" // DeviceManagementComparisonResultVRemoved undocumented DeviceManagementComparisonResultVRemoved DeviceManagementComparisonResult = "removed" ) var ( // DeviceManagementComparisonResultPUnknown is a pointer to DeviceManagementComparisonResultVUnknown DeviceManagementComparisonResultPUnknown = &_DeviceManagementComparisonResultPUnknown // DeviceManagementComparisonResultPEqual is a pointer to DeviceManagementComparisonResultVEqual DeviceManagementComparisonResultPEqual = &_DeviceManagementComparisonResultPEqual // DeviceManagementComparisonResultPNotEqual is a pointer to DeviceManagementComparisonResultVNotEqual DeviceManagementComparisonResultPNotEqual = &_DeviceManagementComparisonResultPNotEqual // DeviceManagementComparisonResultPAdded is a pointer to DeviceManagementComparisonResultVAdded DeviceManagementComparisonResultPAdded = &_DeviceManagementComparisonResultPAdded // DeviceManagementComparisonResultPRemoved is a pointer to DeviceManagementComparisonResultVRemoved DeviceManagementComparisonResultPRemoved = &_DeviceManagementComparisonResultPRemoved ) var ( _DeviceManagementComparisonResultPUnknown = DeviceManagementComparisonResultVUnknown _DeviceManagementComparisonResultPEqual = DeviceManagementComparisonResultVEqual _DeviceManagementComparisonResultPNotEqual = DeviceManagementComparisonResultVNotEqual _DeviceManagementComparisonResultPAdded = DeviceManagementComparisonResultVAdded _DeviceManagementComparisonResultPRemoved = DeviceManagementComparisonResultVRemoved ) // DeviceManagementDerivedCredentialIssuer undocumented type DeviceManagementDerivedCredentialIssuer string const ( // DeviceManagementDerivedCredentialIssuerVIntercede undocumented DeviceManagementDerivedCredentialIssuerVIntercede DeviceManagementDerivedCredentialIssuer = "intercede" // DeviceManagementDerivedCredentialIssuerVEntrustDatacard undocumented DeviceManagementDerivedCredentialIssuerVEntrustDatacard DeviceManagementDerivedCredentialIssuer = "entrustDatacard" // DeviceManagementDerivedCredentialIssuerVPurebred undocumented DeviceManagementDerivedCredentialIssuerVPurebred DeviceManagementDerivedCredentialIssuer = "purebred" ) var ( // DeviceManagementDerivedCredentialIssuerPIntercede is a pointer to DeviceManagementDerivedCredentialIssuerVIntercede DeviceManagementDerivedCredentialIssuerPIntercede = &_DeviceManagementDerivedCredentialIssuerPIntercede // DeviceManagementDerivedCredentialIssuerPEntrustDatacard is a pointer to DeviceManagementDerivedCredentialIssuerVEntrustDatacard DeviceManagementDerivedCredentialIssuerPEntrustDatacard = &_DeviceManagementDerivedCredentialIssuerPEntrustDatacard // DeviceManagementDerivedCredentialIssuerPPurebred is a pointer to DeviceManagementDerivedCredentialIssuerVPurebred DeviceManagementDerivedCredentialIssuerPPurebred = &_DeviceManagementDerivedCredentialIssuerPPurebred ) var ( _DeviceManagementDerivedCredentialIssuerPIntercede = DeviceManagementDerivedCredentialIssuerVIntercede _DeviceManagementDerivedCredentialIssuerPEntrustDatacard = DeviceManagementDerivedCredentialIssuerVEntrustDatacard _DeviceManagementDerivedCredentialIssuerPPurebred = DeviceManagementDerivedCredentialIssuerVPurebred ) // DeviceManagementDerivedCredentialNotificationType undocumented type DeviceManagementDerivedCredentialNotificationType string const ( // DeviceManagementDerivedCredentialNotificationTypeVNone undocumented DeviceManagementDerivedCredentialNotificationTypeVNone DeviceManagementDerivedCredentialNotificationType = "none" // DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal undocumented DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal DeviceManagementDerivedCredentialNotificationType = "companyPortal" // DeviceManagementDerivedCredentialNotificationTypeVEmail undocumented DeviceManagementDerivedCredentialNotificationTypeVEmail DeviceManagementDerivedCredentialNotificationType = "email" ) var ( // DeviceManagementDerivedCredentialNotificationTypePNone is a pointer to DeviceManagementDerivedCredentialNotificationTypeVNone DeviceManagementDerivedCredentialNotificationTypePNone = &_DeviceManagementDerivedCredentialNotificationTypePNone // DeviceManagementDerivedCredentialNotificationTypePCompanyPortal is a pointer to DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal DeviceManagementDerivedCredentialNotificationTypePCompanyPortal = &_DeviceManagementDerivedCredentialNotificationTypePCompanyPortal // DeviceManagementDerivedCredentialNotificationTypePEmail is a pointer to DeviceManagementDerivedCredentialNotificationTypeVEmail DeviceManagementDerivedCredentialNotificationTypePEmail = &_DeviceManagementDerivedCredentialNotificationTypePEmail ) var ( _DeviceManagementDerivedCredentialNotificationTypePNone = DeviceManagementDerivedCredentialNotificationTypeVNone _DeviceManagementDerivedCredentialNotificationTypePCompanyPortal = DeviceManagementDerivedCredentialNotificationTypeVCompanyPortal _DeviceManagementDerivedCredentialNotificationTypePEmail = DeviceManagementDerivedCredentialNotificationTypeVEmail ) // DeviceManagementDomainJoinConnectorState undocumented type DeviceManagementDomainJoinConnectorState string const ( // DeviceManagementDomainJoinConnectorStateVActive undocumented DeviceManagementDomainJoinConnectorStateVActive DeviceManagementDomainJoinConnectorState = "active" // DeviceManagementDomainJoinConnectorStateVError undocumented DeviceManagementDomainJoinConnectorStateVError DeviceManagementDomainJoinConnectorState = "error" // DeviceManagementDomainJoinConnectorStateVInactive undocumented DeviceManagementDomainJoinConnectorStateVInactive DeviceManagementDomainJoinConnectorState = "inactive" ) var ( // DeviceManagementDomainJoinConnectorStatePActive is a pointer to DeviceManagementDomainJoinConnectorStateVActive DeviceManagementDomainJoinConnectorStatePActive = &_DeviceManagementDomainJoinConnectorStatePActive // DeviceManagementDomainJoinConnectorStatePError is a pointer to DeviceManagementDomainJoinConnectorStateVError DeviceManagementDomainJoinConnectorStatePError = &_DeviceManagementDomainJoinConnectorStatePError // DeviceManagementDomainJoinConnectorStatePInactive is a pointer to DeviceManagementDomainJoinConnectorStateVInactive DeviceManagementDomainJoinConnectorStatePInactive = &_DeviceManagementDomainJoinConnectorStatePInactive ) var ( _DeviceManagementDomainJoinConnectorStatePActive = DeviceManagementDomainJoinConnectorStateVActive _DeviceManagementDomainJoinConnectorStatePError = DeviceManagementDomainJoinConnectorStateVError _DeviceManagementDomainJoinConnectorStatePInactive = DeviceManagementDomainJoinConnectorStateVInactive ) // DeviceManagementExchangeAccessLevel undocumented type DeviceManagementExchangeAccessLevel string const ( // DeviceManagementExchangeAccessLevelVNone undocumented DeviceManagementExchangeAccessLevelVNone DeviceManagementExchangeAccessLevel = "none" // DeviceManagementExchangeAccessLevelVAllow undocumented DeviceManagementExchangeAccessLevelVAllow DeviceManagementExchangeAccessLevel = "allow" // DeviceManagementExchangeAccessLevelVBlock undocumented DeviceManagementExchangeAccessLevelVBlock DeviceManagementExchangeAccessLevel = "block" // DeviceManagementExchangeAccessLevelVQuarantine undocumented DeviceManagementExchangeAccessLevelVQuarantine DeviceManagementExchangeAccessLevel = "quarantine" ) var ( // DeviceManagementExchangeAccessLevelPNone is a pointer to DeviceManagementExchangeAccessLevelVNone DeviceManagementExchangeAccessLevelPNone = &_DeviceManagementExchangeAccessLevelPNone // DeviceManagementExchangeAccessLevelPAllow is a pointer to DeviceManagementExchangeAccessLevelVAllow DeviceManagementExchangeAccessLevelPAllow = &_DeviceManagementExchangeAccessLevelPAllow // DeviceManagementExchangeAccessLevelPBlock is a pointer to DeviceManagementExchangeAccessLevelVBlock DeviceManagementExchangeAccessLevelPBlock = &_DeviceManagementExchangeAccessLevelPBlock // DeviceManagementExchangeAccessLevelPQuarantine is a pointer to DeviceManagementExchangeAccessLevelVQuarantine DeviceManagementExchangeAccessLevelPQuarantine = &_DeviceManagementExchangeAccessLevelPQuarantine ) var ( _DeviceManagementExchangeAccessLevelPNone = DeviceManagementExchangeAccessLevelVNone _DeviceManagementExchangeAccessLevelPAllow = DeviceManagementExchangeAccessLevelVAllow _DeviceManagementExchangeAccessLevelPBlock = DeviceManagementExchangeAccessLevelVBlock _DeviceManagementExchangeAccessLevelPQuarantine = DeviceManagementExchangeAccessLevelVQuarantine ) // DeviceManagementExchangeAccessRuleType undocumented type DeviceManagementExchangeAccessRuleType string const ( // DeviceManagementExchangeAccessRuleTypeVFamily undocumented DeviceManagementExchangeAccessRuleTypeVFamily DeviceManagementExchangeAccessRuleType = "family" // DeviceManagementExchangeAccessRuleTypeVModel undocumented DeviceManagementExchangeAccessRuleTypeVModel DeviceManagementExchangeAccessRuleType = "model" ) var ( // DeviceManagementExchangeAccessRuleTypePFamily is a pointer to DeviceManagementExchangeAccessRuleTypeVFamily DeviceManagementExchangeAccessRuleTypePFamily = &_DeviceManagementExchangeAccessRuleTypePFamily // DeviceManagementExchangeAccessRuleTypePModel is a pointer to DeviceManagementExchangeAccessRuleTypeVModel DeviceManagementExchangeAccessRuleTypePModel = &_DeviceManagementExchangeAccessRuleTypePModel ) var ( _DeviceManagementExchangeAccessRuleTypePFamily = DeviceManagementExchangeAccessRuleTypeVFamily _DeviceManagementExchangeAccessRuleTypePModel = DeviceManagementExchangeAccessRuleTypeVModel ) // DeviceManagementExchangeAccessState undocumented type DeviceManagementExchangeAccessState string const ( // DeviceManagementExchangeAccessStateVNone undocumented DeviceManagementExchangeAccessStateVNone DeviceManagementExchangeAccessState = "none" // DeviceManagementExchangeAccessStateVUnknown undocumented DeviceManagementExchangeAccessStateVUnknown DeviceManagementExchangeAccessState = "unknown" // DeviceManagementExchangeAccessStateVAllowed undocumented DeviceManagementExchangeAccessStateVAllowed DeviceManagementExchangeAccessState = "allowed" // DeviceManagementExchangeAccessStateVBlocked undocumented DeviceManagementExchangeAccessStateVBlocked DeviceManagementExchangeAccessState = "blocked" // DeviceManagementExchangeAccessStateVQuarantined undocumented DeviceManagementExchangeAccessStateVQuarantined DeviceManagementExchangeAccessState = "quarantined" ) var ( // DeviceManagementExchangeAccessStatePNone is a pointer to DeviceManagementExchangeAccessStateVNone DeviceManagementExchangeAccessStatePNone = &_DeviceManagementExchangeAccessStatePNone // DeviceManagementExchangeAccessStatePUnknown is a pointer to DeviceManagementExchangeAccessStateVUnknown DeviceManagementExchangeAccessStatePUnknown = &_DeviceManagementExchangeAccessStatePUnknown // DeviceManagementExchangeAccessStatePAllowed is a pointer to DeviceManagementExchangeAccessStateVAllowed DeviceManagementExchangeAccessStatePAllowed = &_DeviceManagementExchangeAccessStatePAllowed // DeviceManagementExchangeAccessStatePBlocked is a pointer to DeviceManagementExchangeAccessStateVBlocked DeviceManagementExchangeAccessStatePBlocked = &_DeviceManagementExchangeAccessStatePBlocked // DeviceManagementExchangeAccessStatePQuarantined is a pointer to DeviceManagementExchangeAccessStateVQuarantined DeviceManagementExchangeAccessStatePQuarantined = &_DeviceManagementExchangeAccessStatePQuarantined ) var ( _DeviceManagementExchangeAccessStatePNone = DeviceManagementExchangeAccessStateVNone _DeviceManagementExchangeAccessStatePUnknown = DeviceManagementExchangeAccessStateVUnknown _DeviceManagementExchangeAccessStatePAllowed = DeviceManagementExchangeAccessStateVAllowed _DeviceManagementExchangeAccessStatePBlocked = DeviceManagementExchangeAccessStateVBlocked _DeviceManagementExchangeAccessStatePQuarantined = DeviceManagementExchangeAccessStateVQuarantined ) // DeviceManagementExchangeAccessStateReason undocumented type DeviceManagementExchangeAccessStateReason string const ( // DeviceManagementExchangeAccessStateReasonVNone undocumented DeviceManagementExchangeAccessStateReasonVNone DeviceManagementExchangeAccessStateReason = "none" // DeviceManagementExchangeAccessStateReasonVUnknown undocumented DeviceManagementExchangeAccessStateReasonVUnknown DeviceManagementExchangeAccessStateReason = "unknown" // DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule undocumented DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule DeviceManagementExchangeAccessStateReason = "exchangeGlobalRule" // DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule undocumented DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule DeviceManagementExchangeAccessStateReason = "exchangeIndividualRule" // DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule undocumented DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule DeviceManagementExchangeAccessStateReason = "exchangeDeviceRule" // DeviceManagementExchangeAccessStateReasonVExchangeUpgrade undocumented DeviceManagementExchangeAccessStateReasonVExchangeUpgrade DeviceManagementExchangeAccessStateReason = "exchangeUpgrade" // DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy undocumented DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy DeviceManagementExchangeAccessStateReason = "exchangeMailboxPolicy" // DeviceManagementExchangeAccessStateReasonVOther undocumented DeviceManagementExchangeAccessStateReasonVOther DeviceManagementExchangeAccessStateReason = "other" // DeviceManagementExchangeAccessStateReasonVCompliant undocumented DeviceManagementExchangeAccessStateReasonVCompliant DeviceManagementExchangeAccessStateReason = "compliant" // DeviceManagementExchangeAccessStateReasonVNotCompliant undocumented DeviceManagementExchangeAccessStateReasonVNotCompliant DeviceManagementExchangeAccessStateReason = "notCompliant" // DeviceManagementExchangeAccessStateReasonVNotEnrolled undocumented DeviceManagementExchangeAccessStateReasonVNotEnrolled DeviceManagementExchangeAccessStateReason = "notEnrolled" // DeviceManagementExchangeAccessStateReasonVUnknownLocation undocumented DeviceManagementExchangeAccessStateReasonVUnknownLocation DeviceManagementExchangeAccessStateReason = "unknownLocation" // DeviceManagementExchangeAccessStateReasonVMFARequired undocumented DeviceManagementExchangeAccessStateReasonVMFARequired DeviceManagementExchangeAccessStateReason = "mfaRequired" // DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy undocumented DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy DeviceManagementExchangeAccessStateReason = "azureADBlockDueToAccessPolicy" // DeviceManagementExchangeAccessStateReasonVCompromisedPassword undocumented DeviceManagementExchangeAccessStateReasonVCompromisedPassword DeviceManagementExchangeAccessStateReason = "compromisedPassword" // DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp undocumented DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp DeviceManagementExchangeAccessStateReason = "deviceNotKnownWithManagedApp" ) var ( // DeviceManagementExchangeAccessStateReasonPNone is a pointer to DeviceManagementExchangeAccessStateReasonVNone DeviceManagementExchangeAccessStateReasonPNone = &_DeviceManagementExchangeAccessStateReasonPNone // DeviceManagementExchangeAccessStateReasonPUnknown is a pointer to DeviceManagementExchangeAccessStateReasonVUnknown DeviceManagementExchangeAccessStateReasonPUnknown = &_DeviceManagementExchangeAccessStateReasonPUnknown // DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule = &_DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule // DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule = &_DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule // DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule = &_DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule // DeviceManagementExchangeAccessStateReasonPExchangeUpgrade is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeUpgrade DeviceManagementExchangeAccessStateReasonPExchangeUpgrade = &_DeviceManagementExchangeAccessStateReasonPExchangeUpgrade // DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy is a pointer to DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy = &_DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy // DeviceManagementExchangeAccessStateReasonPOther is a pointer to DeviceManagementExchangeAccessStateReasonVOther DeviceManagementExchangeAccessStateReasonPOther = &_DeviceManagementExchangeAccessStateReasonPOther // DeviceManagementExchangeAccessStateReasonPCompliant is a pointer to DeviceManagementExchangeAccessStateReasonVCompliant DeviceManagementExchangeAccessStateReasonPCompliant = &_DeviceManagementExchangeAccessStateReasonPCompliant // DeviceManagementExchangeAccessStateReasonPNotCompliant is a pointer to DeviceManagementExchangeAccessStateReasonVNotCompliant DeviceManagementExchangeAccessStateReasonPNotCompliant = &_DeviceManagementExchangeAccessStateReasonPNotCompliant // DeviceManagementExchangeAccessStateReasonPNotEnrolled is a pointer to DeviceManagementExchangeAccessStateReasonVNotEnrolled DeviceManagementExchangeAccessStateReasonPNotEnrolled = &_DeviceManagementExchangeAccessStateReasonPNotEnrolled // DeviceManagementExchangeAccessStateReasonPUnknownLocation is a pointer to DeviceManagementExchangeAccessStateReasonVUnknownLocation DeviceManagementExchangeAccessStateReasonPUnknownLocation = &_DeviceManagementExchangeAccessStateReasonPUnknownLocation // DeviceManagementExchangeAccessStateReasonPMFARequired is a pointer to DeviceManagementExchangeAccessStateReasonVMFARequired DeviceManagementExchangeAccessStateReasonPMFARequired = &_DeviceManagementExchangeAccessStateReasonPMFARequired // DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy is a pointer to DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy = &_DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy // DeviceManagementExchangeAccessStateReasonPCompromisedPassword is a pointer to DeviceManagementExchangeAccessStateReasonVCompromisedPassword DeviceManagementExchangeAccessStateReasonPCompromisedPassword = &_DeviceManagementExchangeAccessStateReasonPCompromisedPassword // DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp is a pointer to DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp = &_DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp ) var ( _DeviceManagementExchangeAccessStateReasonPNone = DeviceManagementExchangeAccessStateReasonVNone _DeviceManagementExchangeAccessStateReasonPUnknown = DeviceManagementExchangeAccessStateReasonVUnknown _DeviceManagementExchangeAccessStateReasonPExchangeGlobalRule = DeviceManagementExchangeAccessStateReasonVExchangeGlobalRule _DeviceManagementExchangeAccessStateReasonPExchangeIndividualRule = DeviceManagementExchangeAccessStateReasonVExchangeIndividualRule _DeviceManagementExchangeAccessStateReasonPExchangeDeviceRule = DeviceManagementExchangeAccessStateReasonVExchangeDeviceRule _DeviceManagementExchangeAccessStateReasonPExchangeUpgrade = DeviceManagementExchangeAccessStateReasonVExchangeUpgrade _DeviceManagementExchangeAccessStateReasonPExchangeMailboxPolicy = DeviceManagementExchangeAccessStateReasonVExchangeMailboxPolicy _DeviceManagementExchangeAccessStateReasonPOther = DeviceManagementExchangeAccessStateReasonVOther _DeviceManagementExchangeAccessStateReasonPCompliant = DeviceManagementExchangeAccessStateReasonVCompliant _DeviceManagementExchangeAccessStateReasonPNotCompliant = DeviceManagementExchangeAccessStateReasonVNotCompliant _DeviceManagementExchangeAccessStateReasonPNotEnrolled = DeviceManagementExchangeAccessStateReasonVNotEnrolled _DeviceManagementExchangeAccessStateReasonPUnknownLocation = DeviceManagementExchangeAccessStateReasonVUnknownLocation _DeviceManagementExchangeAccessStateReasonPMFARequired = DeviceManagementExchangeAccessStateReasonVMFARequired _DeviceManagementExchangeAccessStateReasonPAzureADBlockDueToAccessPolicy = DeviceManagementExchangeAccessStateReasonVAzureADBlockDueToAccessPolicy _DeviceManagementExchangeAccessStateReasonPCompromisedPassword = DeviceManagementExchangeAccessStateReasonVCompromisedPassword _DeviceManagementExchangeAccessStateReasonPDeviceNotKnownWithManagedApp = DeviceManagementExchangeAccessStateReasonVDeviceNotKnownWithManagedApp ) // DeviceManagementExchangeConnectorStatus undocumented type DeviceManagementExchangeConnectorStatus string const ( // DeviceManagementExchangeConnectorStatusVNone undocumented DeviceManagementExchangeConnectorStatusVNone DeviceManagementExchangeConnectorStatus = "none" // DeviceManagementExchangeConnectorStatusVConnectionPending undocumented DeviceManagementExchangeConnectorStatusVConnectionPending DeviceManagementExchangeConnectorStatus = "connectionPending" // DeviceManagementExchangeConnectorStatusVConnected undocumented DeviceManagementExchangeConnectorStatusVConnected DeviceManagementExchangeConnectorStatus = "connected" // DeviceManagementExchangeConnectorStatusVDisconnected undocumented DeviceManagementExchangeConnectorStatusVDisconnected DeviceManagementExchangeConnectorStatus = "disconnected" ) var ( // DeviceManagementExchangeConnectorStatusPNone is a pointer to DeviceManagementExchangeConnectorStatusVNone DeviceManagementExchangeConnectorStatusPNone = &_DeviceManagementExchangeConnectorStatusPNone // DeviceManagementExchangeConnectorStatusPConnectionPending is a pointer to DeviceManagementExchangeConnectorStatusVConnectionPending DeviceManagementExchangeConnectorStatusPConnectionPending = &_DeviceManagementExchangeConnectorStatusPConnectionPending // DeviceManagementExchangeConnectorStatusPConnected is a pointer to DeviceManagementExchangeConnectorStatusVConnected DeviceManagementExchangeConnectorStatusPConnected = &_DeviceManagementExchangeConnectorStatusPConnected // DeviceManagementExchangeConnectorStatusPDisconnected is a pointer to DeviceManagementExchangeConnectorStatusVDisconnected DeviceManagementExchangeConnectorStatusPDisconnected = &_DeviceManagementExchangeConnectorStatusPDisconnected ) var ( _DeviceManagementExchangeConnectorStatusPNone = DeviceManagementExchangeConnectorStatusVNone _DeviceManagementExchangeConnectorStatusPConnectionPending = DeviceManagementExchangeConnectorStatusVConnectionPending _DeviceManagementExchangeConnectorStatusPConnected = DeviceManagementExchangeConnectorStatusVConnected _DeviceManagementExchangeConnectorStatusPDisconnected = DeviceManagementExchangeConnectorStatusVDisconnected ) // DeviceManagementExchangeConnectorSyncType undocumented type DeviceManagementExchangeConnectorSyncType string const ( // DeviceManagementExchangeConnectorSyncTypeVFullSync undocumented DeviceManagementExchangeConnectorSyncTypeVFullSync DeviceManagementExchangeConnectorSyncType = "fullSync" // DeviceManagementExchangeConnectorSyncTypeVDeltaSync undocumented DeviceManagementExchangeConnectorSyncTypeVDeltaSync DeviceManagementExchangeConnectorSyncType = "deltaSync" ) var ( // DeviceManagementExchangeConnectorSyncTypePFullSync is a pointer to DeviceManagementExchangeConnectorSyncTypeVFullSync DeviceManagementExchangeConnectorSyncTypePFullSync = &_DeviceManagementExchangeConnectorSyncTypePFullSync // DeviceManagementExchangeConnectorSyncTypePDeltaSync is a pointer to DeviceManagementExchangeConnectorSyncTypeVDeltaSync DeviceManagementExchangeConnectorSyncTypePDeltaSync = &_DeviceManagementExchangeConnectorSyncTypePDeltaSync ) var ( _DeviceManagementExchangeConnectorSyncTypePFullSync = DeviceManagementExchangeConnectorSyncTypeVFullSync _DeviceManagementExchangeConnectorSyncTypePDeltaSync = DeviceManagementExchangeConnectorSyncTypeVDeltaSync ) // DeviceManagementExchangeConnectorType undocumented type DeviceManagementExchangeConnectorType string const ( // DeviceManagementExchangeConnectorTypeVOnPremises undocumented DeviceManagementExchangeConnectorTypeVOnPremises DeviceManagementExchangeConnectorType = "onPremises" // DeviceManagementExchangeConnectorTypeVHosted undocumented DeviceManagementExchangeConnectorTypeVHosted DeviceManagementExchangeConnectorType = "hosted" // DeviceManagementExchangeConnectorTypeVServiceToService undocumented DeviceManagementExchangeConnectorTypeVServiceToService DeviceManagementExchangeConnectorType = "serviceToService" // DeviceManagementExchangeConnectorTypeVDedicated undocumented DeviceManagementExchangeConnectorTypeVDedicated DeviceManagementExchangeConnectorType = "dedicated" ) var ( // DeviceManagementExchangeConnectorTypePOnPremises is a pointer to DeviceManagementExchangeConnectorTypeVOnPremises DeviceManagementExchangeConnectorTypePOnPremises = &_DeviceManagementExchangeConnectorTypePOnPremises // DeviceManagementExchangeConnectorTypePHosted is a pointer to DeviceManagementExchangeConnectorTypeVHosted DeviceManagementExchangeConnectorTypePHosted = &_DeviceManagementExchangeConnectorTypePHosted // DeviceManagementExchangeConnectorTypePServiceToService is a pointer to DeviceManagementExchangeConnectorTypeVServiceToService DeviceManagementExchangeConnectorTypePServiceToService = &_DeviceManagementExchangeConnectorTypePServiceToService // DeviceManagementExchangeConnectorTypePDedicated is a pointer to DeviceManagementExchangeConnectorTypeVDedicated DeviceManagementExchangeConnectorTypePDedicated = &_DeviceManagementExchangeConnectorTypePDedicated ) var ( _DeviceManagementExchangeConnectorTypePOnPremises = DeviceManagementExchangeConnectorTypeVOnPremises _DeviceManagementExchangeConnectorTypePHosted = DeviceManagementExchangeConnectorTypeVHosted _DeviceManagementExchangeConnectorTypePServiceToService = DeviceManagementExchangeConnectorTypeVServiceToService _DeviceManagementExchangeConnectorTypePDedicated = DeviceManagementExchangeConnectorTypeVDedicated ) // DeviceManagementPartnerAppType undocumented type DeviceManagementPartnerAppType string const ( // DeviceManagementPartnerAppTypeVUnknown undocumented DeviceManagementPartnerAppTypeVUnknown DeviceManagementPartnerAppType = "unknown" // DeviceManagementPartnerAppTypeVSingleTenantApp undocumented DeviceManagementPartnerAppTypeVSingleTenantApp DeviceManagementPartnerAppType = "singleTenantApp" // DeviceManagementPartnerAppTypeVMultiTenantApp undocumented DeviceManagementPartnerAppTypeVMultiTenantApp DeviceManagementPartnerAppType = "multiTenantApp" ) var ( // DeviceManagementPartnerAppTypePUnknown is a pointer to DeviceManagementPartnerAppTypeVUnknown DeviceManagementPartnerAppTypePUnknown = &_DeviceManagementPartnerAppTypePUnknown // DeviceManagementPartnerAppTypePSingleTenantApp is a pointer to DeviceManagementPartnerAppTypeVSingleTenantApp DeviceManagementPartnerAppTypePSingleTenantApp = &_DeviceManagementPartnerAppTypePSingleTenantApp // DeviceManagementPartnerAppTypePMultiTenantApp is a pointer to DeviceManagementPartnerAppTypeVMultiTenantApp DeviceManagementPartnerAppTypePMultiTenantApp = &_DeviceManagementPartnerAppTypePMultiTenantApp ) var ( _DeviceManagementPartnerAppTypePUnknown = DeviceManagementPartnerAppTypeVUnknown _DeviceManagementPartnerAppTypePSingleTenantApp = DeviceManagementPartnerAppTypeVSingleTenantApp _DeviceManagementPartnerAppTypePMultiTenantApp = DeviceManagementPartnerAppTypeVMultiTenantApp ) // DeviceManagementPartnerTenantState undocumented type DeviceManagementPartnerTenantState string const ( // DeviceManagementPartnerTenantStateVUnknown undocumented DeviceManagementPartnerTenantStateVUnknown DeviceManagementPartnerTenantState = "unknown" // DeviceManagementPartnerTenantStateVUnavailable undocumented DeviceManagementPartnerTenantStateVUnavailable DeviceManagementPartnerTenantState = "unavailable" // DeviceManagementPartnerTenantStateVEnabled undocumented DeviceManagementPartnerTenantStateVEnabled DeviceManagementPartnerTenantState = "enabled" // DeviceManagementPartnerTenantStateVTerminated undocumented DeviceManagementPartnerTenantStateVTerminated DeviceManagementPartnerTenantState = "terminated" // DeviceManagementPartnerTenantStateVRejected undocumented DeviceManagementPartnerTenantStateVRejected DeviceManagementPartnerTenantState = "rejected" // DeviceManagementPartnerTenantStateVUnresponsive undocumented DeviceManagementPartnerTenantStateVUnresponsive DeviceManagementPartnerTenantState = "unresponsive" ) var ( // DeviceManagementPartnerTenantStatePUnknown is a pointer to DeviceManagementPartnerTenantStateVUnknown DeviceManagementPartnerTenantStatePUnknown = &_DeviceManagementPartnerTenantStatePUnknown // DeviceManagementPartnerTenantStatePUnavailable is a pointer to DeviceManagementPartnerTenantStateVUnavailable DeviceManagementPartnerTenantStatePUnavailable = &_DeviceManagementPartnerTenantStatePUnavailable // DeviceManagementPartnerTenantStatePEnabled is a pointer to DeviceManagementPartnerTenantStateVEnabled DeviceManagementPartnerTenantStatePEnabled = &_DeviceManagementPartnerTenantStatePEnabled // DeviceManagementPartnerTenantStatePTerminated is a pointer to DeviceManagementPartnerTenantStateVTerminated DeviceManagementPartnerTenantStatePTerminated = &_DeviceManagementPartnerTenantStatePTerminated // DeviceManagementPartnerTenantStatePRejected is a pointer to DeviceManagementPartnerTenantStateVRejected DeviceManagementPartnerTenantStatePRejected = &_DeviceManagementPartnerTenantStatePRejected // DeviceManagementPartnerTenantStatePUnresponsive is a pointer to DeviceManagementPartnerTenantStateVUnresponsive DeviceManagementPartnerTenantStatePUnresponsive = &_DeviceManagementPartnerTenantStatePUnresponsive ) var ( _DeviceManagementPartnerTenantStatePUnknown = DeviceManagementPartnerTenantStateVUnknown _DeviceManagementPartnerTenantStatePUnavailable = DeviceManagementPartnerTenantStateVUnavailable _DeviceManagementPartnerTenantStatePEnabled = DeviceManagementPartnerTenantStateVEnabled _DeviceManagementPartnerTenantStatePTerminated = DeviceManagementPartnerTenantStateVTerminated _DeviceManagementPartnerTenantStatePRejected = DeviceManagementPartnerTenantStateVRejected _DeviceManagementPartnerTenantStatePUnresponsive = DeviceManagementPartnerTenantStateVUnresponsive ) // DeviceManagementReportFileFormat undocumented type DeviceManagementReportFileFormat string const ( // DeviceManagementReportFileFormatVCsv undocumented DeviceManagementReportFileFormatVCsv DeviceManagementReportFileFormat = "csv" // DeviceManagementReportFileFormatVPdf undocumented DeviceManagementReportFileFormatVPdf DeviceManagementReportFileFormat = "pdf" ) var ( // DeviceManagementReportFileFormatPCsv is a pointer to DeviceManagementReportFileFormatVCsv DeviceManagementReportFileFormatPCsv = &_DeviceManagementReportFileFormatPCsv // DeviceManagementReportFileFormatPPdf is a pointer to DeviceManagementReportFileFormatVPdf DeviceManagementReportFileFormatPPdf = &_DeviceManagementReportFileFormatPPdf ) var ( _DeviceManagementReportFileFormatPCsv = DeviceManagementReportFileFormatVCsv _DeviceManagementReportFileFormatPPdf = DeviceManagementReportFileFormatVPdf ) // DeviceManagementReportStatus undocumented type DeviceManagementReportStatus string const ( // DeviceManagementReportStatusVUnknown undocumented DeviceManagementReportStatusVUnknown DeviceManagementReportStatus = "unknown" // DeviceManagementReportStatusVNotStarted undocumented DeviceManagementReportStatusVNotStarted DeviceManagementReportStatus = "notStarted" // DeviceManagementReportStatusVInProgress undocumented DeviceManagementReportStatusVInProgress DeviceManagementReportStatus = "inProgress" // DeviceManagementReportStatusVCompleted undocumented DeviceManagementReportStatusVCompleted DeviceManagementReportStatus = "completed" // DeviceManagementReportStatusVFailed undocumented DeviceManagementReportStatusVFailed DeviceManagementReportStatus = "failed" ) var ( // DeviceManagementReportStatusPUnknown is a pointer to DeviceManagementReportStatusVUnknown DeviceManagementReportStatusPUnknown = &_DeviceManagementReportStatusPUnknown // DeviceManagementReportStatusPNotStarted is a pointer to DeviceManagementReportStatusVNotStarted DeviceManagementReportStatusPNotStarted = &_DeviceManagementReportStatusPNotStarted // DeviceManagementReportStatusPInProgress is a pointer to DeviceManagementReportStatusVInProgress DeviceManagementReportStatusPInProgress = &_DeviceManagementReportStatusPInProgress // DeviceManagementReportStatusPCompleted is a pointer to DeviceManagementReportStatusVCompleted DeviceManagementReportStatusPCompleted = &_DeviceManagementReportStatusPCompleted // DeviceManagementReportStatusPFailed is a pointer to DeviceManagementReportStatusVFailed DeviceManagementReportStatusPFailed = &_DeviceManagementReportStatusPFailed ) var ( _DeviceManagementReportStatusPUnknown = DeviceManagementReportStatusVUnknown _DeviceManagementReportStatusPNotStarted = DeviceManagementReportStatusVNotStarted _DeviceManagementReportStatusPInProgress = DeviceManagementReportStatusVInProgress _DeviceManagementReportStatusPCompleted = DeviceManagementReportStatusVCompleted _DeviceManagementReportStatusPFailed = DeviceManagementReportStatusVFailed ) // DeviceManagementScheduledReportRecurrence undocumented type DeviceManagementScheduledReportRecurrence string const ( // DeviceManagementScheduledReportRecurrenceVNone undocumented DeviceManagementScheduledReportRecurrenceVNone DeviceManagementScheduledReportRecurrence = "none" // DeviceManagementScheduledReportRecurrenceVDaily undocumented DeviceManagementScheduledReportRecurrenceVDaily DeviceManagementScheduledReportRecurrence = "daily" // DeviceManagementScheduledReportRecurrenceVWeekly undocumented DeviceManagementScheduledReportRecurrenceVWeekly DeviceManagementScheduledReportRecurrence = "weekly" // DeviceManagementScheduledReportRecurrenceVMonthly undocumented DeviceManagementScheduledReportRecurrenceVMonthly DeviceManagementScheduledReportRecurrence = "monthly" ) var ( // DeviceManagementScheduledReportRecurrencePNone is a pointer to DeviceManagementScheduledReportRecurrenceVNone DeviceManagementScheduledReportRecurrencePNone = &_DeviceManagementScheduledReportRecurrencePNone // DeviceManagementScheduledReportRecurrencePDaily is a pointer to DeviceManagementScheduledReportRecurrenceVDaily DeviceManagementScheduledReportRecurrencePDaily = &_DeviceManagementScheduledReportRecurrencePDaily // DeviceManagementScheduledReportRecurrencePWeekly is a pointer to DeviceManagementScheduledReportRecurrenceVWeekly DeviceManagementScheduledReportRecurrencePWeekly = &_DeviceManagementScheduledReportRecurrencePWeekly // DeviceManagementScheduledReportRecurrencePMonthly is a pointer to DeviceManagementScheduledReportRecurrenceVMonthly DeviceManagementScheduledReportRecurrencePMonthly = &_DeviceManagementScheduledReportRecurrencePMonthly ) var ( _DeviceManagementScheduledReportRecurrencePNone = DeviceManagementScheduledReportRecurrenceVNone _DeviceManagementScheduledReportRecurrencePDaily = DeviceManagementScheduledReportRecurrenceVDaily _DeviceManagementScheduledReportRecurrencePWeekly = DeviceManagementScheduledReportRecurrenceVWeekly _DeviceManagementScheduledReportRecurrencePMonthly = DeviceManagementScheduledReportRecurrenceVMonthly ) // DeviceManagementSubscriptionState undocumented type DeviceManagementSubscriptionState string const ( // DeviceManagementSubscriptionStateVPending undocumented DeviceManagementSubscriptionStateVPending DeviceManagementSubscriptionState = "pending" // DeviceManagementSubscriptionStateVActive undocumented DeviceManagementSubscriptionStateVActive DeviceManagementSubscriptionState = "active" // DeviceManagementSubscriptionStateVWarning undocumented DeviceManagementSubscriptionStateVWarning DeviceManagementSubscriptionState = "warning" // DeviceManagementSubscriptionStateVDisabled undocumented DeviceManagementSubscriptionStateVDisabled DeviceManagementSubscriptionState = "disabled" // DeviceManagementSubscriptionStateVDeleted undocumented DeviceManagementSubscriptionStateVDeleted DeviceManagementSubscriptionState = "deleted" // DeviceManagementSubscriptionStateVBlocked undocumented DeviceManagementSubscriptionStateVBlocked DeviceManagementSubscriptionState = "blocked" // DeviceManagementSubscriptionStateVLockedOut undocumented DeviceManagementSubscriptionStateVLockedOut DeviceManagementSubscriptionState = "lockedOut" ) var ( // DeviceManagementSubscriptionStatePPending is a pointer to DeviceManagementSubscriptionStateVPending DeviceManagementSubscriptionStatePPending = &_DeviceManagementSubscriptionStatePPending // DeviceManagementSubscriptionStatePActive is a pointer to DeviceManagementSubscriptionStateVActive DeviceManagementSubscriptionStatePActive = &_DeviceManagementSubscriptionStatePActive // DeviceManagementSubscriptionStatePWarning is a pointer to DeviceManagementSubscriptionStateVWarning DeviceManagementSubscriptionStatePWarning = &_DeviceManagementSubscriptionStatePWarning // DeviceManagementSubscriptionStatePDisabled is a pointer to DeviceManagementSubscriptionStateVDisabled DeviceManagementSubscriptionStatePDisabled = &_DeviceManagementSubscriptionStatePDisabled // DeviceManagementSubscriptionStatePDeleted is a pointer to DeviceManagementSubscriptionStateVDeleted DeviceManagementSubscriptionStatePDeleted = &_DeviceManagementSubscriptionStatePDeleted // DeviceManagementSubscriptionStatePBlocked is a pointer to DeviceManagementSubscriptionStateVBlocked DeviceManagementSubscriptionStatePBlocked = &_DeviceManagementSubscriptionStatePBlocked // DeviceManagementSubscriptionStatePLockedOut is a pointer to DeviceManagementSubscriptionStateVLockedOut DeviceManagementSubscriptionStatePLockedOut = &_DeviceManagementSubscriptionStatePLockedOut ) var ( _DeviceManagementSubscriptionStatePPending = DeviceManagementSubscriptionStateVPending _DeviceManagementSubscriptionStatePActive = DeviceManagementSubscriptionStateVActive _DeviceManagementSubscriptionStatePWarning = DeviceManagementSubscriptionStateVWarning _DeviceManagementSubscriptionStatePDisabled = DeviceManagementSubscriptionStateVDisabled _DeviceManagementSubscriptionStatePDeleted = DeviceManagementSubscriptionStateVDeleted _DeviceManagementSubscriptionStatePBlocked = DeviceManagementSubscriptionStateVBlocked _DeviceManagementSubscriptionStatePLockedOut = DeviceManagementSubscriptionStateVLockedOut ) // DeviceManagementSubscriptions undocumented type DeviceManagementSubscriptions string const ( // DeviceManagementSubscriptionsVNone undocumented DeviceManagementSubscriptionsVNone DeviceManagementSubscriptions = "none" // DeviceManagementSubscriptionsVIntune undocumented DeviceManagementSubscriptionsVIntune DeviceManagementSubscriptions = "intune" // DeviceManagementSubscriptionsVOffice365 undocumented DeviceManagementSubscriptionsVOffice365 DeviceManagementSubscriptions = "office365" // DeviceManagementSubscriptionsVIntunePremium undocumented DeviceManagementSubscriptionsVIntunePremium DeviceManagementSubscriptions = "intunePremium" // DeviceManagementSubscriptionsVIntune_EDU undocumented DeviceManagementSubscriptionsVIntune_EDU DeviceManagementSubscriptions = "intune_EDU" // DeviceManagementSubscriptionsVIntune_SMB undocumented DeviceManagementSubscriptionsVIntune_SMB DeviceManagementSubscriptions = "intune_SMB" ) var ( // DeviceManagementSubscriptionsPNone is a pointer to DeviceManagementSubscriptionsVNone DeviceManagementSubscriptionsPNone = &_DeviceManagementSubscriptionsPNone // DeviceManagementSubscriptionsPIntune is a pointer to DeviceManagementSubscriptionsVIntune DeviceManagementSubscriptionsPIntune = &_DeviceManagementSubscriptionsPIntune // DeviceManagementSubscriptionsPOffice365 is a pointer to DeviceManagementSubscriptionsVOffice365 DeviceManagementSubscriptionsPOffice365 = &_DeviceManagementSubscriptionsPOffice365 // DeviceManagementSubscriptionsPIntunePremium is a pointer to DeviceManagementSubscriptionsVIntunePremium DeviceManagementSubscriptionsPIntunePremium = &_DeviceManagementSubscriptionsPIntunePremium // DeviceManagementSubscriptionsPIntune_EDU is a pointer to DeviceManagementSubscriptionsVIntune_EDU DeviceManagementSubscriptionsPIntune_EDU = &_DeviceManagementSubscriptionsPIntune_EDU // DeviceManagementSubscriptionsPIntune_SMB is a pointer to DeviceManagementSubscriptionsVIntune_SMB DeviceManagementSubscriptionsPIntune_SMB = &_DeviceManagementSubscriptionsPIntune_SMB ) var ( _DeviceManagementSubscriptionsPNone = DeviceManagementSubscriptionsVNone _DeviceManagementSubscriptionsPIntune = DeviceManagementSubscriptionsVIntune _DeviceManagementSubscriptionsPOffice365 = DeviceManagementSubscriptionsVOffice365 _DeviceManagementSubscriptionsPIntunePremium = DeviceManagementSubscriptionsVIntunePremium _DeviceManagementSubscriptionsPIntune_EDU = DeviceManagementSubscriptionsVIntune_EDU _DeviceManagementSubscriptionsPIntune_SMB = DeviceManagementSubscriptionsVIntune_SMB ) // DeviceManagementTemplateType undocumented type DeviceManagementTemplateType string const ( // DeviceManagementTemplateTypeVSecurityBaseline undocumented DeviceManagementTemplateTypeVSecurityBaseline DeviceManagementTemplateType = "securityBaseline" // DeviceManagementTemplateTypeVSpecializedDevices undocumented DeviceManagementTemplateTypeVSpecializedDevices DeviceManagementTemplateType = "specializedDevices" // DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline undocumented DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline DeviceManagementTemplateType = "advancedThreatProtectionSecurityBaseline" // DeviceManagementTemplateTypeVDeviceConfiguration undocumented DeviceManagementTemplateTypeVDeviceConfiguration DeviceManagementTemplateType = "deviceConfiguration" // DeviceManagementTemplateTypeVCustom undocumented DeviceManagementTemplateTypeVCustom DeviceManagementTemplateType = "custom" // DeviceManagementTemplateTypeVSecurityTemplate undocumented DeviceManagementTemplateTypeVSecurityTemplate DeviceManagementTemplateType = "securityTemplate" // DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline undocumented DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline DeviceManagementTemplateType = "microsoftEdgeSecurityBaseline" // DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline undocumented DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline DeviceManagementTemplateType = "microsoftOffice365ProPlusSecurityBaseline" ) var ( // DeviceManagementTemplateTypePSecurityBaseline is a pointer to DeviceManagementTemplateTypeVSecurityBaseline DeviceManagementTemplateTypePSecurityBaseline = &_DeviceManagementTemplateTypePSecurityBaseline // DeviceManagementTemplateTypePSpecializedDevices is a pointer to DeviceManagementTemplateTypeVSpecializedDevices DeviceManagementTemplateTypePSpecializedDevices = &_DeviceManagementTemplateTypePSpecializedDevices // DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline is a pointer to DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline = &_DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline // DeviceManagementTemplateTypePDeviceConfiguration is a pointer to DeviceManagementTemplateTypeVDeviceConfiguration DeviceManagementTemplateTypePDeviceConfiguration = &_DeviceManagementTemplateTypePDeviceConfiguration // DeviceManagementTemplateTypePCustom is a pointer to DeviceManagementTemplateTypeVCustom DeviceManagementTemplateTypePCustom = &_DeviceManagementTemplateTypePCustom // DeviceManagementTemplateTypePSecurityTemplate is a pointer to DeviceManagementTemplateTypeVSecurityTemplate DeviceManagementTemplateTypePSecurityTemplate = &_DeviceManagementTemplateTypePSecurityTemplate // DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline is a pointer to DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline = &_DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline // DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline is a pointer to DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline = &_DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline ) var ( _DeviceManagementTemplateTypePSecurityBaseline = DeviceManagementTemplateTypeVSecurityBaseline _DeviceManagementTemplateTypePSpecializedDevices = DeviceManagementTemplateTypeVSpecializedDevices _DeviceManagementTemplateTypePAdvancedThreatProtectionSecurityBaseline = DeviceManagementTemplateTypeVAdvancedThreatProtectionSecurityBaseline _DeviceManagementTemplateTypePDeviceConfiguration = DeviceManagementTemplateTypeVDeviceConfiguration _DeviceManagementTemplateTypePCustom = DeviceManagementTemplateTypeVCustom _DeviceManagementTemplateTypePSecurityTemplate = DeviceManagementTemplateTypeVSecurityTemplate _DeviceManagementTemplateTypePMicrosoftEdgeSecurityBaseline = DeviceManagementTemplateTypeVMicrosoftEdgeSecurityBaseline _DeviceManagementTemplateTypePMicrosoftOffice365ProPlusSecurityBaseline = DeviceManagementTemplateTypeVMicrosoftOffice365ProPlusSecurityBaseline ) // DeviceManangementIntentValueType undocumented type DeviceManangementIntentValueType string const ( // DeviceManangementIntentValueTypeVInteger undocumented DeviceManangementIntentValueTypeVInteger DeviceManangementIntentValueType = "integer" // DeviceManangementIntentValueTypeVBoolean undocumented DeviceManangementIntentValueTypeVBoolean DeviceManangementIntentValueType = "boolean" // DeviceManangementIntentValueTypeVString undocumented DeviceManangementIntentValueTypeVString DeviceManangementIntentValueType = "string" // DeviceManangementIntentValueTypeVComplex undocumented DeviceManangementIntentValueTypeVComplex DeviceManangementIntentValueType = "complex" // DeviceManangementIntentValueTypeVCollection undocumented DeviceManangementIntentValueTypeVCollection DeviceManangementIntentValueType = "collection" // DeviceManangementIntentValueTypeVAbstractComplex undocumented DeviceManangementIntentValueTypeVAbstractComplex DeviceManangementIntentValueType = "abstractComplex" ) var ( // DeviceManangementIntentValueTypePInteger is a pointer to DeviceManangementIntentValueTypeVInteger DeviceManangementIntentValueTypePInteger = &_DeviceManangementIntentValueTypePInteger // DeviceManangementIntentValueTypePBoolean is a pointer to DeviceManangementIntentValueTypeVBoolean DeviceManangementIntentValueTypePBoolean = &_DeviceManangementIntentValueTypePBoolean // DeviceManangementIntentValueTypePString is a pointer to DeviceManangementIntentValueTypeVString DeviceManangementIntentValueTypePString = &_DeviceManangementIntentValueTypePString // DeviceManangementIntentValueTypePComplex is a pointer to DeviceManangementIntentValueTypeVComplex DeviceManangementIntentValueTypePComplex = &_DeviceManangementIntentValueTypePComplex // DeviceManangementIntentValueTypePCollection is a pointer to DeviceManangementIntentValueTypeVCollection DeviceManangementIntentValueTypePCollection = &_DeviceManangementIntentValueTypePCollection // DeviceManangementIntentValueTypePAbstractComplex is a pointer to DeviceManangementIntentValueTypeVAbstractComplex DeviceManangementIntentValueTypePAbstractComplex = &_DeviceManangementIntentValueTypePAbstractComplex ) var ( _DeviceManangementIntentValueTypePInteger = DeviceManangementIntentValueTypeVInteger _DeviceManangementIntentValueTypePBoolean = DeviceManangementIntentValueTypeVBoolean _DeviceManangementIntentValueTypePString = DeviceManangementIntentValueTypeVString _DeviceManangementIntentValueTypePComplex = DeviceManangementIntentValueTypeVComplex _DeviceManangementIntentValueTypePCollection = DeviceManangementIntentValueTypeVCollection _DeviceManangementIntentValueTypePAbstractComplex = DeviceManangementIntentValueTypeVAbstractComplex ) // DevicePlatformType undocumented type DevicePlatformType string const ( // DevicePlatformTypeVAndroid undocumented DevicePlatformTypeVAndroid DevicePlatformType = "android" // DevicePlatformTypeVAndroidForWork undocumented DevicePlatformTypeVAndroidForWork DevicePlatformType = "androidForWork" // DevicePlatformTypeVIOS undocumented DevicePlatformTypeVIOS DevicePlatformType = "iOS" // DevicePlatformTypeVMacOS undocumented DevicePlatformTypeVMacOS DevicePlatformType = "macOS" // DevicePlatformTypeVWindowsPhone81 undocumented DevicePlatformTypeVWindowsPhone81 DevicePlatformType = "windowsPhone81" // DevicePlatformTypeVWindows81AndLater undocumented DevicePlatformTypeVWindows81AndLater DevicePlatformType = "windows81AndLater" // DevicePlatformTypeVWindows10AndLater undocumented DevicePlatformTypeVWindows10AndLater DevicePlatformType = "windows10AndLater" // DevicePlatformTypeVAndroidWorkProfile undocumented DevicePlatformTypeVAndroidWorkProfile DevicePlatformType = "androidWorkProfile" // DevicePlatformTypeVUnknown undocumented DevicePlatformTypeVUnknown DevicePlatformType = "unknown" ) var ( // DevicePlatformTypePAndroid is a pointer to DevicePlatformTypeVAndroid DevicePlatformTypePAndroid = &_DevicePlatformTypePAndroid // DevicePlatformTypePAndroidForWork is a pointer to DevicePlatformTypeVAndroidForWork DevicePlatformTypePAndroidForWork = &_DevicePlatformTypePAndroidForWork // DevicePlatformTypePIOS is a pointer to DevicePlatformTypeVIOS DevicePlatformTypePIOS = &_DevicePlatformTypePIOS // DevicePlatformTypePMacOS is a pointer to DevicePlatformTypeVMacOS DevicePlatformTypePMacOS = &_DevicePlatformTypePMacOS // DevicePlatformTypePWindowsPhone81 is a pointer to DevicePlatformTypeVWindowsPhone81 DevicePlatformTypePWindowsPhone81 = &_DevicePlatformTypePWindowsPhone81 // DevicePlatformTypePWindows81AndLater is a pointer to DevicePlatformTypeVWindows81AndLater DevicePlatformTypePWindows81AndLater = &_DevicePlatformTypePWindows81AndLater // DevicePlatformTypePWindows10AndLater is a pointer to DevicePlatformTypeVWindows10AndLater DevicePlatformTypePWindows10AndLater = &_DevicePlatformTypePWindows10AndLater // DevicePlatformTypePAndroidWorkProfile is a pointer to DevicePlatformTypeVAndroidWorkProfile DevicePlatformTypePAndroidWorkProfile = &_DevicePlatformTypePAndroidWorkProfile // DevicePlatformTypePUnknown is a pointer to DevicePlatformTypeVUnknown DevicePlatformTypePUnknown = &_DevicePlatformTypePUnknown ) var ( _DevicePlatformTypePAndroid = DevicePlatformTypeVAndroid _DevicePlatformTypePAndroidForWork = DevicePlatformTypeVAndroidForWork _DevicePlatformTypePIOS = DevicePlatformTypeVIOS _DevicePlatformTypePMacOS = DevicePlatformTypeVMacOS _DevicePlatformTypePWindowsPhone81 = DevicePlatformTypeVWindowsPhone81 _DevicePlatformTypePWindows81AndLater = DevicePlatformTypeVWindows81AndLater _DevicePlatformTypePWindows10AndLater = DevicePlatformTypeVWindows10AndLater _DevicePlatformTypePAndroidWorkProfile = DevicePlatformTypeVAndroidWorkProfile _DevicePlatformTypePUnknown = DevicePlatformTypeVUnknown ) // DeviceRegistrationState undocumented type DeviceRegistrationState string const ( // DeviceRegistrationStateVNotRegistered undocumented DeviceRegistrationStateVNotRegistered DeviceRegistrationState = "notRegistered" // DeviceRegistrationStateVRegistered undocumented DeviceRegistrationStateVRegistered DeviceRegistrationState = "registered" // DeviceRegistrationStateVRevoked undocumented DeviceRegistrationStateVRevoked DeviceRegistrationState = "revoked" // DeviceRegistrationStateVKeyConflict undocumented DeviceRegistrationStateVKeyConflict DeviceRegistrationState = "keyConflict" // DeviceRegistrationStateVApprovalPending undocumented DeviceRegistrationStateVApprovalPending DeviceRegistrationState = "approvalPending" // DeviceRegistrationStateVCertificateReset undocumented DeviceRegistrationStateVCertificateReset DeviceRegistrationState = "certificateReset" // DeviceRegistrationStateVNotRegisteredPendingEnrollment undocumented DeviceRegistrationStateVNotRegisteredPendingEnrollment DeviceRegistrationState = "notRegisteredPendingEnrollment" // DeviceRegistrationStateVUnknown undocumented DeviceRegistrationStateVUnknown DeviceRegistrationState = "unknown" ) var ( // DeviceRegistrationStatePNotRegistered is a pointer to DeviceRegistrationStateVNotRegistered DeviceRegistrationStatePNotRegistered = &_DeviceRegistrationStatePNotRegistered // DeviceRegistrationStatePRegistered is a pointer to DeviceRegistrationStateVRegistered DeviceRegistrationStatePRegistered = &_DeviceRegistrationStatePRegistered // DeviceRegistrationStatePRevoked is a pointer to DeviceRegistrationStateVRevoked DeviceRegistrationStatePRevoked = &_DeviceRegistrationStatePRevoked // DeviceRegistrationStatePKeyConflict is a pointer to DeviceRegistrationStateVKeyConflict DeviceRegistrationStatePKeyConflict = &_DeviceRegistrationStatePKeyConflict // DeviceRegistrationStatePApprovalPending is a pointer to DeviceRegistrationStateVApprovalPending DeviceRegistrationStatePApprovalPending = &_DeviceRegistrationStatePApprovalPending // DeviceRegistrationStatePCertificateReset is a pointer to DeviceRegistrationStateVCertificateReset DeviceRegistrationStatePCertificateReset = &_DeviceRegistrationStatePCertificateReset // DeviceRegistrationStatePNotRegisteredPendingEnrollment is a pointer to DeviceRegistrationStateVNotRegisteredPendingEnrollment DeviceRegistrationStatePNotRegisteredPendingEnrollment = &_DeviceRegistrationStatePNotRegisteredPendingEnrollment // DeviceRegistrationStatePUnknown is a pointer to DeviceRegistrationStateVUnknown DeviceRegistrationStatePUnknown = &_DeviceRegistrationStatePUnknown ) var ( _DeviceRegistrationStatePNotRegistered = DeviceRegistrationStateVNotRegistered _DeviceRegistrationStatePRegistered = DeviceRegistrationStateVRegistered _DeviceRegistrationStatePRevoked = DeviceRegistrationStateVRevoked _DeviceRegistrationStatePKeyConflict = DeviceRegistrationStateVKeyConflict _DeviceRegistrationStatePApprovalPending = DeviceRegistrationStateVApprovalPending _DeviceRegistrationStatePCertificateReset = DeviceRegistrationStateVCertificateReset _DeviceRegistrationStatePNotRegisteredPendingEnrollment = DeviceRegistrationStateVNotRegisteredPendingEnrollment _DeviceRegistrationStatePUnknown = DeviceRegistrationStateVUnknown ) // DeviceThreatProtectionLevel undocumented type DeviceThreatProtectionLevel string const ( // DeviceThreatProtectionLevelVUnavailable undocumented DeviceThreatProtectionLevelVUnavailable DeviceThreatProtectionLevel = "unavailable" // DeviceThreatProtectionLevelVSecured undocumented DeviceThreatProtectionLevelVSecured DeviceThreatProtectionLevel = "secured" // DeviceThreatProtectionLevelVLow undocumented DeviceThreatProtectionLevelVLow DeviceThreatProtectionLevel = "low" // DeviceThreatProtectionLevelVMedium undocumented DeviceThreatProtectionLevelVMedium DeviceThreatProtectionLevel = "medium" // DeviceThreatProtectionLevelVHigh undocumented DeviceThreatProtectionLevelVHigh DeviceThreatProtectionLevel = "high" // DeviceThreatProtectionLevelVNotSet undocumented DeviceThreatProtectionLevelVNotSet DeviceThreatProtectionLevel = "notSet" ) var ( // DeviceThreatProtectionLevelPUnavailable is a pointer to DeviceThreatProtectionLevelVUnavailable DeviceThreatProtectionLevelPUnavailable = &_DeviceThreatProtectionLevelPUnavailable // DeviceThreatProtectionLevelPSecured is a pointer to DeviceThreatProtectionLevelVSecured DeviceThreatProtectionLevelPSecured = &_DeviceThreatProtectionLevelPSecured // DeviceThreatProtectionLevelPLow is a pointer to DeviceThreatProtectionLevelVLow DeviceThreatProtectionLevelPLow = &_DeviceThreatProtectionLevelPLow // DeviceThreatProtectionLevelPMedium is a pointer to DeviceThreatProtectionLevelVMedium DeviceThreatProtectionLevelPMedium = &_DeviceThreatProtectionLevelPMedium // DeviceThreatProtectionLevelPHigh is a pointer to DeviceThreatProtectionLevelVHigh DeviceThreatProtectionLevelPHigh = &_DeviceThreatProtectionLevelPHigh // DeviceThreatProtectionLevelPNotSet is a pointer to DeviceThreatProtectionLevelVNotSet DeviceThreatProtectionLevelPNotSet = &_DeviceThreatProtectionLevelPNotSet ) var ( _DeviceThreatProtectionLevelPUnavailable = DeviceThreatProtectionLevelVUnavailable _DeviceThreatProtectionLevelPSecured = DeviceThreatProtectionLevelVSecured _DeviceThreatProtectionLevelPLow = DeviceThreatProtectionLevelVLow _DeviceThreatProtectionLevelPMedium = DeviceThreatProtectionLevelVMedium _DeviceThreatProtectionLevelPHigh = DeviceThreatProtectionLevelVHigh _DeviceThreatProtectionLevelPNotSet = DeviceThreatProtectionLevelVNotSet ) // DeviceType undocumented type DeviceType string const ( // DeviceTypeVDesktop undocumented DeviceTypeVDesktop DeviceType = "desktop" // DeviceTypeVWindowsRT undocumented DeviceTypeVWindowsRT DeviceType = "windowsRT" // DeviceTypeVWinMO6 undocumented DeviceTypeVWinMO6 DeviceType = "winMO6" // DeviceTypeVNokia undocumented DeviceTypeVNokia DeviceType = "nokia" // DeviceTypeVWindowsPhone undocumented DeviceTypeVWindowsPhone DeviceType = "windowsPhone" // DeviceTypeVMac undocumented DeviceTypeVMac DeviceType = "mac" // DeviceTypeVWinCE undocumented DeviceTypeVWinCE DeviceType = "winCE" // DeviceTypeVWinEmbedded undocumented DeviceTypeVWinEmbedded DeviceType = "winEmbedded" // DeviceTypeVIPhone undocumented DeviceTypeVIPhone DeviceType = "iPhone" // DeviceTypeVIPad undocumented DeviceTypeVIPad DeviceType = "iPad" // DeviceTypeVIPod undocumented DeviceTypeVIPod DeviceType = "iPod" // DeviceTypeVAndroid undocumented DeviceTypeVAndroid DeviceType = "android" // DeviceTypeVISocConsumer undocumented DeviceTypeVISocConsumer DeviceType = "iSocConsumer" // DeviceTypeVUnix undocumented DeviceTypeVUnix DeviceType = "unix" // DeviceTypeVMacMDM undocumented DeviceTypeVMacMDM DeviceType = "macMDM" // DeviceTypeVHoloLens undocumented DeviceTypeVHoloLens DeviceType = "holoLens" // DeviceTypeVSurfaceHub undocumented DeviceTypeVSurfaceHub DeviceType = "surfaceHub" // DeviceTypeVAndroidForWork undocumented DeviceTypeVAndroidForWork DeviceType = "androidForWork" // DeviceTypeVAndroidEnterprise undocumented DeviceTypeVAndroidEnterprise DeviceType = "androidEnterprise" // DeviceTypeVBlackberry undocumented DeviceTypeVBlackberry DeviceType = "blackberry" // DeviceTypeVPalm undocumented DeviceTypeVPalm DeviceType = "palm" // DeviceTypeVUnknown undocumented DeviceTypeVUnknown DeviceType = "unknown" ) var ( // DeviceTypePDesktop is a pointer to DeviceTypeVDesktop DeviceTypePDesktop = &_DeviceTypePDesktop // DeviceTypePWindowsRT is a pointer to DeviceTypeVWindowsRT DeviceTypePWindowsRT = &_DeviceTypePWindowsRT // DeviceTypePWinMO6 is a pointer to DeviceTypeVWinMO6 DeviceTypePWinMO6 = &_DeviceTypePWinMO6 // DeviceTypePNokia is a pointer to DeviceTypeVNokia DeviceTypePNokia = &_DeviceTypePNokia // DeviceTypePWindowsPhone is a pointer to DeviceTypeVWindowsPhone DeviceTypePWindowsPhone = &_DeviceTypePWindowsPhone // DeviceTypePMac is a pointer to DeviceTypeVMac DeviceTypePMac = &_DeviceTypePMac // DeviceTypePWinCE is a pointer to DeviceTypeVWinCE DeviceTypePWinCE = &_DeviceTypePWinCE // DeviceTypePWinEmbedded is a pointer to DeviceTypeVWinEmbedded DeviceTypePWinEmbedded = &_DeviceTypePWinEmbedded // DeviceTypePIPhone is a pointer to DeviceTypeVIPhone DeviceTypePIPhone = &_DeviceTypePIPhone // DeviceTypePIPad is a pointer to DeviceTypeVIPad DeviceTypePIPad = &_DeviceTypePIPad // DeviceTypePIPod is a pointer to DeviceTypeVIPod DeviceTypePIPod = &_DeviceTypePIPod // DeviceTypePAndroid is a pointer to DeviceTypeVAndroid DeviceTypePAndroid = &_DeviceTypePAndroid // DeviceTypePISocConsumer is a pointer to DeviceTypeVISocConsumer DeviceTypePISocConsumer = &_DeviceTypePISocConsumer // DeviceTypePUnix is a pointer to DeviceTypeVUnix DeviceTypePUnix = &_DeviceTypePUnix // DeviceTypePMacMDM is a pointer to DeviceTypeVMacMDM DeviceTypePMacMDM = &_DeviceTypePMacMDM // DeviceTypePHoloLens is a pointer to DeviceTypeVHoloLens DeviceTypePHoloLens = &_DeviceTypePHoloLens // DeviceTypePSurfaceHub is a pointer to DeviceTypeVSurfaceHub DeviceTypePSurfaceHub = &_DeviceTypePSurfaceHub // DeviceTypePAndroidForWork is a pointer to DeviceTypeVAndroidForWork DeviceTypePAndroidForWork = &_DeviceTypePAndroidForWork // DeviceTypePAndroidEnterprise is a pointer to DeviceTypeVAndroidEnterprise DeviceTypePAndroidEnterprise = &_DeviceTypePAndroidEnterprise // DeviceTypePBlackberry is a pointer to DeviceTypeVBlackberry DeviceTypePBlackberry = &_DeviceTypePBlackberry // DeviceTypePPalm is a pointer to DeviceTypeVPalm DeviceTypePPalm = &_DeviceTypePPalm // DeviceTypePUnknown is a pointer to DeviceTypeVUnknown DeviceTypePUnknown = &_DeviceTypePUnknown ) var ( _DeviceTypePDesktop = DeviceTypeVDesktop _DeviceTypePWindowsRT = DeviceTypeVWindowsRT _DeviceTypePWinMO6 = DeviceTypeVWinMO6 _DeviceTypePNokia = DeviceTypeVNokia _DeviceTypePWindowsPhone = DeviceTypeVWindowsPhone _DeviceTypePMac = DeviceTypeVMac _DeviceTypePWinCE = DeviceTypeVWinCE _DeviceTypePWinEmbedded = DeviceTypeVWinEmbedded _DeviceTypePIPhone = DeviceTypeVIPhone _DeviceTypePIPad = DeviceTypeVIPad _DeviceTypePIPod = DeviceTypeVIPod _DeviceTypePAndroid = DeviceTypeVAndroid _DeviceTypePISocConsumer = DeviceTypeVISocConsumer _DeviceTypePUnix = DeviceTypeVUnix _DeviceTypePMacMDM = DeviceTypeVMacMDM _DeviceTypePHoloLens = DeviceTypeVHoloLens _DeviceTypePSurfaceHub = DeviceTypeVSurfaceHub _DeviceTypePAndroidForWork = DeviceTypeVAndroidForWork _DeviceTypePAndroidEnterprise = DeviceTypeVAndroidEnterprise _DeviceTypePBlackberry = DeviceTypeVBlackberry _DeviceTypePPalm = DeviceTypeVPalm _DeviceTypePUnknown = DeviceTypeVUnknown ) // DeviceTypes undocumented type DeviceTypes string const ( // DeviceTypesVDesktop undocumented DeviceTypesVDesktop DeviceTypes = "desktop" // DeviceTypesVWindowsRT undocumented DeviceTypesVWindowsRT DeviceTypes = "windowsRT" // DeviceTypesVWinMO6 undocumented DeviceTypesVWinMO6 DeviceTypes = "winMO6" // DeviceTypesVNokia undocumented DeviceTypesVNokia DeviceTypes = "nokia" // DeviceTypesVWindowsPhone undocumented DeviceTypesVWindowsPhone DeviceTypes = "windowsPhone" // DeviceTypesVMac undocumented DeviceTypesVMac DeviceTypes = "mac" // DeviceTypesVWinCE undocumented DeviceTypesVWinCE DeviceTypes = "winCE" // DeviceTypesVWinEmbedded undocumented DeviceTypesVWinEmbedded DeviceTypes = "winEmbedded" // DeviceTypesVIPhone undocumented DeviceTypesVIPhone DeviceTypes = "iPhone" // DeviceTypesVIPad undocumented DeviceTypesVIPad DeviceTypes = "iPad" // DeviceTypesVIPod undocumented DeviceTypesVIPod DeviceTypes = "iPod" // DeviceTypesVAndroid undocumented DeviceTypesVAndroid DeviceTypes = "android" // DeviceTypesVISocConsumer undocumented DeviceTypesVISocConsumer DeviceTypes = "iSocConsumer" // DeviceTypesVUnix undocumented DeviceTypesVUnix DeviceTypes = "unix" // DeviceTypesVMacMDM undocumented DeviceTypesVMacMDM DeviceTypes = "macMDM" // DeviceTypesVHoloLens undocumented DeviceTypesVHoloLens DeviceTypes = "holoLens" // DeviceTypesVSurfaceHub undocumented DeviceTypesVSurfaceHub DeviceTypes = "surfaceHub" // DeviceTypesVAndroidForWork undocumented DeviceTypesVAndroidForWork DeviceTypes = "androidForWork" // DeviceTypesVAndroidEnterprise undocumented DeviceTypesVAndroidEnterprise DeviceTypes = "androidEnterprise" // DeviceTypesVBlackberry undocumented DeviceTypesVBlackberry DeviceTypes = "blackberry" // DeviceTypesVPalm undocumented DeviceTypesVPalm DeviceTypes = "palm" // DeviceTypesVUnknown undocumented DeviceTypesVUnknown DeviceTypes = "unknown" ) var ( // DeviceTypesPDesktop is a pointer to DeviceTypesVDesktop DeviceTypesPDesktop = &_DeviceTypesPDesktop // DeviceTypesPWindowsRT is a pointer to DeviceTypesVWindowsRT DeviceTypesPWindowsRT = &_DeviceTypesPWindowsRT // DeviceTypesPWinMO6 is a pointer to DeviceTypesVWinMO6 DeviceTypesPWinMO6 = &_DeviceTypesPWinMO6 // DeviceTypesPNokia is a pointer to DeviceTypesVNokia DeviceTypesPNokia = &_DeviceTypesPNokia // DeviceTypesPWindowsPhone is a pointer to DeviceTypesVWindowsPhone DeviceTypesPWindowsPhone = &_DeviceTypesPWindowsPhone // DeviceTypesPMac is a pointer to DeviceTypesVMac DeviceTypesPMac = &_DeviceTypesPMac // DeviceTypesPWinCE is a pointer to DeviceTypesVWinCE DeviceTypesPWinCE = &_DeviceTypesPWinCE // DeviceTypesPWinEmbedded is a pointer to DeviceTypesVWinEmbedded DeviceTypesPWinEmbedded = &_DeviceTypesPWinEmbedded // DeviceTypesPIPhone is a pointer to DeviceTypesVIPhone DeviceTypesPIPhone = &_DeviceTypesPIPhone // DeviceTypesPIPad is a pointer to DeviceTypesVIPad DeviceTypesPIPad = &_DeviceTypesPIPad // DeviceTypesPIPod is a pointer to DeviceTypesVIPod DeviceTypesPIPod = &_DeviceTypesPIPod // DeviceTypesPAndroid is a pointer to DeviceTypesVAndroid DeviceTypesPAndroid = &_DeviceTypesPAndroid // DeviceTypesPISocConsumer is a pointer to DeviceTypesVISocConsumer DeviceTypesPISocConsumer = &_DeviceTypesPISocConsumer // DeviceTypesPUnix is a pointer to DeviceTypesVUnix DeviceTypesPUnix = &_DeviceTypesPUnix // DeviceTypesPMacMDM is a pointer to DeviceTypesVMacMDM DeviceTypesPMacMDM = &_DeviceTypesPMacMDM // DeviceTypesPHoloLens is a pointer to DeviceTypesVHoloLens DeviceTypesPHoloLens = &_DeviceTypesPHoloLens // DeviceTypesPSurfaceHub is a pointer to DeviceTypesVSurfaceHub DeviceTypesPSurfaceHub = &_DeviceTypesPSurfaceHub // DeviceTypesPAndroidForWork is a pointer to DeviceTypesVAndroidForWork DeviceTypesPAndroidForWork = &_DeviceTypesPAndroidForWork // DeviceTypesPAndroidEnterprise is a pointer to DeviceTypesVAndroidEnterprise DeviceTypesPAndroidEnterprise = &_DeviceTypesPAndroidEnterprise // DeviceTypesPBlackberry is a pointer to DeviceTypesVBlackberry DeviceTypesPBlackberry = &_DeviceTypesPBlackberry // DeviceTypesPPalm is a pointer to DeviceTypesVPalm DeviceTypesPPalm = &_DeviceTypesPPalm // DeviceTypesPUnknown is a pointer to DeviceTypesVUnknown DeviceTypesPUnknown = &_DeviceTypesPUnknown ) var ( _DeviceTypesPDesktop = DeviceTypesVDesktop _DeviceTypesPWindowsRT = DeviceTypesVWindowsRT _DeviceTypesPWinMO6 = DeviceTypesVWinMO6 _DeviceTypesPNokia = DeviceTypesVNokia _DeviceTypesPWindowsPhone = DeviceTypesVWindowsPhone _DeviceTypesPMac = DeviceTypesVMac _DeviceTypesPWinCE = DeviceTypesVWinCE _DeviceTypesPWinEmbedded = DeviceTypesVWinEmbedded _DeviceTypesPIPhone = DeviceTypesVIPhone _DeviceTypesPIPad = DeviceTypesVIPad _DeviceTypesPIPod = DeviceTypesVIPod _DeviceTypesPAndroid = DeviceTypesVAndroid _DeviceTypesPISocConsumer = DeviceTypesVISocConsumer _DeviceTypesPUnix = DeviceTypesVUnix _DeviceTypesPMacMDM = DeviceTypesVMacMDM _DeviceTypesPHoloLens = DeviceTypesVHoloLens _DeviceTypesPSurfaceHub = DeviceTypesVSurfaceHub _DeviceTypesPAndroidForWork = DeviceTypesVAndroidForWork _DeviceTypesPAndroidEnterprise = DeviceTypesVAndroidEnterprise _DeviceTypesPBlackberry = DeviceTypesVBlackberry _DeviceTypesPPalm = DeviceTypesVPalm _DeviceTypesPUnknown = DeviceTypesVUnknown )