PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
microsoft
/
microsoft-graph
/
src
/
Model
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * PrinterProcessingStateDetail File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ namespace Microsoft\Graph\Model; use Microsoft\Graph\Core\Enum; /** * PrinterProcessingStateDetail class * * @category Model * @package Microsoft.Graph * @copyright (c) Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @link https://graph.microsoft.com */ class PrinterProcessingStateDetail extends Enum { /** * The Enum PrinterProcessingStateDetail */ const PAUSED = "paused"; const MEDIA_JAM = "mediaJam"; const MEDIA_NEEDED = "mediaNeeded"; const MEDIA_LOW = "mediaLow"; const MEDIA_EMPTY = "mediaEmpty"; const COVER_OPEN = "coverOpen"; const INTERLOCK_OPEN = "interlockOpen"; const OUTPUT_TRAY_MISSING = "outputTrayMissing"; const OUTPUT_AREA_FULL = "outputAreaFull"; const MARKER_SUPPLY_LOW = "markerSupplyLow"; const MARKER_SUPPLY_EMPTY = "markerSupplyEmpty"; const INPUT_TRAY_MISSING = "inputTrayMissing"; const OUTPUT_AREA_ALMOST_FULL = "outputAreaAlmostFull"; const MARKER_WASTE_ALMOST_FULL = "markerWasteAlmostFull"; const MARKER_WASTE_FULL = "markerWasteFull"; const FUSER_OVER_TEMP = "fuserOverTemp"; const FUSER_UNDER_TEMP = "fuserUnderTemp"; const OTHER = "other"; const NONE = "none"; const MOVING_TO_PAUSED = "movingToPaused"; const SHUTDOWN = "shutdown"; const CONNECTING_TO_DEVICE = "connectingToDevice"; const TIMED_OUT = "timedOut"; const STOPPING = "stopping"; const STOPPED_PARTIALLY = "stoppedPartially"; const TONER_LOW = "tonerLow"; const TONER_EMPTY = "tonerEmpty"; const SPOOL_AREA_FULL = "spoolAreaFull"; const DOOR_OPEN = "doorOpen"; const OPTICAL_PHOTO_CONDUCTOR_NEAR_END_OF_LIFE = "opticalPhotoConductorNearEndOfLife"; const OPTICAL_PHOTO_CONDUCTOR_LIFE_OVER = "opticalPhotoConductorLifeOver"; const DEVELOPER_LOW = "developerLow"; const DEVELOPER_EMPTY = "developerEmpty"; const INTERPRETER_RESOURCE_UNAVAILABLE = "interpreterResourceUnavailable"; const UNKNOWN_FUTURE_VALUE = "unknownFutureValue"; const ALERT_REMOVAL_OF_BINARY_CHANGE_ENTRY = "alertRemovalOfBinaryChangeEntry"; const BANDER_ADDED = "banderAdded"; const BANDER_ALMOST_EMPTY = "banderAlmostEmpty"; const BANDER_ALMOST_FULL = "banderAlmostFull"; const BANDER_AT_LIMIT = "banderAtLimit"; const BANDER_CLOSED = "banderClosed"; const BANDER_CONFIGURATION_CHANGE = "banderConfigurationChange"; const BANDER_COVER_CLOSED = "banderCoverClosed"; const BANDER_COVER_OPEN = "banderCoverOpen"; const BANDER_EMPTY = "banderEmpty"; const BANDER_FULL = "banderFull"; const BANDER_INTERLOCK_CLOSED = "banderInterlockClosed"; const BANDER_INTERLOCK_OPEN = "banderInterlockOpen"; const BANDER_JAM = "banderJam"; const BANDER_LIFE_ALMOST_OVER = "banderLifeAlmostOver"; const BANDER_LIFE_OVER = "banderLifeOver"; const BANDER_MEMORY_EXHAUSTED = "banderMemoryExhausted"; const BANDER_MISSING = "banderMissing"; const BANDER_MOTOR_FAILURE = "banderMotorFailure"; const BANDER_NEAR_LIMIT = "banderNearLimit"; const BANDER_OFFLINE = "banderOffline"; const BANDER_OPENED = "banderOpened"; const BANDER_OVER_TEMPERATURE = "banderOverTemperature"; const BANDER_POWER_SAVER = "banderPowerSaver"; const BANDER_RECOVERABLE_FAILURE = "banderRecoverableFailure"; const BANDER_RECOVERABLE_STORAGE = "banderRecoverableStorage"; const BANDER_REMOVED = "banderRemoved"; const BANDER_RESOURCE_ADDED = "banderResourceAdded"; const BANDER_RESOURCE_REMOVED = "banderResourceRemoved"; const BANDER_THERMISTOR_FAILURE = "banderThermistorFailure"; const BANDER_TIMING_FAILURE = "banderTimingFailure"; const BANDER_TURNED_OFF = "banderTurnedOff"; const BANDER_TURNED_ON = "banderTurnedOn"; const BANDER_UNDER_TEMPERATURE = "banderUnderTemperature"; const BANDER_UNRECOVERABLE_FAILURE = "banderUnrecoverableFailure"; const BANDER_UNRECOVERABLE_STORAGE_ERROR = "banderUnrecoverableStorageError"; const BANDER_WARMING_UP = "banderWarmingUp"; const BINDER_ADDED = "binderAdded"; const BINDER_ALMOST_EMPTY = "binderAlmostEmpty"; const BINDER_ALMOST_FULL = "binderAlmostFull"; const BINDER_AT_LIMIT = "binderAtLimit"; const BINDER_CLOSED = "binderClosed"; const BINDER_CONFIGURATION_CHANGE = "binderConfigurationChange"; const BINDER_COVER_CLOSED = "binderCoverClosed"; const BINDER_COVER_OPEN = "binderCoverOpen"; const BINDER_EMPTY = "binderEmpty"; const BINDER_FULL = "binderFull"; const BINDER_INTERLOCK_CLOSED = "binderInterlockClosed"; const BINDER_INTERLOCK_OPEN = "binderInterlockOpen"; const BINDER_JAM = "binderJam"; const BINDER_LIFE_ALMOST_OVER = "binderLifeAlmostOver"; const BINDER_LIFE_OVER = "binderLifeOver"; const BINDER_MEMORY_EXHAUSTED = "binderMemoryExhausted"; const BINDER_MISSING = "binderMissing"; const BINDER_MOTOR_FAILURE = "binderMotorFailure"; const BINDER_NEAR_LIMIT = "binderNearLimit"; const BINDER_OFFLINE = "binderOffline"; const BINDER_OPENED = "binderOpened"; const BINDER_OVER_TEMPERATURE = "binderOverTemperature"; const BINDER_POWER_SAVER = "binderPowerSaver"; const BINDER_RECOVERABLE_FAILURE = "binderRecoverableFailure"; const BINDER_RECOVERABLE_STORAGE = "binderRecoverableStorage"; const BINDER_REMOVED = "binderRemoved"; const BINDER_RESOURCE_ADDED = "binderResourceAdded"; const BINDER_RESOURCE_REMOVED = "binderResourceRemoved"; const BINDER_THERMISTOR_FAILURE = "binderThermistorFailure"; const BINDER_TIMING_FAILURE = "binderTimingFailure"; const BINDER_TURNED_OFF = "binderTurnedOff"; const BINDER_TURNED_ON = "binderTurnedOn"; const BINDER_UNDER_TEMPERATURE = "binderUnderTemperature"; const BINDER_UNRECOVERABLE_FAILURE = "binderUnrecoverableFailure"; const BINDER_UNRECOVERABLE_STORAGE_ERROR = "binderUnrecoverableStorageError"; const BINDER_WARMING_UP = "binderWarmingUp"; const CAMERA_FAILURE = "cameraFailure"; const CHAMBER_COOLING = "chamberCooling"; const CHAMBER_FAILURE = "chamberFailure"; const CHAMBER_HEATING = "chamberHeating"; const CHAMBER_TEMPERATURE_HIGH = "chamberTemperatureHigh"; const CHAMBER_TEMPERATURE_LOW = "chamberTemperatureLow"; const CLEANER_LIFE_ALMOST_OVER = "cleanerLifeAlmostOver"; const CLEANER_LIFE_OVER = "cleanerLifeOver"; const CONFIGURATION_CHANGE = "configurationChange"; const DEACTIVATED = "deactivated"; const DELETED = "deleted"; const DIE_CUTTER_ADDED = "dieCutterAdded"; const DIE_CUTTER_ALMOST_EMPTY = "dieCutterAlmostEmpty"; const DIE_CUTTER_ALMOST_FULL = "dieCutterAlmostFull"; const DIE_CUTTER_AT_LIMIT = "dieCutterAtLimit"; const DIE_CUTTER_CLOSED = "dieCutterClosed"; const DIE_CUTTER_CONFIGURATION_CHANGE = "dieCutterConfigurationChange"; const DIE_CUTTER_COVER_CLOSED = "dieCutterCoverClosed"; const DIE_CUTTER_COVER_OPEN = "dieCutterCoverOpen"; const DIE_CUTTER_EMPTY = "dieCutterEmpty"; const DIE_CUTTER_FULL = "dieCutterFull"; const DIE_CUTTER_INTERLOCK_CLOSED = "dieCutterInterlockClosed"; const DIE_CUTTER_INTERLOCK_OPEN = "dieCutterInterlockOpen"; const DIE_CUTTER_JAM = "dieCutterJam"; const DIE_CUTTER_LIFE_ALMOST_OVER = "dieCutterLifeAlmostOver"; const DIE_CUTTER_LIFE_OVER = "dieCutterLifeOver"; const DIE_CUTTER_MEMORY_EXHAUSTED = "dieCutterMemoryExhausted"; const DIE_CUTTER_MISSING = "dieCutterMissing"; const DIE_CUTTER_MOTOR_FAILURE = "dieCutterMotorFailure"; const DIE_CUTTER_NEAR_LIMIT = "dieCutterNearLimit"; const DIE_CUTTER_OFFLINE = "dieCutterOffline"; const DIE_CUTTER_OPENED = "dieCutterOpened"; const DIE_CUTTER_OVER_TEMPERATURE = "dieCutterOverTemperature"; const DIE_CUTTER_POWER_SAVER = "dieCutterPowerSaver"; const DIE_CUTTER_RECOVERABLE_FAILURE = "dieCutterRecoverableFailure"; const DIE_CUTTER_RECOVERABLE_STORAGE = "dieCutterRecoverableStorage"; const DIE_CUTTER_REMOVED = "dieCutterRemoved"; const DIE_CUTTER_RESOURCE_ADDED = "dieCutterResourceAdded"; const DIE_CUTTER_RESOURCE_REMOVED = "dieCutterResourceRemoved"; const DIE_CUTTER_THERMISTOR_FAILURE = "dieCutterThermistorFailure"; const DIE_CUTTER_TIMING_FAILURE = "dieCutterTimingFailure"; const DIE_CUTTER_TURNED_OFF = "dieCutterTurnedOff"; const DIE_CUTTER_TURNED_ON = "dieCutterTurnedOn"; const DIE_CUTTER_UNDER_TEMPERATURE = "dieCutterUnderTemperature"; const DIE_CUTTER_UNRECOVERABLE_FAILURE = "dieCutterUnrecoverableFailure"; const DIE_CUTTER_UNRECOVERABLE_STORAGE_ERROR = "dieCutterUnrecoverableStorageError"; const DIE_CUTTER_WARMING_UP = "dieCutterWarmingUp"; const EXTRUDER_COOLING = "extruderCooling"; const EXTRUDER_FAILURE = "extruderFailure"; const EXTRUDER_HEATING = "extruderHeating"; const EXTRUDER_JAM = "extruderJam"; const EXTRUDER_TEMPERATURE_HIGH = "extruderTemperatureHigh"; const EXTRUDER_TEMPERATURE_LOW = "extruderTemperatureLow"; const FAN_FAILURE = "fanFailure"; const FAX_MODEM_LIFE_ALMOST_OVER = "faxModemLifeAlmostOver"; const FAX_MODEM_LIFE_OVER = "faxModemLifeOver"; const FAX_MODEM_MISSING = "faxModemMissing"; const FAX_MODEM_TURNED_OFF = "faxModemTurnedOff"; const FAX_MODEM_TURNED_ON = "faxModemTurnedOn"; const FOLDER_ADDED = "folderAdded"; const FOLDER_ALMOST_EMPTY = "folderAlmostEmpty"; const FOLDER_ALMOST_FULL = "folderAlmostFull"; const FOLDER_AT_LIMIT = "folderAtLimit"; const FOLDER_CLOSED = "folderClosed"; const FOLDER_CONFIGURATION_CHANGE = "folderConfigurationChange"; const FOLDER_COVER_CLOSED = "folderCoverClosed"; const FOLDER_COVER_OPEN = "folderCoverOpen"; const FOLDER_EMPTY = "folderEmpty"; const FOLDER_FULL = "folderFull"; const FOLDER_INTERLOCK_CLOSED = "folderInterlockClosed"; const FOLDER_INTERLOCK_OPEN = "folderInterlockOpen"; const FOLDER_JAM = "folderJam"; const FOLDER_LIFE_ALMOST_OVER = "folderLifeAlmostOver"; const FOLDER_LIFE_OVER = "folderLifeOver"; const FOLDER_MEMORY_EXHAUSTED = "folderMemoryExhausted"; const FOLDER_MISSING = "folderMissing"; const FOLDER_MOTOR_FAILURE = "folderMotorFailure"; const FOLDER_NEAR_LIMIT = "folderNearLimit"; const FOLDER_OFFLINE = "folderOffline"; const FOLDER_OPENED = "folderOpened"; const FOLDER_OVER_TEMPERATURE = "folderOverTemperature"; const FOLDER_POWER_SAVER = "folderPowerSaver"; const FOLDER_RECOVERABLE_FAILURE = "folderRecoverableFailure"; const FOLDER_RECOVERABLE_STORAGE = "folderRecoverableStorage"; const FOLDER_REMOVED = "folderRemoved"; const FOLDER_RESOURCE_ADDED = "folderResourceAdded"; const FOLDER_RESOURCE_REMOVED = "folderResourceRemoved"; const FOLDER_THERMISTOR_FAILURE = "folderThermistorFailure"; const FOLDER_TIMING_FAILURE = "folderTimingFailure"; const FOLDER_TURNED_OFF = "folderTurnedOff"; const FOLDER_TURNED_ON = "folderTurnedOn"; const FOLDER_UNDER_TEMPERATURE = "folderUnderTemperature"; const FOLDER_UNRECOVERABLE_FAILURE = "folderUnrecoverableFailure"; const FOLDER_UNRECOVERABLE_STORAGE_ERROR = "folderUnrecoverableStorageError"; const FOLDER_WARMING_UP = "folderWarmingUp"; const HIBERNATE = "hibernate"; const HOLD_NEW_JOBS = "holdNewJobs"; const IDENTIFY_PRINTER_REQUESTED = "identifyPrinterRequested"; const IMPRINTER_ADDED = "imprinterAdded"; const IMPRINTER_ALMOST_EMPTY = "imprinterAlmostEmpty"; const IMPRINTER_ALMOST_FULL = "imprinterAlmostFull"; const IMPRINTER_AT_LIMIT = "imprinterAtLimit"; const IMPRINTER_CLOSED = "imprinterClosed"; const IMPRINTER_CONFIGURATION_CHANGE = "imprinterConfigurationChange"; const IMPRINTER_COVER_CLOSED = "imprinterCoverClosed"; const IMPRINTER_COVER_OPEN = "imprinterCoverOpen"; const IMPRINTER_EMPTY = "imprinterEmpty"; const IMPRINTER_FULL = "imprinterFull"; const IMPRINTER_INTERLOCK_CLOSED = "imprinterInterlockClosed"; const IMPRINTER_INTERLOCK_OPEN = "imprinterInterlockOpen"; const IMPRINTER_JAM = "imprinterJam"; const IMPRINTER_LIFE_ALMOST_OVER = "imprinterLifeAlmostOver"; const IMPRINTER_LIFE_OVER = "imprinterLifeOver"; const IMPRINTER_MEMORY_EXHAUSTED = "imprinterMemoryExhausted"; const IMPRINTER_MISSING = "imprinterMissing"; const IMPRINTER_MOTOR_FAILURE = "imprinterMotorFailure"; const IMPRINTER_NEAR_LIMIT = "imprinterNearLimit"; const IMPRINTER_OFFLINE = "imprinterOffline"; const IMPRINTER_OPENED = "imprinterOpened"; const IMPRINTER_OVER_TEMPERATURE = "imprinterOverTemperature"; const IMPRINTER_POWER_SAVER = "imprinterPowerSaver"; const IMPRINTER_RECOVERABLE_FAILURE = "imprinterRecoverableFailure"; const IMPRINTER_RECOVERABLE_STORAGE = "imprinterRecoverableStorage"; const IMPRINTER_REMOVED = "imprinterRemoved"; const IMPRINTER_RESOURCE_ADDED = "imprinterResourceAdded"; const IMPRINTER_RESOURCE_REMOVED = "imprinterResourceRemoved"; const IMPRINTER_THERMISTOR_FAILURE = "imprinterThermistorFailure"; const IMPRINTER_TIMING_FAILURE = "imprinterTimingFailure"; const IMPRINTER_TURNED_OFF = "imprinterTurnedOff"; const IMPRINTER_TURNED_ON = "imprinterTurnedOn"; const IMPRINTER_UNDER_TEMPERATURE = "imprinterUnderTemperature"; const IMPRINTER_UNRECOVERABLE_FAILURE = "imprinterUnrecoverableFailure"; const IMPRINTER_UNRECOVERABLE_STORAGE_ERROR = "imprinterUnrecoverableStorageError"; const IMPRINTER_WARMING_UP = "imprinterWarmingUp"; const INPUT_CANNOT_FEED_SIZE_SELECTED = "inputCannotFeedSizeSelected"; const INPUT_MANUAL_INPUT_REQUEST = "inputManualInputRequest"; const INPUT_MEDIA_COLOR_CHANGE = "inputMediaColorChange"; const INPUT_MEDIA_FORM_PARTS_CHANGE = "inputMediaFormPartsChange"; const INPUT_MEDIA_SIZE_CHANGE = "inputMediaSizeChange"; const INPUT_MEDIA_TRAY_FAILURE = "inputMediaTrayFailure"; const INPUT_MEDIA_TRAY_FEED_ERROR = "inputMediaTrayFeedError"; const INPUT_MEDIA_TRAY_JAM = "inputMediaTrayJam"; const INPUT_MEDIA_TYPE_CHANGE = "inputMediaTypeChange"; const INPUT_MEDIA_WEIGHT_CHANGE = "inputMediaWeightChange"; const INPUT_PICK_ROLLER_FAILURE = "inputPickRollerFailure"; const INPUT_PICK_ROLLER_LIFE_OVER = "inputPickRollerLifeOver"; const INPUT_PICK_ROLLER_LIFE_WARN = "inputPickRollerLifeWarn"; const INPUT_PICK_ROLLER_MISSING = "inputPickRollerMissing"; const INPUT_TRAY_ELEVATION_FAILURE = "inputTrayElevationFailure"; const INPUT_TRAY_POSITION_FAILURE = "inputTrayPositionFailure"; const INSERTER_ADDED = "inserterAdded"; const INSERTER_ALMOST_EMPTY = "inserterAlmostEmpty"; const INSERTER_ALMOST_FULL = "inserterAlmostFull"; const INSERTER_AT_LIMIT = "inserterAtLimit"; const INSERTER_CLOSED = "inserterClosed"; const INSERTER_CONFIGURATION_CHANGE = "inserterConfigurationChange"; const INSERTER_COVER_CLOSED = "inserterCoverClosed"; const INSERTER_COVER_OPEN = "inserterCoverOpen"; const INSERTER_EMPTY = "inserterEmpty"; const INSERTER_FULL = "inserterFull"; const INSERTER_INTERLOCK_CLOSED = "inserterInterlockClosed"; const INSERTER_INTERLOCK_OPEN = "inserterInterlockOpen"; const INSERTER_JAM = "inserterJam"; const INSERTER_LIFE_ALMOST_OVER = "inserterLifeAlmostOver"; const INSERTER_LIFE_OVER = "inserterLifeOver"; const INSERTER_MEMORY_EXHAUSTED = "inserterMemoryExhausted"; const INSERTER_MISSING = "inserterMissing"; const INSERTER_MOTOR_FAILURE = "inserterMotorFailure"; const INSERTER_NEAR_LIMIT = "inserterNearLimit"; const INSERTER_OFFLINE = "inserterOffline"; const INSERTER_OPENED = "inserterOpened"; const INSERTER_OVER_TEMPERATURE = "inserterOverTemperature"; const INSERTER_POWER_SAVER = "inserterPowerSaver"; const INSERTER_RECOVERABLE_FAILURE = "inserterRecoverableFailure"; const INSERTER_RECOVERABLE_STORAGE = "inserterRecoverableStorage"; const INSERTER_REMOVED = "inserterRemoved"; const INSERTER_RESOURCE_ADDED = "inserterResourceAdded"; const INSERTER_RESOURCE_REMOVED = "inserterResourceRemoved"; const INSERTER_THERMISTOR_FAILURE = "inserterThermistorFailure"; const INSERTER_TIMING_FAILURE = "inserterTimingFailure"; const INSERTER_TURNED_OFF = "inserterTurnedOff"; const INSERTER_TURNED_ON = "inserterTurnedOn"; const INSERTER_UNDER_TEMPERATURE = "inserterUnderTemperature"; const INSERTER_UNRECOVERABLE_FAILURE = "inserterUnrecoverableFailure"; const INSERTER_UNRECOVERABLE_STORAGE_ERROR = "inserterUnrecoverableStorageError"; const INSERTER_WARMING_UP = "inserterWarmingUp"; const INTERLOCK_CLOSED = "interlockClosed"; const INTERPRETER_CARTRIDGE_ADDED = "interpreterCartridgeAdded"; const INTERPRETER_CARTRIDGE_DELETED = "interpreterCartridgeDeleted"; const INTERPRETER_COMPLEX_PAGE_ENCOUNTERED = "interpreterComplexPageEncountered"; const INTERPRETER_MEMORY_DECREASE = "interpreterMemoryDecrease"; const INTERPRETER_MEMORY_INCREASE = "interpreterMemoryIncrease"; const INTERPRETER_RESOURCE_ADDED = "interpreterResourceAdded"; const INTERPRETER_RESOURCE_DELETED = "interpreterResourceDeleted"; const LAMP_AT_EOL = "lampAtEol"; const LAMP_FAILURE = "lampFailure"; const LAMP_NEAR_EOL = "lampNearEol"; const LASER_AT_EOL = "laserAtEol"; const LASER_FAILURE = "laserFailure"; const LASER_NEAR_EOL = "laserNearEol"; const MAKE_ENVELOPE_ADDED = "makeEnvelopeAdded"; const MAKE_ENVELOPE_ALMOST_EMPTY = "makeEnvelopeAlmostEmpty"; const MAKE_ENVELOPE_ALMOST_FULL = "makeEnvelopeAlmostFull"; const MAKE_ENVELOPE_AT_LIMIT = "makeEnvelopeAtLimit"; const MAKE_ENVELOPE_CLOSED = "makeEnvelopeClosed"; const MAKE_ENVELOPE_CONFIGURATION_CHANGE = "makeEnvelopeConfigurationChange"; const MAKE_ENVELOPE_COVER_CLOSED = "makeEnvelopeCoverClosed"; const MAKE_ENVELOPE_COVER_OPEN = "makeEnvelopeCoverOpen"; const MAKE_ENVELOPE_EMPTY = "makeEnvelopeEmpty"; const MAKE_ENVELOPE_FULL = "makeEnvelopeFull"; const MAKE_ENVELOPE_INTERLOCK_CLOSED = "makeEnvelopeInterlockClosed"; const MAKE_ENVELOPE_INTERLOCK_OPEN = "makeEnvelopeInterlockOpen"; const MAKE_ENVELOPE_JAM = "makeEnvelopeJam"; const MAKE_ENVELOPE_LIFE_ALMOST_OVER = "makeEnvelopeLifeAlmostOver"; const MAKE_ENVELOPE_LIFE_OVER = "makeEnvelopeLifeOver"; const MAKE_ENVELOPE_MEMORY_EXHAUSTED = "makeEnvelopeMemoryExhausted"; const MAKE_ENVELOPE_MISSING = "makeEnvelopeMissing"; const MAKE_ENVELOPE_MOTOR_FAILURE = "makeEnvelopeMotorFailure"; const MAKE_ENVELOPE_NEAR_LIMIT = "makeEnvelopeNearLimit"; const MAKE_ENVELOPE_OFFLINE = "makeEnvelopeOffline"; const MAKE_ENVELOPE_OPENED = "makeEnvelopeOpened"; const MAKE_ENVELOPE_OVER_TEMPERATURE = "makeEnvelopeOverTemperature"; const MAKE_ENVELOPE_POWER_SAVER = "makeEnvelopePowerSaver"; const MAKE_ENVELOPE_RECOVERABLE_FAILURE = "makeEnvelopeRecoverableFailure"; const MAKE_ENVELOPE_RECOVERABLE_STORAGE = "makeEnvelopeRecoverableStorage"; const MAKE_ENVELOPE_REMOVED = "makeEnvelopeRemoved"; const MAKE_ENVELOPE_RESOURCE_ADDED = "makeEnvelopeResourceAdded"; const MAKE_ENVELOPE_RESOURCE_REMOVED = "makeEnvelopeResourceRemoved"; const MAKE_ENVELOPE_THERMISTOR_FAILURE = "makeEnvelopeThermistorFailure"; const MAKE_ENVELOPE_TIMING_FAILURE = "makeEnvelopeTimingFailure"; const MAKE_ENVELOPE_TURNED_OFF = "makeEnvelopeTurnedOff"; const MAKE_ENVELOPE_TURNED_ON = "makeEnvelopeTurnedOn"; const MAKE_ENVELOPE_UNDER_TEMPERATURE = "makeEnvelopeUnderTemperature"; const MAKE_ENVELOPE_UNRECOVERABLE_FAILURE = "makeEnvelopeUnrecoverableFailure"; const MAKE_ENVELOPE_UNRECOVERABLE_STORAGE_ERROR = "makeEnvelopeUnrecoverableStorageError"; const MAKE_ENVELOPE_WARMING_UP = "makeEnvelopeWarmingUp"; const MARKER_ADJUSTING_PRINT_QUALITY = "markerAdjustingPrintQuality"; const MARKER_CLEANER_MISSING = "markerCleanerMissing"; const MARKER_DEVELOPER_ALMOST_EMPTY = "markerDeveloperAlmostEmpty"; const MARKER_DEVELOPER_EMPTY = "markerDeveloperEmpty"; const MARKER_DEVELOPER_MISSING = "markerDeveloperMissing"; const MARKER_FUSER_MISSING = "markerFuserMissing"; const MARKER_FUSER_THERMISTOR_FAILURE = "markerFuserThermistorFailure"; const MARKER_FUSER_TIMING_FAILURE = "markerFuserTimingFailure"; const MARKER_INK_ALMOST_EMPTY = "markerInkAlmostEmpty"; const MARKER_INK_EMPTY = "markerInkEmpty"; const MARKER_INK_MISSING = "markerInkMissing"; const MARKER_OPC_MISSING = "markerOpcMissing"; const MARKER_PRINT_RIBBON_ALMOST_EMPTY = "markerPrintRibbonAlmostEmpty"; const MARKER_PRINT_RIBBON_EMPTY = "markerPrintRibbonEmpty"; const MARKER_PRINT_RIBBON_MISSING = "markerPrintRibbonMissing"; const MARKER_SUPPLY_ALMOST_EMPTY = "markerSupplyAlmostEmpty"; const MARKER_SUPPLY_MISSING = "markerSupplyMissing"; const MARKER_TONER_CARTRIDGE_MISSING = "markerTonerCartridgeMissing"; const MARKER_TONER_MISSING = "markerTonerMissing"; const MARKER_WASTE_INK_RECEPTACLE_ALMOST_FULL = "markerWasteInkReceptacleAlmostFull"; const MARKER_WASTE_INK_RECEPTACLE_FULL = "markerWasteInkReceptacleFull"; const MARKER_WASTE_INK_RECEPTACLE_MISSING = "markerWasteInkReceptacleMissing"; const MARKER_WASTE_MISSING = "markerWasteMissing"; const MARKER_WASTE_TONER_RECEPTACLE_ALMOST_FULL = "markerWasteTonerReceptacleAlmostFull"; const MARKER_WASTE_TONER_RECEPTACLE_FULL = "markerWasteTonerReceptacleFull"; const MARKER_WASTE_TONER_RECEPTACLE_MISSING = "markerWasteTonerReceptacleMissing"; const MATERIAL_EMPTY = "materialEmpty"; const MATERIAL_LOW = "materialLow"; const MATERIAL_NEEDED = "materialNeeded"; const MEDIA_DRYING = "mediaDrying"; const MEDIA_PATH_CANNOT_DUPLEX_MEDIA_SELECTED = "mediaPathCannotDuplexMediaSelected"; const MEDIA_PATH_FAILURE = "mediaPathFailure"; const MEDIA_PATH_INPUT_EMPTY = "mediaPathInputEmpty"; const MEDIA_PATH_INPUT_FEED_ERROR = "mediaPathInputFeedError"; const MEDIA_PATH_INPUT_JAM = "mediaPathInputJam"; const MEDIA_PATH_INPUT_REQUEST = "mediaPathInputRequest"; const MEDIA_PATH_JAM = "mediaPathJam"; const MEDIA_PATH_MEDIA_TRAY_ALMOST_FULL = "mediaPathMediaTrayAlmostFull"; const MEDIA_PATH_MEDIA_TRAY_FULL = "mediaPathMediaTrayFull"; const MEDIA_PATH_MEDIA_TRAY_MISSING = "mediaPathMediaTrayMissing"; const MEDIA_PATH_OUTPUT_FEED_ERROR = "mediaPathOutputFeedError"; const MEDIA_PATH_OUTPUT_FULL = "mediaPathOutputFull"; const MEDIA_PATH_OUTPUT_JAM = "mediaPathOutputJam"; const MEDIA_PATH_PICK_ROLLER_FAILURE = "mediaPathPickRollerFailure"; const MEDIA_PATH_PICK_ROLLER_LIFE_OVER = "mediaPathPickRollerLifeOver"; const MEDIA_PATH_PICK_ROLLER_LIFE_WARN = "mediaPathPickRollerLifeWarn"; const MEDIA_PATH_PICK_ROLLER_MISSING = "mediaPathPickRollerMissing"; const MOTOR_FAILURE = "motorFailure"; const OUTPUT_MAILBOX_SELECT_FAILURE = "outputMailboxSelectFailure"; const OUTPUT_MEDIA_TRAY_FAILURE = "outputMediaTrayFailure"; const OUTPUT_MEDIA_TRAY_FEED_ERROR = "outputMediaTrayFeedError"; const OUTPUT_MEDIA_TRAY_JAM = "outputMediaTrayJam"; const PERFORATER_ADDED = "perforaterAdded"; const PERFORATER_ALMOST_EMPTY = "perforaterAlmostEmpty"; const PERFORATER_ALMOST_FULL = "perforaterAlmostFull"; const PERFORATER_AT_LIMIT = "perforaterAtLimit"; const PERFORATER_CLOSED = "perforaterClosed"; const PERFORATER_CONFIGURATION_CHANGE = "perforaterConfigurationChange"; const PERFORATER_COVER_CLOSED = "perforaterCoverClosed"; const PERFORATER_COVER_OPEN = "perforaterCoverOpen"; const PERFORATER_EMPTY = "perforaterEmpty"; const PERFORATER_FULL = "perforaterFull"; const PERFORATER_INTERLOCK_CLOSED = "perforaterInterlockClosed"; const PERFORATER_INTERLOCK_OPEN = "perforaterInterlockOpen"; const PERFORATER_JAM = "perforaterJam"; const PERFORATER_LIFE_ALMOST_OVER = "perforaterLifeAlmostOver"; const PERFORATER_LIFE_OVER = "perforaterLifeOver"; const PERFORATER_MEMORY_EXHAUSTED = "perforaterMemoryExhausted"; const PERFORATER_MISSING = "perforaterMissing"; const PERFORATER_MOTOR_FAILURE = "perforaterMotorFailure"; const PERFORATER_NEAR_LIMIT = "perforaterNearLimit"; const PERFORATER_OFFLINE = "perforaterOffline"; const PERFORATER_OPENED = "perforaterOpened"; const PERFORATER_OVER_TEMPERATURE = "perforaterOverTemperature"; const PERFORATER_POWER_SAVER = "perforaterPowerSaver"; const PERFORATER_RECOVERABLE_FAILURE = "perforaterRecoverableFailure"; const PERFORATER_RECOVERABLE_STORAGE = "perforaterRecoverableStorage"; const PERFORATER_REMOVED = "perforaterRemoved"; const PERFORATER_RESOURCE_ADDED = "perforaterResourceAdded"; const PERFORATER_RESOURCE_REMOVED = "perforaterResourceRemoved"; const PERFORATER_THERMISTOR_FAILURE = "perforaterThermistorFailure"; const PERFORATER_TIMING_FAILURE = "perforaterTimingFailure"; const PERFORATER_TURNED_OFF = "perforaterTurnedOff"; const PERFORATER_TURNED_ON = "perforaterTurnedOn"; const PERFORATER_UNDER_TEMPERATURE = "perforaterUnderTemperature"; const PERFORATER_UNRECOVERABLE_FAILURE = "perforaterUnrecoverableFailure"; const PERFORATER_UNRECOVERABLE_STORAGE_ERROR = "perforaterUnrecoverableStorageError"; const PERFORATER_WARMING_UP = "perforaterWarmingUp"; const PLATFORM_COOLING = "platformCooling"; const PLATFORM_FAILURE = "platformFailure"; const PLATFORM_HEATING = "platformHeating"; const PLATFORM_TEMPERATURE_HIGH = "platformTemperatureHigh"; const PLATFORM_TEMPERATURE_LOW = "platformTemperatureLow"; const POWER_DOWN = "powerDown"; const POWER_UP = "powerUp"; const PRINTER_MANUAL_RESET = "printerManualReset"; const PRINTER_NMS_RESET = "printerNmsReset"; const PRINTER_READY_TO_PRINT = "printerReadyToPrint"; const PUNCHER_ADDED = "puncherAdded"; const PUNCHER_ALMOST_EMPTY = "puncherAlmostEmpty"; const PUNCHER_ALMOST_FULL = "puncherAlmostFull"; const PUNCHER_AT_LIMIT = "puncherAtLimit"; const PUNCHER_CLOSED = "puncherClosed"; const PUNCHER_CONFIGURATION_CHANGE = "puncherConfigurationChange"; const PUNCHER_COVER_CLOSED = "puncherCoverClosed"; const PUNCHER_COVER_OPEN = "puncherCoverOpen"; const PUNCHER_EMPTY = "puncherEmpty"; const PUNCHER_FULL = "puncherFull"; const PUNCHER_INTERLOCK_CLOSED = "puncherInterlockClosed"; const PUNCHER_INTERLOCK_OPEN = "puncherInterlockOpen"; const PUNCHER_JAM = "puncherJam"; const PUNCHER_LIFE_ALMOST_OVER = "puncherLifeAlmostOver"; const PUNCHER_LIFE_OVER = "puncherLifeOver"; const PUNCHER_MEMORY_EXHAUSTED = "puncherMemoryExhausted"; const PUNCHER_MISSING = "puncherMissing"; const PUNCHER_MOTOR_FAILURE = "puncherMotorFailure"; const PUNCHER_NEAR_LIMIT = "puncherNearLimit"; const PUNCHER_OFFLINE = "puncherOffline"; const PUNCHER_OPENED = "puncherOpened"; const PUNCHER_OVER_TEMPERATURE = "puncherOverTemperature"; const PUNCHER_POWER_SAVER = "puncherPowerSaver"; const PUNCHER_RECOVERABLE_FAILURE = "puncherRecoverableFailure"; const PUNCHER_RECOVERABLE_STORAGE = "puncherRecoverableStorage"; const PUNCHER_REMOVED = "puncherRemoved"; const PUNCHER_RESOURCE_ADDED = "puncherResourceAdded"; const PUNCHER_RESOURCE_REMOVED = "puncherResourceRemoved"; const PUNCHER_THERMISTOR_FAILURE = "puncherThermistorFailure"; const PUNCHER_TIMING_FAILURE = "puncherTimingFailure"; const PUNCHER_TURNED_OFF = "puncherTurnedOff"; const PUNCHER_TURNED_ON = "puncherTurnedOn"; const PUNCHER_UNDER_TEMPERATURE = "puncherUnderTemperature"; const PUNCHER_UNRECOVERABLE_FAILURE = "puncherUnrecoverableFailure"; const PUNCHER_UNRECOVERABLE_STORAGE_ERROR = "puncherUnrecoverableStorageError"; const PUNCHER_WARMING_UP = "puncherWarmingUp"; const RESUMING = "resuming"; const SCAN_MEDIA_PATH_FAILURE = "scanMediaPathFailure"; const SCAN_MEDIA_PATH_INPUT_EMPTY = "scanMediaPathInputEmpty"; const SCAN_MEDIA_PATH_INPUT_FEED_ERROR = "scanMediaPathInputFeedError"; const SCAN_MEDIA_PATH_INPUT_JAM = "scanMediaPathInputJam"; const SCAN_MEDIA_PATH_INPUT_REQUEST = "scanMediaPathInputRequest"; const SCAN_MEDIA_PATH_JAM = "scanMediaPathJam"; const SCAN_MEDIA_PATH_OUTPUT_FEED_ERROR = "scanMediaPathOutputFeedError"; const SCAN_MEDIA_PATH_OUTPUT_FULL = "scanMediaPathOutputFull"; const SCAN_MEDIA_PATH_OUTPUT_JAM = "scanMediaPathOutputJam"; const SCAN_MEDIA_PATH_PICK_ROLLER_FAILURE = "scanMediaPathPickRollerFailure"; const SCAN_MEDIA_PATH_PICK_ROLLER_LIFE_OVER = "scanMediaPathPickRollerLifeOver"; const SCAN_MEDIA_PATH_PICK_ROLLER_LIFE_WARN = "scanMediaPathPickRollerLifeWarn"; const SCAN_MEDIA_PATH_PICK_ROLLER_MISSING = "scanMediaPathPickRollerMissing"; const SCAN_MEDIA_PATH_TRAY_ALMOST_FULL = "scanMediaPathTrayAlmostFull"; const SCAN_MEDIA_PATH_TRAY_FULL = "scanMediaPathTrayFull"; const SCAN_MEDIA_PATH_TRAY_MISSING = "scanMediaPathTrayMissing"; const SCANNER_LIGHT_FAILURE = "scannerLightFailure"; const SCANNER_LIGHT_LIFE_ALMOST_OVER = "scannerLightLifeAlmostOver"; const SCANNER_LIGHT_LIFE_OVER = "scannerLightLifeOver"; const SCANNER_LIGHT_MISSING = "scannerLightMissing"; const SCANNER_SENSOR_FAILURE = "scannerSensorFailure"; const SCANNER_SENSOR_LIFE_ALMOST_OVER = "scannerSensorLifeAlmostOver"; const SCANNER_SENSOR_LIFE_OVER = "scannerSensorLifeOver"; const SCANNER_SENSOR_MISSING = "scannerSensorMissing"; const SEPARATION_CUTTER_ADDED = "separationCutterAdded"; const SEPARATION_CUTTER_ALMOST_EMPTY = "separationCutterAlmostEmpty"; const SEPARATION_CUTTER_ALMOST_FULL = "separationCutterAlmostFull"; const SEPARATION_CUTTER_AT_LIMIT = "separationCutterAtLimit"; const SEPARATION_CUTTER_CLOSED = "separationCutterClosed"; const SEPARATION_CUTTER_CONFIGURATION_CHANGE = "separationCutterConfigurationChange"; const SEPARATION_CUTTER_COVER_CLOSED = "separationCutterCoverClosed"; const SEPARATION_CUTTER_COVER_OPEN = "separationCutterCoverOpen"; const SEPARATION_CUTTER_EMPTY = "separationCutterEmpty"; const SEPARATION_CUTTER_FULL = "separationCutterFull"; const SEPARATION_CUTTER_INTERLOCK_CLOSED = "separationCutterInterlockClosed"; const SEPARATION_CUTTER_INTERLOCK_OPEN = "separationCutterInterlockOpen"; const SEPARATION_CUTTER_JAM = "separationCutterJam"; const SEPARATION_CUTTER_LIFE_ALMOST_OVER = "separationCutterLifeAlmostOver"; const SEPARATION_CUTTER_LIFE_OVER = "separationCutterLifeOver"; const SEPARATION_CUTTER_MEMORY_EXHAUSTED = "separationCutterMemoryExhausted"; const SEPARATION_CUTTER_MISSING = "separationCutterMissing"; const SEPARATION_CUTTER_MOTOR_FAILURE = "separationCutterMotorFailure"; const SEPARATION_CUTTER_NEAR_LIMIT = "separationCutterNearLimit"; const SEPARATION_CUTTER_OFFLINE = "separationCutterOffline"; const SEPARATION_CUTTER_OPENED = "separationCutterOpened"; const SEPARATION_CUTTER_OVER_TEMPERATURE = "separationCutterOverTemperature"; const SEPARATION_CUTTER_POWER_SAVER = "separationCutterPowerSaver"; const SEPARATION_CUTTER_RECOVERABLE_FAILURE = "separationCutterRecoverableFailure"; const SEPARATION_CUTTER_RECOVERABLE_STORAGE = "separationCutterRecoverableStorage"; const SEPARATION_CUTTER_REMOVED = "separationCutterRemoved"; const SEPARATION_CUTTER_RESOURCE_ADDED = "separationCutterResourceAdded"; const SEPARATION_CUTTER_RESOURCE_REMOVED = "separationCutterResourceRemoved"; const SEPARATION_CUTTER_THERMISTOR_FAILURE = "separationCutterThermistorFailure"; const SEPARATION_CUTTER_TIMING_FAILURE = "separationCutterTimingFailure"; const SEPARATION_CUTTER_TURNED_OFF = "separationCutterTurnedOff"; const SEPARATION_CUTTER_TURNED_ON = "separationCutterTurnedOn"; const SEPARATION_CUTTER_UNDER_TEMPERATURE = "separationCutterUnderTemperature"; const SEPARATION_CUTTER_UNRECOVERABLE_FAILURE = "separationCutterUnrecoverableFailure"; const SEPARATION_CUTTER_UNRECOVERABLE_STORAGE_ERROR = "separationCutterUnrecoverableStorageError"; const SEPARATION_CUTTER_WARMING_UP = "separationCutterWarmingUp"; const SHEET_ROTATOR_ADDED = "sheetRotatorAdded"; const SHEET_ROTATOR_ALMOST_EMPTY = "sheetRotatorAlmostEmpty"; const SHEET_ROTATOR_ALMOST_FULL = "sheetRotatorAlmostFull"; const SHEET_ROTATOR_AT_LIMIT = "sheetRotatorAtLimit"; const SHEET_ROTATOR_CLOSED = "sheetRotatorClosed"; const SHEET_ROTATOR_CONFIGURATION_CHANGE = "sheetRotatorConfigurationChange"; const SHEET_ROTATOR_COVER_CLOSED = "sheetRotatorCoverClosed"; const SHEET_ROTATOR_COVER_OPEN = "sheetRotatorCoverOpen"; const SHEET_ROTATOR_EMPTY = "sheetRotatorEmpty"; const SHEET_ROTATOR_FULL = "sheetRotatorFull"; const SHEET_ROTATOR_INTERLOCK_CLOSED = "sheetRotatorInterlockClosed"; const SHEET_ROTATOR_INTERLOCK_OPEN = "sheetRotatorInterlockOpen"; const SHEET_ROTATOR_JAM = "sheetRotatorJam"; const SHEET_ROTATOR_LIFE_ALMOST_OVER = "sheetRotatorLifeAlmostOver"; const SHEET_ROTATOR_LIFE_OVER = "sheetRotatorLifeOver"; const SHEET_ROTATOR_MEMORY_EXHAUSTED = "sheetRotatorMemoryExhausted"; const SHEET_ROTATOR_MISSING = "sheetRotatorMissing"; const SHEET_ROTATOR_MOTOR_FAILURE = "sheetRotatorMotorFailure"; const SHEET_ROTATOR_NEAR_LIMIT = "sheetRotatorNearLimit"; const SHEET_ROTATOR_OFFLINE = "sheetRotatorOffline"; const SHEET_ROTATOR_OPENED = "sheetRotatorOpened"; const SHEET_ROTATOR_OVER_TEMPERATURE = "sheetRotatorOverTemperature"; const SHEET_ROTATOR_POWER_SAVER = "sheetRotatorPowerSaver"; const SHEET_ROTATOR_RECOVERABLE_FAILURE = "sheetRotatorRecoverableFailure"; const SHEET_ROTATOR_RECOVERABLE_STORAGE = "sheetRotatorRecoverableStorage"; const SHEET_ROTATOR_REMOVED = "sheetRotatorRemoved"; const SHEET_ROTATOR_RESOURCE_ADDED = "sheetRotatorResourceAdded"; const SHEET_ROTATOR_RESOURCE_REMOVED = "sheetRotatorResourceRemoved"; const SHEET_ROTATOR_THERMISTOR_FAILURE = "sheetRotatorThermistorFailure"; const SHEET_ROTATOR_TIMING_FAILURE = "sheetRotatorTimingFailure"; const SHEET_ROTATOR_TURNED_OFF = "sheetRotatorTurnedOff"; const SHEET_ROTATOR_TURNED_ON = "sheetRotatorTurnedOn"; const SHEET_ROTATOR_UNDER_TEMPERATURE = "sheetRotatorUnderTemperature"; const SHEET_ROTATOR_UNRECOVERABLE_FAILURE = "sheetRotatorUnrecoverableFailure"; const SHEET_ROTATOR_UNRECOVERABLE_STORAGE_ERROR = "sheetRotatorUnrecoverableStorageError"; const SHEET_ROTATOR_WARMING_UP = "sheetRotatorWarmingUp"; const SLITTER_ADDED = "slitterAdded"; const SLITTER_ALMOST_EMPTY = "slitterAlmostEmpty"; const SLITTER_ALMOST_FULL = "slitterAlmostFull"; const SLITTER_AT_LIMIT = "slitterAtLimit"; const SLITTER_CLOSED = "slitterClosed"; const SLITTER_CONFIGURATION_CHANGE = "slitterConfigurationChange"; const SLITTER_COVER_CLOSED = "slitterCoverClosed"; const SLITTER_COVER_OPEN = "slitterCoverOpen"; const SLITTER_EMPTY = "slitterEmpty"; const SLITTER_FULL = "slitterFull"; const SLITTER_INTERLOCK_CLOSED = "slitterInterlockClosed"; const SLITTER_INTERLOCK_OPEN = "slitterInterlockOpen"; const SLITTER_JAM = "slitterJam"; const SLITTER_LIFE_ALMOST_OVER = "slitterLifeAlmostOver"; const SLITTER_LIFE_OVER = "slitterLifeOver"; const SLITTER_MEMORY_EXHAUSTED = "slitterMemoryExhausted"; const SLITTER_MISSING = "slitterMissing"; const SLITTER_MOTOR_FAILURE = "slitterMotorFailure"; const SLITTER_NEAR_LIMIT = "slitterNearLimit"; const SLITTER_OFFLINE = "slitterOffline"; const SLITTER_OPENED = "slitterOpened"; const SLITTER_OVER_TEMPERATURE = "slitterOverTemperature"; const SLITTER_POWER_SAVER = "slitterPowerSaver"; const SLITTER_RECOVERABLE_FAILURE = "slitterRecoverableFailure"; const SLITTER_RECOVERABLE_STORAGE = "slitterRecoverableStorage"; const SLITTER_REMOVED = "slitterRemoved"; const SLITTER_RESOURCE_ADDED = "slitterResourceAdded"; const SLITTER_RESOURCE_REMOVED = "slitterResourceRemoved"; const SLITTER_THERMISTOR_FAILURE = "slitterThermistorFailure"; const SLITTER_TIMING_FAILURE = "slitterTimingFailure"; const SLITTER_TURNED_OFF = "slitterTurnedOff"; const SLITTER_TURNED_ON = "slitterTurnedOn"; const SLITTER_UNDER_TEMPERATURE = "slitterUnderTemperature"; const SLITTER_UNRECOVERABLE_FAILURE = "slitterUnrecoverableFailure"; const SLITTER_UNRECOVERABLE_STORAGE_ERROR = "slitterUnrecoverableStorageError"; const SLITTER_WARMING_UP = "slitterWarmingUp"; const STACKER_ADDED = "stackerAdded"; const STACKER_ALMOST_EMPTY = "stackerAlmostEmpty"; const STACKER_ALMOST_FULL = "stackerAlmostFull"; const STACKER_AT_LIMIT = "stackerAtLimit"; const STACKER_CLOSED = "stackerClosed"; const STACKER_CONFIGURATION_CHANGE = "stackerConfigurationChange"; const STACKER_COVER_CLOSED = "stackerCoverClosed"; const STACKER_COVER_OPEN = "stackerCoverOpen"; const STACKER_EMPTY = "stackerEmpty"; const STACKER_FULL = "stackerFull"; const STACKER_INTERLOCK_CLOSED = "stackerInterlockClosed"; const STACKER_INTERLOCK_OPEN = "stackerInterlockOpen"; const STACKER_JAM = "stackerJam"; const STACKER_LIFE_ALMOST_OVER = "stackerLifeAlmostOver"; const STACKER_LIFE_OVER = "stackerLifeOver"; const STACKER_MEMORY_EXHAUSTED = "stackerMemoryExhausted"; const STACKER_MISSING = "stackerMissing"; const STACKER_MOTOR_FAILURE = "stackerMotorFailure"; const STACKER_NEAR_LIMIT = "stackerNearLimit"; const STACKER_OFFLINE = "stackerOffline"; const STACKER_OPENED = "stackerOpened"; const STACKER_OVER_TEMPERATURE = "stackerOverTemperature"; const STACKER_POWER_SAVER = "stackerPowerSaver"; const STACKER_RECOVERABLE_FAILURE = "stackerRecoverableFailure"; const STACKER_RECOVERABLE_STORAGE = "stackerRecoverableStorage"; const STACKER_REMOVED = "stackerRemoved"; const STACKER_RESOURCE_ADDED = "stackerResourceAdded"; const STACKER_RESOURCE_REMOVED = "stackerResourceRemoved"; const STACKER_THERMISTOR_FAILURE = "stackerThermistorFailure"; const STACKER_TIMING_FAILURE = "stackerTimingFailure"; const STACKER_TURNED_OFF = "stackerTurnedOff"; const STACKER_TURNED_ON = "stackerTurnedOn"; const STACKER_UNDER_TEMPERATURE = "stackerUnderTemperature"; const STACKER_UNRECOVERABLE_FAILURE = "stackerUnrecoverableFailure"; const STACKER_UNRECOVERABLE_STORAGE_ERROR = "stackerUnrecoverableStorageError"; const STACKER_WARMING_UP = "stackerWarmingUp"; const STANDBY = "standby"; const STAPLER_ADDED = "staplerAdded"; const STAPLER_ALMOST_EMPTY = "staplerAlmostEmpty"; const STAPLER_ALMOST_FULL = "staplerAlmostFull"; const STAPLER_AT_LIMIT = "staplerAtLimit"; const STAPLER_CLOSED = "staplerClosed"; const STAPLER_CONFIGURATION_CHANGE = "staplerConfigurationChange"; const STAPLER_COVER_CLOSED = "staplerCoverClosed"; const STAPLER_COVER_OPEN = "staplerCoverOpen"; const STAPLER_EMPTY = "staplerEmpty"; const STAPLER_FULL = "staplerFull"; const STAPLER_INTERLOCK_CLOSED = "staplerInterlockClosed"; const STAPLER_INTERLOCK_OPEN = "staplerInterlockOpen"; const STAPLER_JAM = "staplerJam"; const STAPLER_LIFE_ALMOST_OVER = "staplerLifeAlmostOver"; const STAPLER_LIFE_OVER = "staplerLifeOver"; const STAPLER_MEMORY_EXHAUSTED = "staplerMemoryExhausted"; const STAPLER_MISSING = "staplerMissing"; const STAPLER_MOTOR_FAILURE = "staplerMotorFailure"; const STAPLER_NEAR_LIMIT = "staplerNearLimit"; const STAPLER_OFFLINE = "staplerOffline"; const STAPLER_OPENED = "staplerOpened"; const STAPLER_OVER_TEMPERATURE = "staplerOverTemperature"; const STAPLER_POWER_SAVER = "staplerPowerSaver"; const STAPLER_RECOVERABLE_FAILURE = "staplerRecoverableFailure"; const STAPLER_RECOVERABLE_STORAGE = "staplerRecoverableStorage"; const STAPLER_REMOVED = "staplerRemoved"; const STAPLER_RESOURCE_ADDED = "staplerResourceAdded"; const STAPLER_RESOURCE_REMOVED = "staplerResourceRemoved"; const STAPLER_THERMISTOR_FAILURE = "staplerThermistorFailure"; const STAPLER_TIMING_FAILURE = "staplerTimingFailure"; const STAPLER_TURNED_OFF = "staplerTurnedOff"; const STAPLER_TURNED_ON = "staplerTurnedOn"; const STAPLER_UNDER_TEMPERATURE = "staplerUnderTemperature"; const STAPLER_UNRECOVERABLE_FAILURE = "staplerUnrecoverableFailure"; const STAPLER_UNRECOVERABLE_STORAGE_ERROR = "staplerUnrecoverableStorageError"; const STAPLER_WARMING_UP = "staplerWarmingUp"; const STITCHER_ADDED = "stitcherAdded"; const STITCHER_ALMOST_EMPTY = "stitcherAlmostEmpty"; const STITCHER_ALMOST_FULL = "stitcherAlmostFull"; const STITCHER_AT_LIMIT = "stitcherAtLimit"; const STITCHER_CLOSED = "stitcherClosed"; const STITCHER_CONFIGURATION_CHANGE = "stitcherConfigurationChange"; const STITCHER_COVER_CLOSED = "stitcherCoverClosed"; const STITCHER_COVER_OPEN = "stitcherCoverOpen"; const STITCHER_EMPTY = "stitcherEmpty"; const STITCHER_FULL = "stitcherFull"; const STITCHER_INTERLOCK_CLOSED = "stitcherInterlockClosed"; const STITCHER_INTERLOCK_OPEN = "stitcherInterlockOpen"; const STITCHER_JAM = "stitcherJam"; const STITCHER_LIFE_ALMOST_OVER = "stitcherLifeAlmostOver"; const STITCHER_LIFE_OVER = "stitcherLifeOver"; const STITCHER_MEMORY_EXHAUSTED = "stitcherMemoryExhausted"; const STITCHER_MISSING = "stitcherMissing"; const STITCHER_MOTOR_FAILURE = "stitcherMotorFailure"; const STITCHER_NEAR_LIMIT = "stitcherNearLimit"; const STITCHER_OFFLINE = "stitcherOffline"; const STITCHER_OPENED = "stitcherOpened"; const STITCHER_OVER_TEMPERATURE = "stitcherOverTemperature"; const STITCHER_POWER_SAVER = "stitcherPowerSaver"; const STITCHER_RECOVERABLE_FAILURE = "stitcherRecoverableFailure"; const STITCHER_RECOVERABLE_STORAGE = "stitcherRecoverableStorage"; const STITCHER_REMOVED = "stitcherRemoved"; const STITCHER_RESOURCE_ADDED = "stitcherResourceAdded"; const STITCHER_RESOURCE_REMOVED = "stitcherResourceRemoved"; const STITCHER_THERMISTOR_FAILURE = "stitcherThermistorFailure"; const STITCHER_TIMING_FAILURE = "stitcherTimingFailure"; const STITCHER_TURNED_OFF = "stitcherTurnedOff"; const STITCHER_TURNED_ON = "stitcherTurnedOn"; const STITCHER_UNDER_TEMPERATURE = "stitcherUnderTemperature"; const STITCHER_UNRECOVERABLE_FAILURE = "stitcherUnrecoverableFailure"; const STITCHER_UNRECOVERABLE_STORAGE_ERROR = "stitcherUnrecoverableStorageError"; const STITCHER_WARMING_UP = "stitcherWarmingUp"; const SUBUNIT_ADDED = "subunitAdded"; const SUBUNIT_ALMOST_EMPTY = "subunitAlmostEmpty"; const SUBUNIT_ALMOST_FULL = "subunitAlmostFull"; const SUBUNIT_AT_LIMIT = "subunitAtLimit"; const SUBUNIT_CLOSED = "subunitClosed"; const SUBUNIT_COOLING_DOWN = "subunitCoolingDown"; const SUBUNIT_EMPTY = "subunitEmpty"; const SUBUNIT_FULL = "subunitFull"; const SUBUNIT_LIFE_ALMOST_OVER = "subunitLifeAlmostOver"; const SUBUNIT_LIFE_OVER = "subunitLifeOver"; const SUBUNIT_MEMORY_EXHAUSTED = "subunitMemoryExhausted"; const SUBUNIT_MISSING = "subunitMissing"; const SUBUNIT_MOTOR_FAILURE = "subunitMotorFailure"; const SUBUNIT_NEAR_LIMIT = "subunitNearLimit"; const SUBUNIT_OFFLINE = "subunitOffline"; const SUBUNIT_OPENED = "subunitOpened"; const SUBUNIT_OVER_TEMPERATURE = "subunitOverTemperature"; const SUBUNIT_POWER_SAVER = "subunitPowerSaver"; const SUBUNIT_RECOVERABLE_FAILURE = "subunitRecoverableFailure"; const SUBUNIT_RECOVERABLE_STORAGE = "subunitRecoverableStorage"; const SUBUNIT_REMOVED = "subunitRemoved"; const SUBUNIT_RESOURCE_ADDED = "subunitResourceAdded"; const SUBUNIT_RESOURCE_REMOVED = "subunitResourceRemoved"; const SUBUNIT_THERMISTOR_FAILURE = "subunitThermistorFailure"; const SUBUNIT_TIMING_FAILURE = "subunitTimingFailure"; const SUBUNIT_TURNED_OFF = "subunitTurnedOff"; const SUBUNIT_TURNED_ON = "subunitTurnedOn"; const SUBUNIT_UNDER_TEMPERATURE = "subunitUnderTemperature"; const SUBUNIT_UNRECOVERABLE_FAILURE = "subunitUnrecoverableFailure"; const SUBUNIT_UNRECOVERABLE_STORAGE = "subunitUnrecoverableStorage"; const SUBUNIT_WARMING_UP = "subunitWarmingUp"; const SUSPEND = "suspend"; const TESTING = "testing"; const TRIMMER_ADDED = "trimmerAdded"; const TRIMMER_ALMOST_EMPTY = "trimmerAlmostEmpty"; const TRIMMER_ALMOST_FULL = "trimmerAlmostFull"; const TRIMMER_AT_LIMIT = "trimmerAtLimit"; const TRIMMER_CLOSED = "trimmerClosed"; const TRIMMER_CONFIGURATION_CHANGE = "trimmerConfigurationChange"; const TRIMMER_COVER_CLOSED = "trimmerCoverClosed"; const TRIMMER_COVER_OPEN = "trimmerCoverOpen"; const TRIMMER_EMPTY = "trimmerEmpty"; const TRIMMER_FULL = "trimmerFull"; const TRIMMER_INTERLOCK_CLOSED = "trimmerInterlockClosed"; const TRIMMER_INTERLOCK_OPEN = "trimmerInterlockOpen"; const TRIMMER_JAM = "trimmerJam"; const TRIMMER_LIFE_ALMOST_OVER = "trimmerLifeAlmostOver"; const TRIMMER_LIFE_OVER = "trimmerLifeOver"; const TRIMMER_MEMORY_EXHAUSTED = "trimmerMemoryExhausted"; const TRIMMER_MISSING = "trimmerMissing"; const TRIMMER_MOTOR_FAILURE = "trimmerMotorFailure"; const TRIMMER_NEAR_LIMIT = "trimmerNearLimit"; const TRIMMER_OFFLINE = "trimmerOffline"; const TRIMMER_OPENED = "trimmerOpened"; const TRIMMER_OVER_TEMPERATURE = "trimmerOverTemperature"; const TRIMMER_POWER_SAVER = "trimmerPowerSaver"; const TRIMMER_RECOVERABLE_FAILURE = "trimmerRecoverableFailure"; const TRIMMER_RECOVERABLE_STORAGE = "trimmerRecoverableStorage"; const TRIMMER_REMOVED = "trimmerRemoved"; const TRIMMER_RESOURCE_ADDED = "trimmerResourceAdded"; const TRIMMER_RESOURCE_REMOVED = "trimmerResourceRemoved"; const TRIMMER_THERMISTOR_FAILURE = "trimmerThermistorFailure"; const TRIMMER_TIMING_FAILURE = "trimmerTimingFailure"; const TRIMMER_TURNED_OFF = "trimmerTurnedOff"; const TRIMMER_TURNED_ON = "trimmerTurnedOn"; const TRIMMER_UNDER_TEMPERATURE = "trimmerUnderTemperature"; const TRIMMER_UNRECOVERABLE_FAILURE = "trimmerUnrecoverableFailure"; const TRIMMER_UNRECOVERABLE_STORAGE_ERROR = "trimmerUnrecoverableStorageError"; const TRIMMER_WARMING_UP = "trimmerWarmingUp"; const UNKNOWN = "unknown"; const WRAPPER_ADDED = "wrapperAdded"; const WRAPPER_ALMOST_EMPTY = "wrapperAlmostEmpty"; const WRAPPER_ALMOST_FULL = "wrapperAlmostFull"; const WRAPPER_AT_LIMIT = "wrapperAtLimit"; const WRAPPER_CLOSED = "wrapperClosed"; const WRAPPER_CONFIGURATION_CHANGE = "wrapperConfigurationChange"; const WRAPPER_COVER_CLOSED = "wrapperCoverClosed"; const WRAPPER_COVER_OPEN = "wrapperCoverOpen"; const WRAPPER_EMPTY = "wrapperEmpty"; const WRAPPER_FULL = "wrapperFull"; const WRAPPER_INTERLOCK_CLOSED = "wrapperInterlockClosed"; const WRAPPER_INTERLOCK_OPEN = "wrapperInterlockOpen"; const WRAPPER_JAM = "wrapperJam"; const WRAPPER_LIFE_ALMOST_OVER = "wrapperLifeAlmostOver"; const WRAPPER_LIFE_OVER = "wrapperLifeOver"; const WRAPPER_MEMORY_EXHAUSTED = "wrapperMemoryExhausted"; const WRAPPER_MISSING = "wrapperMissing"; const WRAPPER_MOTOR_FAILURE = "wrapperMotorFailure"; const WRAPPER_NEAR_LIMIT = "wrapperNearLimit"; const WRAPPER_OFFLINE = "wrapperOffline"; const WRAPPER_OPENED = "wrapperOpened"; const WRAPPER_OVER_TEMPERATURE = "wrapperOverTemperature"; const WRAPPER_POWER_SAVER = "wrapperPowerSaver"; const WRAPPER_RECOVERABLE_FAILURE = "wrapperRecoverableFailure"; const WRAPPER_RECOVERABLE_STORAGE = "wrapperRecoverableStorage"; const WRAPPER_REMOVED = "wrapperRemoved"; const WRAPPER_RESOURCE_ADDED = "wrapperResourceAdded"; const WRAPPER_RESOURCE_REMOVED = "wrapperResourceRemoved"; const WRAPPER_THERMISTOR_FAILURE = "wrapperThermistorFailure"; const WRAPPER_TIMING_FAILURE = "wrapperTimingFailure"; const WRAPPER_TURNED_OFF = "wrapperTurnedOff"; const WRAPPER_TURNED_ON = "wrapperTurnedOn"; const WRAPPER_UNDER_TEMPERATURE = "wrapperUnderTemperature"; const WRAPPER_UNRECOVERABLE_FAILURE = "wrapperUnrecoverableFailure"; const WRAPPER_UNRECOVERABLE_STORAGE_ERROR = "wrapperUnrecoverableStorageError"; const WRAPPER_WARMING_UP = "wrapperWarmingUp"; }
[+]
..
[-] AadUserConversationMember.php
[edit]
[-] AadUserConversationMemberResult.php
[edit]
[-] AadUserNotificationRecipient.php
[edit]
[-] AcceptJoinResponse.php
[edit]
[-] AccessAction.php
[edit]
[-] AccessPackage.php
[edit]
[-] AccessPackageApprovalStage.php
[edit]
[-] AccessPackageAssignment.php
[edit]
[-] AccessPackageAssignmentApprovalSettings.php
[edit]
[-] AccessPackageAssignmentFilterByCurrentUserOptions.php
[edit]
[-] AccessPackageAssignmentPolicy.php
[edit]
[-] AccessPackageAssignmentRequest.php
[edit]
[-] AccessPackageAssignmentRequestFilterByCurrentUserOptions.php
[edit]
[-] AccessPackageAssignmentRequestRequirements.php
[edit]
[-] AccessPackageAssignmentRequestorSettings.php
[edit]
[-] AccessPackageAssignmentReviewSettings.php
[edit]
[-] AccessPackageAssignmentState.php
[edit]
[-] AccessPackageAutomaticRequestSettings.php
[edit]
[-] AccessPackageCatalog.php
[edit]
[-] AccessPackageCatalogState.php
[edit]
[-] AccessPackageCatalogType.php
[edit]
[-] AccessPackageExternalUserLifecycleAction.php
[edit]
[-] AccessPackageFilterByCurrentUserOptions.php
[edit]
[-] AccessPackageRequestState.php
[edit]
[-] AccessPackageRequestType.php
[edit]
[-] AccessPackageSubject.php
[edit]
[-] AccessPackageSubjectType.php
[edit]
[-] AccessReviewApplyAction.php
[edit]
[-] AccessReviewExpirationBehavior.php
[edit]
[-] AccessReviewHistoryDecisionFilter.php
[edit]
[-] AccessReviewHistoryDefinition.php
[edit]
[-] AccessReviewHistoryInstance.php
[edit]
[-] AccessReviewHistoryScheduleSettings.php
[edit]
[-] AccessReviewHistoryStatus.php
[edit]
[-] AccessReviewInactiveUsersQueryScope.php
[edit]
[-] AccessReviewInstance.php
[edit]
[-] AccessReviewInstanceDecisionItem.php
[edit]
[-] AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.php
[edit]
[-] AccessReviewInstanceDecisionItemAzureRoleResource.php
[edit]
[-] AccessReviewInstanceDecisionItemFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewInstanceDecisionItemResource.php
[edit]
[-] AccessReviewInstanceDecisionItemServicePrincipalResource.php
[edit]
[-] AccessReviewInstanceFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewNotificationRecipientItem.php
[edit]
[-] AccessReviewNotificationRecipientQueryScope.php
[edit]
[-] AccessReviewNotificationRecipientScope.php
[edit]
[-] AccessReviewQueryScope.php
[edit]
[-] AccessReviewReviewer.php
[edit]
[-] AccessReviewReviewerScope.php
[edit]
[-] AccessReviewScheduleDefinition.php
[edit]
[-] AccessReviewScheduleDefinitionFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewScheduleSettings.php
[edit]
[-] AccessReviewScope.php
[edit]
[-] AccessReviewSet.php
[edit]
[-] AccessReviewStage.php
[edit]
[-] AccessReviewStageFilterByCurrentUserOptions.php
[edit]
[-] AccessReviewStageSettings.php
[edit]
[-] ActionResultPart.php
[edit]
[-] ActionState.php
[edit]
[-] ActivityBasedTimeoutPolicy.php
[edit]
[-] ActivityDomain.php
[edit]
[-] ActivityHistoryItem.php
[edit]
[-] ActivityType.php
[edit]
[-] AddIn.php
[edit]
[-] Admin.php
[edit]
[-] AdminConsentRequestPolicy.php
[edit]
[-] AdministrativeUnit.php
[edit]
[-] AdvancedConfigState.php
[edit]
[-] AggregationOption.php
[edit]
[-] Agreement.php
[edit]
[-] AgreementAcceptance.php
[edit]
[-] AgreementAcceptanceState.php
[edit]
[-] AgreementFile.php
[edit]
[-] AgreementFileData.php
[edit]
[-] AgreementFileLocalization.php
[edit]
[-] AgreementFileProperties.php
[edit]
[-] AgreementFileVersion.php
[edit]
[-] Album.php
[edit]
[-] Alert.php
[edit]
[-] AlertDetection.php
[edit]
[-] AlertFeedback.php
[edit]
[-] AlertHistoryState.php
[edit]
[-] AlertSeverity.php
[edit]
[-] AlertStatus.php
[edit]
[-] AlertTrigger.php
[edit]
[-] AllDevicesAssignmentTarget.php
[edit]
[-] AppRole.php
[edit]
[-] AllLicensedUsersAssignmentTarget.php
[edit]
[-] AllowInvitesFrom.php
[edit]
[-] AllowedTargetScope.php
[edit]
[-] AlterationResponse.php
[edit]
[-] AlteredQueryToken.php
[edit]
[-] AlternativeSecurityId.php
[edit]
[-] AndroidCompliancePolicy.php
[edit]
[-] AndroidCustomConfiguration.php
[edit]
[-] AndroidGeneralDeviceConfiguration.php
[edit]
[-] AndroidLobApp.php
[edit]
[-] AndroidManagedAppProtection.php
[edit]
[-] AndroidManagedAppRegistration.php
[edit]
[-] AndroidMinimumOperatingSystem.php
[edit]
[-] AndroidMobileAppIdentifier.php
[edit]
[-] AndroidRequiredPasswordType.php
[edit]
[-] AndroidStoreApp.php
[edit]
[-] AndroidWorkProfileCompliancePolicy.php
[edit]
[-] AndroidWorkProfileCrossProfileDataSharingType.php
[edit]
[-] AndroidWorkProfileCustomConfiguration.php
[edit]
[-] AndroidWorkProfileDefaultAppPermissionPolicyType.php
[edit]
[-] AndroidWorkProfileGeneralDeviceConfiguration.php
[edit]
[-] AndroidWorkProfileRequiredPasswordType.php
[edit]
[-] AnswerInputType.php
[edit]
[-] ApiApplication.php
[edit]
[-] ApiAuthenticationConfigurationBase.php
[edit]
[-] AppCatalogs.php
[edit]
[-] AppConfigurationSettingItem.php
[edit]
[-] AppConsentApprovalRoute.php
[edit]
[-] AppConsentRequest.php
[edit]
[-] AppConsentRequestScope.php
[edit]
[-] AppHostedMediaConfig.php
[edit]
[-] AppIdentity.php
[edit]
[-] AppListItem.php
[edit]
[-] AppListType.php
[edit]
[-] AppLockerApplicationControlType.php
[edit]
[-] AppRoleAssignment.php
[edit]
[-] AppScope.php
[edit]
[-] AppleDeviceFeaturesConfigurationBase.php
[edit]
[-] AppleManagedIdentityProvider.php
[edit]
[-] ApplePushNotificationCertificate.php
[edit]
[-] Application.php
[edit]
[-] ApplicationEnforcedRestrictionsSessionControl.php
[edit]
[-] ApplicationGuardBlockClipboardSharingType.php
[edit]
[-] ApplicationGuardBlockFileTransferType.php
[edit]
[-] ApplicationServicePrincipal.php
[edit]
[-] ApplicationTemplate.php
[edit]
[-] ApplicationType.php
[edit]
[-] AppliedConditionalAccessPolicy.php
[edit]
[-] AppliedConditionalAccessPolicyResult.php
[edit]
[-] Approval.php
[edit]
[-] ApprovalFilterByCurrentUserOptions.php
[edit]
[-] ApprovalSettings.php
[edit]
[-] ApprovalStage.php
[edit]
[-] ArchivedPrintJob.php
[edit]
[-] AssignedLabel.php
[edit]
[-] AssignedLicense.php
[edit]
[-] AssignedPlan.php
[edit]
[-] AssignmentOrder.php
[edit]
[-] AssociatedTeamInfo.php
[edit]
[-] Attachment.php
[edit]
[-] AttachmentItem.php
[edit]
[-] AttachmentType.php
[edit]
[-] AttendanceInterval.php
[edit]
[-] AttendanceRecord.php
[edit]
[-] Attendee.php
[edit]
[-] AttendeeAvailability.php
[edit]
[-] AttendeeBase.php
[edit]
[-] AttendeeType.php
[edit]
[-] AttestationLevel.php
[edit]
[-] AttributeRuleMembers.php
[edit]
[-] Audio.php
[edit]
[-] AudioConferencing.php
[edit]
[-] AudioRoutingGroup.php
[edit]
[-] AuditActivityInitiator.php
[edit]
[-] AuditLogRoot.php
[edit]
[-] Authentication.php
[edit]
[-] AuthenticationFlowsPolicy.php
[edit]
[-] AuthenticationMethod.php
[edit]
[-] AuthenticationMethodConfiguration.php
[edit]
[-] AuthenticationMethodKeyStrength.php
[edit]
[-] AuthenticationMethodSignInState.php
[edit]
[-] AuthenticationMethodState.php
[edit]
[-] AuthenticationMethodTarget.php
[edit]
[-] AuthenticationMethodTargetType.php
[edit]
[-] AuthenticationMethodsPolicy.php
[edit]
[-] AuthenticationMethodsRegistrationCampaign.php
[edit]
[-] AuthenticationMethodsRegistrationCampaignIncludeTarget.php
[edit]
[-] AuthenticationPhoneType.php
[edit]
[-] AuthenticationProtocol.php
[edit]
[-] AuthoredNote.php
[edit]
[-] AuthorizationPolicy.php
[edit]
[-] AutomaticRepliesMailTips.php
[edit]
[-] AutomaticRepliesSetting.php
[edit]
[-] AutomaticRepliesStatus.php
[edit]
[-] AutomaticUpdateMode.php
[edit]
[-] BaseItem.php
[edit]
[-] AvailabilityItem.php
[edit]
[-] AverageComparativeScore.php
[edit]
[-] AzureActiveDirectoryTenant.php
[edit]
[-] B2xIdentityUserFlow.php
[edit]
[-] BaseItemVersion.php
[edit]
[-] BasicAuthentication.php
[edit]
[-] BitLockerEncryptionMethod.php
[edit]
[-] BitLockerRemovableDrivePolicy.php
[edit]
[-] Bitlocker.php
[edit]
[-] BitlockerRecoveryKey.php
[edit]
[-] BodyType.php
[edit]
[-] BookingAppointment.php
[edit]
[-] BookingBusiness.php
[edit]
[-] BookingCurrency.php
[edit]
[-] BookingCustomQuestion.php
[edit]
[-] BookingCustomer.php
[edit]
[-] BookingCustomerBase.php
[edit]
[-] BookingCustomerInformation.php
[edit]
[-] BookingCustomerInformationBase.php
[edit]
[-] BookingPriceType.php
[edit]
[-] BookingQuestionAnswer.php
[edit]
[-] BookingQuestionAssignment.php
[edit]
[-] BookingReminder.php
[edit]
[-] BookingReminderRecipients.php
[edit]
[-] BookingSchedulingPolicy.php
[edit]
[-] BookingService.php
[edit]
[-] BookingStaffMember.php
[edit]
[-] BookingStaffMemberBase.php
[edit]
[-] BookingStaffRole.php
[edit]
[-] BookingType.php
[edit]
[-] BookingWorkHours.php
[edit]
[-] BookingWorkTimeSlot.php
[edit]
[-] BookingsAvailabilityStatus.php
[edit]
[-] BooleanColumn.php
[edit]
[-] BroadcastMeetingAudience.php
[edit]
[-] BroadcastMeetingSettings.php
[edit]
[-] BucketAggregationDefinition.php
[edit]
[-] BucketAggregationRange.php
[edit]
[-] BucketAggregationSortProperty.php
[edit]
[-] BuiltInIdentityProvider.php
[edit]
[-] Bundle.php
[edit]
[-] CalculatedColumn.php
[edit]
[-] Calendar.php
[edit]
[-] CalendarColor.php
[edit]
[-] CalendarGroup.php
[edit]
[-] CalendarPermission.php
[edit]
[-] CalendarRoleType.php
[edit]
[-] CalendarSharingAction.php
[edit]
[-] CalendarSharingActionImportance.php
[edit]
[-] CalendarSharingActionType.php
[edit]
[-] CalendarSharingMessage.php
[edit]
[-] CalendarSharingMessageAction.php
[edit]
[-] Call.php
[edit]
[-] CallDirection.php
[edit]
[-] CallEndedEventMessageDetail.php
[edit]
[-] CallMediaState.php
[edit]
[-] CallOptions.php
[edit]
[-] CallParticipantInfo.php
[edit]
[-] CallRecordingEventMessageDetail.php
[edit]
[-] CallRecordingStatus.php
[edit]
[-] CallRoute.php
[edit]
[-] CallStartedEventMessageDetail.php
[edit]
[-] CallState.php
[edit]
[-] CallTranscriptEventMessageDetail.php
[edit]
[-] CallTranscriptionInfo.php
[edit]
[-] CallTranscriptionState.php
[edit]
[-] CancelMediaProcessingOperation.php
[edit]
[-] CategoryColor.php
[edit]
[-] CertificateAuthority.php
[edit]
[-] CertificateBasedAuthConfiguration.php
[edit]
[-] Certification.php
[edit]
[-] CertificationControl.php
[edit]
[-] ChangeNotification.php
[edit]
[-] ChangeNotificationCollection.php
[edit]
[-] ChangeNotificationEncryptedContent.php
[edit]
[-] ChangeTrackedEntity.php
[edit]
[-] ChangeType.php
[edit]
[-] Channel.php
[edit]
[-] ChannelAddedEventMessageDetail.php
[edit]
[-] ChannelDeletedEventMessageDetail.php
[edit]
[-] ChannelDescriptionUpdatedEventMessageDetail.php
[edit]
[-] ChannelIdentity.php
[edit]
[-] ChannelMembershipType.php
[edit]
[-] ChannelRenamedEventMessageDetail.php
[edit]
[-] ChannelSetAsFavoriteByDefaultEventMessageDetail.php
[edit]
[-] ChannelUnsetAsFavoriteByDefaultEventMessageDetail.php
[edit]
[-] Chat.php
[edit]
[-] ChatInfo.php
[edit]
[-] ChatMessage.php
[edit]
[-] ChatMessageAttachment.php
[edit]
[-] ChatMessageFromIdentitySet.php
[edit]
[-] ChatMessageHostedContent.php
[edit]
[-] ChatMessageImportance.php
[edit]
[-] ChatMessageMention.php
[edit]
[-] ChatMessageMentionedIdentitySet.php
[edit]
[-] ChatMessagePolicyViolation.php
[edit]
[-] ChatMessagePolicyViolationDlpActionTypes.php
[edit]
[-] ChatMessagePolicyViolationPolicyTip.php
[edit]
[-] ChatMessagePolicyViolationUserActionTypes.php
[edit]
[-] ChatMessageType.php
[edit]
[-] ChatMessagePolicyViolationVerdictDetailsTypes.php
[edit]
[-] ChatMessageReaction.php
[edit]
[-] ChatMessageReactionIdentitySet.php
[edit]
[-] ChatRenamedEventMessageDetail.php
[edit]
[-] ChatType.php
[edit]
[-] ChecklistItem.php
[edit]
[-] ChoiceColumn.php
[edit]
[-] ClaimsMappingPolicy.php
[edit]
[-] ClientCertificateAuthentication.php
[edit]
[-] ClonableTeamParts.php
[edit]
[-] CloudAppSecuritySessionControl.php
[edit]
[-] CloudAppSecuritySessionControlType.php
[edit]
[-] CloudAppSecurityState.php
[edit]
[-] CloudCommunications.php
[edit]
[-] ColumnDefinition.php
[edit]
[-] ColumnLink.php
[edit]
[-] ColumnTypes.php
[edit]
[-] ColumnValidation.php
[edit]
[-] CommsNotification.php
[edit]
[-] CommsNotifications.php
[edit]
[-] CommsOperation.php
[edit]
[-] ComplexExtensionValue.php
[edit]
[-] Compliance.php
[edit]
[-] ComplianceInformation.php
[edit]
[-] ComplianceManagementPartner.php
[edit]
[-] ComplianceManagementPartnerAssignment.php
[edit]
[-] ComplianceState.php
[edit]
[-] ComplianceStatus.php
[edit]
[-] ConditionalAccessApplications.php
[edit]
[-] ConditionalAccessClientApp.php
[edit]
[-] ConditionalAccessClientApplications.php
[edit]
[-] ConditionalAccessConditionSet.php
[edit]
[-] ConditionalAccessDevicePlatform.php
[edit]
[-] ConditionalAccessDevices.php
[edit]
[-] ConditionalAccessFilter.php
[edit]
[-] ConditionalAccessGrantControl.php
[edit]
[-] ConditionalAccessGrantControls.php
[edit]
[-] ConditionalAccessLocations.php
[edit]
[-] ConditionalAccessPlatforms.php
[edit]
[-] ConditionalAccessPolicy.php
[edit]
[-] ConditionalAccessPolicyState.php
[edit]
[-] ConditionalAccessRoot.php
[edit]
[-] ConditionalAccessSessionControl.php
[edit]
[-] ConditionalAccessSessionControls.php
[edit]
[-] ConditionalAccessStatus.php
[edit]
[-] ConditionalAccessUsers.php
[edit]
[-] ConfigurationManagerClientEnabledFeatures.php
[edit]
[-] ConfigurationManagerCollectionAssignmentTarget.php
[edit]
[-] ConnectedOrganization.php
[edit]
[-] ConnectedOrganizationMembers.php
[edit]
[-] ConnectedOrganizationState.php
[edit]
[-] ConnectionDirection.php
[edit]
[-] ConnectionInfo.php
[edit]
[-] ConnectionStatus.php
[edit]
[-] ConsentRequestFilterByCurrentUserOptions.php
[edit]
[-] Contact.php
[edit]
[-] ContactFolder.php
[edit]
[-] ContactRelationship.php
[edit]
[-] ContentApprovalStatusColumn.php
[edit]
[-] ContentType.php
[edit]
[-] ContentTypeInfo.php
[edit]
[-] ContentTypeOrder.php
[edit]
[-] Contract.php
[edit]
[-] ControlScore.php
[edit]
[-] Conversation.php
[edit]
[-] ConversationMember.php
[edit]
[-] ConversationMemberRoleUpdatedEventMessageDetail.php
[edit]
[-] ConversationThread.php
[edit]
[-] ConvertIdResult.php
[edit]
[-] CopyNotebookModel.php
[edit]
[-] CountryLookupMethodType.php
[edit]
[-] CountryNamedLocation.php
[edit]
[-] CrossTenantAccessPolicy.php
[edit]
[-] CrossTenantAccessPolicyB2BSetting.php
[edit]
[-] CrossTenantAccessPolicyConfigurationDefault.php
[edit]
[-] CrossTenantAccessPolicyConfigurationPartner.php
[edit]
[-] CrossTenantAccessPolicyInboundTrust.php
[edit]
[-] CrossTenantAccessPolicyTarget.php
[edit]
[-] CrossTenantAccessPolicyTargetConfiguration.php
[edit]
[-] CrossTenantAccessPolicyTargetConfigurationAccessType.php
[edit]
[-] CrossTenantAccessPolicyTargetType.php
[edit]
[-] CurrencyColumn.php
[edit]
[-] CustomTimeZone.php
[edit]
[-] DataPolicyOperation.php
[edit]
[-] DataPolicyOperationStatus.php
[edit]
[-] DataSubject.php
[edit]
[-] DataSubjectType.php
[edit]
[-] DateTimeColumn.php
[edit]
[-] DateTimeTimeZone.php
[edit]
[-] DayOfWeek.php
[edit]
[-] DaylightTimeZoneOffset.php
[edit]
[-] DefaultColumnValue.php
[edit]
[-] DefaultManagedAppProtection.php
[edit]
[-] DefaultUserRolePermissions.php
[edit]
[-] DefenderScanType.php
[edit]
[-] DefenderCloudBlockLevelType.php
[edit]
[-] DefenderDetectedMalwareActions.php
[edit]
[-] DefenderMonitorFileActivity.php
[edit]
[-] DefenderPromptForSampleSubmission.php
[edit]
[-] DefenderThreatAction.php
[edit]
[-] DelegateMeetingMessageDeliveryOptions.php
[edit]
[-] DelegatedPermissionClassification.php
[edit]
[-] DeleteUserFromSharedAppleDeviceActionResult.php
[edit]
[-] Deleted.php
[edit]
[-] DetailsInfo.php
[edit]
[-] DetectedApp.php
[edit]
[-] Device.php
[edit]
[-] DeviceActionResult.php
[edit]
[-] DeviceAndAppManagementAssignmentTarget.php
[edit]
[-] DeviceAndAppManagementRoleAssignment.php
[edit]
[-] DeviceAndAppManagementRoleDefinition.php
[edit]
[-] DeviceAppManagement.php
[edit]
[-] DeviceCategory.php
[edit]
[-] DeviceComplianceActionItem.php
[edit]
[-] DeviceComplianceActionType.php
[edit]
[-] DeviceComplianceDeviceOverview.php
[edit]
[-] DeviceComplianceDeviceStatus.php
[edit]
[-] DeviceCompliancePolicy.php
[edit]
[-] DeviceCompliancePolicyAssignment.php
[edit]
[-] DeviceCompliancePolicyDeviceStateSummary.php
[edit]
[-] DeviceCompliancePolicySettingState.php
[edit]
[-] DeviceCompliancePolicySettingStateSummary.php
[edit]
[-] DeviceCompliancePolicyState.php
[edit]
[-] DeviceComplianceScheduledActionForRule.php
[edit]
[-] DeviceComplianceSettingState.php
[edit]
[-] DeviceComplianceUserOverview.php
[edit]
[-] DeviceComplianceUserStatus.php
[edit]
[-] DeviceConfiguration.php
[edit]
[-] DeviceConfigurationAssignment.php
[edit]
[-] DeviceConfigurationDeviceOverview.php
[edit]
[-] DeviceConfigurationDeviceStateSummary.php
[edit]
[-] DeviceConfigurationDeviceStatus.php
[edit]
[-] DeviceConfigurationSettingState.php
[edit]
[-] DeviceConfigurationState.php
[edit]
[-] DeviceConfigurationUserOverview.php
[edit]
[-] DeviceConfigurationUserStatus.php
[edit]
[-] DeviceDetail.php
[edit]
[-] DeviceEnrollmentConfiguration.php
[edit]
[-] DeviceEnrollmentFailureReason.php
[edit]
[-] DeviceEnrollmentLimitConfiguration.php
[edit]
[-] DeviceEnrollmentPlatformRestriction.php
[edit]
[-] DeviceEnrollmentPlatformRestrictionsConfiguration.php
[edit]
[-] DeviceEnrollmentType.php
[edit]
[-] DeviceEnrollmentWindowsHelloForBusinessConfiguration.php
[edit]
[-] DeviceExchangeAccessStateSummary.php
[edit]
[-] DeviceGeoLocation.php
[edit]
[-] DeviceHealthAttestationState.php
[edit]
[-] DeviceInstallState.php
[edit]
[-] DeviceManagement.php
[edit]
[-] DeviceManagementExchangeAccessState.php
[edit]
[-] DeviceManagementExchangeAccessStateReason.php
[edit]
[-] DeviceManagementExchangeConnector.php
[edit]
[-] DeviceManagementExchangeConnectorStatus.php
[edit]
[-] DeviceManagementExchangeConnectorSyncType.php
[edit]
[-] DeviceManagementExchangeConnectorType.php
[edit]
[-] DeviceManagementExportJob.php
[edit]
[-] DeviceManagementExportJobLocalizationType.php
[edit]
[-] DeviceManagementPartner.php
[edit]
[-] DeviceManagementPartnerAppType.php
[edit]
[-] DeviceManagementPartnerTenantState.php
[edit]
[-] DeviceManagementReportFileFormat.php
[edit]
[-] DeviceManagementReportStatus.php
[edit]
[-] DeviceManagementReports.php
[edit]
[-] DeviceManagementSettings.php
[edit]
[-] DeviceManagementSubscriptionState.php
[edit]
[-] DeviceManagementTroubleshootingEvent.php
[edit]
[-] DeviceOperatingSystemSummary.php
[edit]
[-] DeviceRegistrationState.php
[edit]
[-] DeviceThreatProtectionLevel.php
[edit]
[-] Diagnostic.php
[edit]
[-] DiagnosticDataSubmissionMode.php
[edit]
[-] Dictionary.php
[edit]
[-] Directory.php
[edit]
[-] DirectoryAudit.php
[edit]
[-] DirectoryObject.php
[edit]
[-] DirectoryObjectPartnerReference.php
[edit]
[-] DirectoryRole.php
[edit]
[-] DirectoryRoleTemplate.php
[edit]
[-] DisableAndDeleteUserApplyAction.php
[edit]
[-] DisplayNameLocalization.php
[edit]
[-] DocumentSet.php
[edit]
[-] DocumentSetContent.php
[edit]
[-] Domain.php
[edit]
[-] DomainDnsCnameRecord.php
[edit]
[-] DomainDnsMxRecord.php
[edit]
[-] DomainDnsRecord.php
[edit]
[-] DomainDnsSrvRecord.php
[edit]
[-] DomainDnsTxtRecord.php
[edit]
[-] DomainDnsUnavailableRecord.php
[edit]
[-] DomainIdentitySource.php
[edit]
[-] DomainState.php
[edit]
[-] Drive.php
[edit]
[-] DriveItem.php
[edit]
[-] DriveItemUploadableProperties.php
[edit]
[-] DriveItemVersion.php
[edit]
[-] DriveRecipient.php
[edit]
[-] EBookInstallSummary.php
[edit]
[-] EdgeCookiePolicy.php
[edit]
[-] EdgeSearchEngine.php
[edit]
[-] EdgeSearchEngineBase.php
[edit]
[-] EdgeSearchEngineCustom.php
[edit]
[-] EdgeSearchEngineType.php
[edit]
[-] EditionUpgradeConfiguration.php
[edit]
[-] EditionUpgradeLicenseType.php
[edit]
[-] EducationAddToCalendarOptions.php
[edit]
[-] EducationAddedStudentAction.php
[edit]
[-] EducationAssignment.php
[edit]
[-] EducationAssignmentClassRecipient.php
[edit]
[-] EducationAssignmentDefaults.php
[edit]
[-] EducationAssignmentGrade.php
[edit]
[-] EducationAssignmentGradeType.php
[edit]
[-] EducationAssignmentGroupRecipient.php
[edit]
[-] EducationAssignmentIndividualRecipient.php
[edit]
[-] EducationAssignmentPointsGrade.php
[edit]
[-] EducationAssignmentPointsGradeType.php
[edit]
[-] EducationAssignmentRecipient.php
[edit]
[-] EducationAssignmentResource.php
[edit]
[-] EducationAssignmentSettings.php
[edit]
[-] EducationAssignmentStatus.php
[edit]
[-] EducationCategory.php
[edit]
[-] EducationClass.php
[edit]
[-] EducationCourse.php
[edit]
[-] EducationExcelResource.php
[edit]
[-] EducationExternalResource.php
[edit]
[-] EducationExternalSource.php
[edit]
[-] EducationFeedback.php
[edit]
[-] EducationFeedbackOutcome.php
[edit]
[-] EducationFileResource.php
[edit]
[-] EducationGender.php
[edit]
[-] EducationItemBody.php
[edit]
[-] EducationLinkResource.php
[edit]
[-] EducationMediaResource.php
[edit]
[-] EducationOnPremisesInfo.php
[edit]
[-] EducationOrganization.php
[edit]
[-] EducationOutcome.php
[edit]
[-] EducationPointsOutcome.php
[edit]
[-] EducationPowerPointResource.php
[edit]
[-] EducationResource.php
[edit]
[-] EducationRoot.php
[edit]
[-] EducationRubric.php
[edit]
[-] EducationRubricOutcome.php
[edit]
[-] EducationSchool.php
[edit]
[-] EducationStudent.php
[edit]
[-] EducationSubmission.php
[edit]
[-] EducationSubmissionIndividualRecipient.php
[edit]
[-] EducationSubmissionRecipient.php
[edit]
[-] EducationSubmissionResource.php
[edit]
[-] EducationSubmissionStatus.php
[edit]
[-] EducationTeacher.php
[edit]
[-] EducationTeamsAppResource.php
[edit]
[-] EducationTerm.php
[edit]
[-] EducationUser.php
[edit]
[-] EducationUserRole.php
[edit]
[-] EducationWordResource.php
[edit]
[-] EmailAddress.php
[edit]
[-] EmailAuthenticationMethod.php
[edit]
[-] EmailAuthenticationMethodConfiguration.php
[edit]
[-] EmailFileAssessmentRequest.php
[edit]
[-] EmailRole.php
[edit]
[-] EmployeeOrgData.php
[edit]
[-] Enablement.php
[edit]
[-] Endpoint.php
[edit]
[-] EndpointType.php
[edit]
[-] EnrollmentConfigurationAssignment.php
[edit]
[-] EnrollmentState.php
[edit]
[-] EnrollmentTroubleshootingEvent.php
[edit]
[-] EntitlementManagement.php
[edit]
[-] EntitlementManagementSchedule.php
[edit]
[-] EntitlementManagementSettings.php
[edit]
[-] Entity.php
[edit]
[-] EntityType.php
[edit]
[-] Event.php
[edit]
[-] EventMessage.php
[edit]
[-] EventMessageDetail.php
[edit]
[-] EventMessageRequest.php
[edit]
[-] EventMessageResponse.php
[edit]
[-] EventType.php
[edit]
[-] ExchangeIdFormat.php
[edit]
[-] ExcludeTarget.php
[edit]
[-] ExclusionGroupAssignmentTarget.php
[edit]
[-] ExpirationPattern.php
[edit]
[-] ExpirationPatternType.php
[edit]
[-] Extension.php
[edit]
[-] ExtensionProperty.php
[edit]
[-] ExtensionSchemaProperty.php
[edit]
[-] ExternalAudienceScope.php
[edit]
[-] ExternalDomainFederation.php
[edit]
[-] ExternalDomainName.php
[edit]
[-] ExternalEmailOtpState.php
[edit]
[-] ExternalLink.php
[edit]
[-] ExternalSponsors.php
[edit]
[-] FeatureRolloutPolicy.php
[edit]
[-] FederatedIdentityCredential.php
[edit]
[-] FederatedIdpMfaBehavior.php
[edit]
[-] Fido2AuthenticationMethod.php
[edit]
[-] Fido2AuthenticationMethodConfiguration.php
[edit]
[-] Fido2KeyRestrictions.php
[edit]
[-] Fido2RestrictionEnforcementType.php
[edit]
[-] FieldValueSet.php
[edit]
[-] File.php
[edit]
[-] FileAssessmentRequest.php
[edit]
[-] FileAttachment.php
[edit]
[-] FileEncryptionInfo.php
[edit]
[-] FileHash.php
[edit]
[-] FileHashType.php
[edit]
[-] FileSecurityState.php
[edit]
[-] FileSystemInfo.php
[edit]
[-] FilterMode.php
[edit]
[-] FirewallCertificateRevocationListCheckMethodType.php
[edit]
[-] FirewallPacketQueueingMethodType.php
[edit]
[-] FirewallPreSharedKeyEncodingMethodType.php
[edit]
[-] Folder.php
[edit]
[-] FolderView.php
[edit]
[-] FollowupFlag.php
[edit]
[-] FollowupFlagStatus.php
[edit]
[-] FreeBusyError.php
[edit]
[-] FreeBusyStatus.php
[edit]
[-] GenericError.php
[edit]
[-] GeoCoordinates.php
[edit]
[-] GeolocationColumn.php
[edit]
[-] GiphyRatingType.php
[edit]
[-] GraphList.php
[edit]
[-] GraphPrint.php
[edit]
[-] Group.php
[edit]
[-] GroupAssignmentTarget.php
[edit]
[-] GroupLifecyclePolicy.php
[edit]
[-] GroupMembers.php
[edit]
[-] GroupSetting.php
[edit]
[-] GroupSettingTemplate.php
[edit]
[-] GroupType.php
[edit]
[-] Hashes.php
[edit]
[-] HomeRealmDiscoveryPolicy.php
[edit]
[-] HostSecurityState.php
[edit]
[-] HyperlinkOrPictureColumn.php
[edit]
[-] IPv4CidrRange.php
[edit]
[-] IPv4Range.php
[edit]
[-] IPv6CidrRange.php
[edit]
[-] IPv6Range.php
[edit]
[-] Identity.php
[edit]
[-] IdentityApiConnector.php
[edit]
[-] IdentityBuiltInUserFlowAttribute.php
[edit]
[-] IdentityContainer.php
[edit]
[-] IdentityCustomUserFlowAttribute.php
[edit]
[-] IdentityGovernance.php
[edit]
[-] IdentityProtectionRoot.php
[edit]
[-] IdentityProvider.php
[edit]
[-] IdentityProviderBase.php
[edit]
[-] IdentitySecurityDefaultsEnforcementPolicy.php
[edit]
[-] IdentitySet.php
[edit]
[-] IdentitySource.php
[edit]
[-] IdentityUserFlow.php
[edit]
[-] IdentityUserFlowAttribute.php
[edit]
[-] IdentityUserFlowAttributeAssignment.php
[edit]
[-] IdentityUserFlowAttributeDataType.php
[edit]
[-] IdentityUserFlowAttributeInputType.php
[edit]
[-] IdentityUserFlowAttributeType.php
[edit]
[-] Image.php
[edit]
[-] ImageInfo.php
[edit]
[-] ImplicitGrantSettings.php
[edit]
[-] Importance.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentity.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityImportStatus.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityState.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityUpload.php
[edit]
[-] ImportedWindowsAutopilotDeviceIdentityUploadStatus.php
[edit]
[-] IncomingCallOptions.php
[edit]
[-] IncomingContext.php
[edit]
[-] IncompleteData.php
[edit]
[-] InferenceClassification.php
[edit]
[-] InferenceClassificationOverride.php
[edit]
[-] InferenceClassificationType.php
[edit]
[-] InformationProtection.php
[edit]
[-] InformationalUrl.php
[edit]
[-] Initiator.php
[edit]
[-] InitiatorType.php
[edit]
[-] InsightIdentity.php
[edit]
[-] InstallIntent.php
[edit]
[-] InstallState.php
[edit]
[-] InstanceResourceAccess.php
[edit]
[-] IntegerRange.php
[edit]
[-] InternalDomainFederation.php
[edit]
[-] InternalSponsors.php
[edit]
[-] InternetMessageHeader.php
[edit]
[-] InternetSiteSecurityLevel.php
[edit]
[-] IntuneBrand.php
[edit]
[-] InvestigationSecurityState.php
[edit]
[-] Invitation.php
[edit]
[-] InvitationParticipantInfo.php
[edit]
[-] InviteNewBotResponse.php
[edit]
[-] InviteParticipantsOperation.php
[edit]
[-] InvitedUserMessageInfo.php
[edit]
[-] IosCertificateProfile.php
[edit]
[-] IosCompliancePolicy.php
[edit]
[-] IosCustomConfiguration.php
[edit]
[-] IosDeviceFeaturesConfiguration.php
[edit]
[-] IosDeviceType.php
[edit]
[-] IosGeneralDeviceConfiguration.php
[edit]
[-] IosHomeScreenApp.php
[edit]
[-] IosHomeScreenFolder.php
[edit]
[-] IosHomeScreenFolderPage.php
[edit]
[-] IosHomeScreenItem.php
[edit]
[-] IosHomeScreenPage.php
[edit]
[-] IosLobApp.php
[edit]
[-] IosLobAppAssignmentSettings.php
[edit]
[-] IosManagedAppProtection.php
[edit]
[-] IosManagedAppRegistration.php
[edit]
[-] IosMinimumOperatingSystem.php
[edit]
[-] IosMobileAppConfiguration.php
[edit]
[-] IosMobileAppIdentifier.php
[edit]
[-] IosNetworkUsageRule.php
[edit]
[-] IosNotificationAlertType.php
[edit]
[-] IosNotificationSettings.php
[edit]
[-] IosStoreApp.php
[edit]
[-] IosStoreAppAssignmentSettings.php
[edit]
[-] IosUpdateConfiguration.php
[edit]
[-] IosUpdateDeviceStatus.php
[edit]
[-] IosUpdatesInstallStatus.php
[edit]
[-] IosVppApp.php
[edit]
[-] IosVppAppAssignmentSettings.php
[edit]
[-] IosVppEBook.php
[edit]
[-] IosVppEBookAssignment.php
[edit]
[-] IpNamedLocation.php
[edit]
[-] IpRange.php
[edit]
[-] ItemActionStat.php
[edit]
[-] ItemActivity.php
[edit]
[-] ItemActivityStat.php
[edit]
[-] ItemAnalytics.php
[edit]
[-] ItemAttachment.php
[edit]
[-] ItemBody.php
[edit]
[-] ItemPreviewInfo.php
[edit]
[-] ItemReference.php
[edit]
[-] KeyCredential.php
[edit]
[-] KeyValue.php
[edit]
[-] KeyValuePair.php
[edit]
[-] LicenseAssignmentState.php
[edit]
[-] LicenseDetails.php
[edit]
[-] LicenseProcessingState.php
[edit]
[-] LicenseUnitsDetail.php
[edit]
[-] LifecycleEventType.php
[edit]
[-] LinkedResource.php
[edit]
[-] ListInfo.php
[edit]
[-] ListItem.php
[edit]
[-] ListItemVersion.php
[edit]
[-] LobbyBypassScope.php
[edit]
[-] LobbyBypassSettings.php
[edit]
[-] LocaleInfo.php
[edit]
[-] LocalizedNotificationMessage.php
[edit]
[-] LocateDeviceActionResult.php
[edit]
[-] Location.php
[edit]
[-] LocationConstraint.php
[edit]
[-] LocationConstraintItem.php
[edit]
[-] LocationType.php
[edit]
[-] LocationUniqueIdType.php
[edit]
[-] LogonType.php
[edit]
[-] LongRunningOperation.php
[edit]
[-] LongRunningOperationStatus.php
[edit]
[-] LookupColumn.php
[edit]
[-] MacOSCompliancePolicy.php
[edit]
[-] MacOSCustomConfiguration.php
[edit]
[-] MacOSDeviceFeaturesConfiguration.php
[edit]
[-] MacOSGeneralDeviceConfiguration.php
[edit]
[-] MacOSOfficeSuiteApp.php
[edit]
[-] MailAssessmentRequest.php
[edit]
[-] MailDestinationRoutingReason.php
[edit]
[-] MailFolder.php
[edit]
[-] MailSearchFolder.php
[edit]
[-] MailTips.php
[edit]
[-] MailTipsError.php
[edit]
[-] MailTipsType.php
[edit]
[-] MailboxSettings.php
[edit]
[-] Malware.php
[edit]
[-] MalwareState.php
[edit]
[-] ManagedAndroidLobApp.php
[edit]
[-] ManagedAndroidStoreApp.php
[edit]
[-] ManagedApp.php
[edit]
[-] ManagedAppAvailability.php
[edit]
[-] ManagedAppClipboardSharingLevel.php
[edit]
[-] ManagedAppConfiguration.php
[edit]
[-] ManagedAppDataEncryptionType.php
[edit]
[-] ManagedAppDataStorageLocation.php
[edit]
[-] ManagedAppDataTransferLevel.php
[edit]
[-] ManagedAppDiagnosticStatus.php
[edit]
[-] ManagedAppFlaggedReason.php
[edit]
[-] ManagedAppOperation.php
[edit]
[-] ManagedAppPinCharacterSet.php
[edit]
[-] ManagedAppPolicy.php
[edit]
[-] ManagedAppPolicyDeploymentSummary.php
[edit]
[-] ManagedAppPolicyDeploymentSummaryPerApp.php
[edit]
[-] ManagedAppProtection.php
[edit]
[-] Message.php
[edit]
[-] ManagedAppRegistration.php
[edit]
[-] ManagedAppStatus.php
[edit]
[-] ManagedAppStatusRaw.php
[edit]
[-] ManagedBrowserType.php
[edit]
[-] ManagedDevice.php
[edit]
[-] ManagedDeviceMobileAppConfiguration.php
[edit]
[-] ManagedDeviceMobileAppConfigurationAssignment.php
[edit]
[-] ManagedDeviceMobileAppConfigurationDeviceStatus.php
[edit]
[-] ManagedDeviceMobileAppConfigurationDeviceSummary.php
[edit]
[-] ManagedDeviceMobileAppConfigurationUserStatus.php
[edit]
[-] ManagedDeviceMobileAppConfigurationUserSummary.php
[edit]
[-] ManagedDeviceOverview.php
[edit]
[-] ManagedDeviceOwnerType.php
[edit]
[-] ManagedDevicePartnerReportedHealthState.php
[edit]
[-] ManagedEBook.php
[edit]
[-] ManagedEBookAssignment.php
[edit]
[-] ManagedIOSLobApp.php
[edit]
[-] ManagedIOSStoreApp.php
[edit]
[-] ManagedMobileApp.php
[edit]
[-] ManagedMobileLobApp.php
[edit]
[-] ManagementAgentType.php
[edit]
[-] MdmAppConfigKeyType.php
[edit]
[-] MdmAuthority.php
[edit]
[-] MdmWindowsInformationProtectionPolicy.php
[edit]
[-] MediaConfig.php
[edit]
[-] MediaContentRatingAustralia.php
[edit]
[-] MediaContentRatingCanada.php
[edit]
[-] MediaContentRatingFrance.php
[edit]
[-] MediaContentRatingGermany.php
[edit]
[-] MediaContentRatingIreland.php
[edit]
[-] MediaContentRatingJapan.php
[edit]
[-] MediaContentRatingNewZealand.php
[edit]
[-] MediaContentRatingUnitedKingdom.php
[edit]
[-] MediaContentRatingUnitedStates.php
[edit]
[-] MediaDirection.php
[edit]
[-] MediaInfo.php
[edit]
[-] MediaPrompt.php
[edit]
[-] MediaState.php
[edit]
[-] MediaStream.php
[edit]
[-] MeetingAttendanceReport.php
[edit]
[-] MeetingChatMode.php
[edit]
[-] MeetingInfo.php
[edit]
[-] MeetingMessageType.php
[edit]
[-] MeetingParticipantInfo.php
[edit]
[-] MeetingParticipants.php
[edit]
[-] MeetingPolicyUpdatedEventMessageDetail.php
[edit]
[-] MeetingRequestType.php
[edit]
[-] MeetingTimeSuggestion.php
[edit]
[-] MeetingTimeSuggestionsResult.php
[edit]
[-] MembersAddedEventMessageDetail.php
[edit]
[-] MembersDeletedEventMessageDetail.php
[edit]
[-] MembersJoinedEventMessageDetail.php
[edit]
[-] MembersLeftEventMessageDetail.php
[edit]
[-] MessageActionFlag.php
[edit]
[-] MessageRule.php
[edit]
[-] MessageRuleActions.php
[edit]
[-] MessageRulePredicates.php
[edit]
[-] MessageSecurityState.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMethod.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMethodConfiguration.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMethodTarget.php
[edit]
[-] MicrosoftAuthenticatorAuthenticationMode.php
[edit]
[-] MicrosoftStoreForBusinessApp.php
[edit]
[-] MicrosoftStoreForBusinessAppAssignmentSettings.php
[edit]
[-] MicrosoftStoreForBusinessLicenseType.php
[edit]
[-] MimeContent.php
[edit]
[-] MiracastChannel.php
[edit]
[-] MobileApp.php
[edit]
[-] MobileAppAssignment.php
[edit]
[-] MobileAppAssignmentSettings.php
[edit]
[-] MobileAppCategory.php
[edit]
[-] MobileAppContent.php
[edit]
[-] MobileAppContentFile.php
[edit]
[-] MobileAppContentFileUploadState.php
[edit]
[-] MobileAppIdentifier.php
[edit]
[-] MobileAppInstallTimeSettings.php
[edit]
[-] MobileAppPublishingState.php
[edit]
[-] MobileLobApp.php
[edit]
[-] MobileThreatDefenseConnector.php
[edit]
[-] MobileThreatPartnerTenantState.php
[edit]
[-] Modality.php
[edit]
[-] ModifiedProperty.php
[edit]
[-] MultiValueLegacyExtendedProperty.php
[edit]
[-] MuteParticipantOperation.php
[edit]
[-] NamedLocation.php
[edit]
[-] NetworkConnection.php
[edit]
[-] Notebook.php
[edit]
[-] NotebookLinks.php
[edit]
[-] NotificationMessageTemplate.php
[edit]
[-] NotificationTemplateBrandingOptions.php
[edit]
[-] NumberColumn.php
[edit]
[-] OAuth2PermissionGrant.php
[edit]
[-] ObjectIdentity.php
[edit]
[-] OfferShiftRequest.php
[edit]
[-] OfficeGraphInsights.php
[edit]
[-] OmaSetting.php
[edit]
[-] OmaSettingBase64.php
[edit]
[-] OmaSettingBoolean.php
[edit]
[-] OmaSettingDateTime.php
[edit]
[-] OmaSettingFloatingPoint.php
[edit]
[-] OmaSettingInteger.php
[edit]
[-] OmaSettingString.php
[edit]
[-] OmaSettingStringXml.php
[edit]
[-] OnPremisesConditionalAccessSettings.php
[edit]
[-] OnPremisesExtensionAttributes.php
[edit]
[-] OnPremisesProvisioningError.php
[edit]
[-] Onenote.php
[edit]
[-] OnenoteEntityBaseModel.php
[edit]
[-] OnenoteEntityHierarchyModel.php
[edit]
[-] OnenoteEntitySchemaObjectModel.php
[edit]
[-] OnenoteOperation.php
[edit]
[-] OnenoteOperationError.php
[edit]
[-] OnenotePage.php
[edit]
[-] OnenotePagePreview.php
[edit]
[-] OnenotePagePreviewLinks.php
[edit]
[-] OnenotePatchActionType.php
[edit]
[-] OnenotePatchContentCommand.php
[edit]
[-] OnenotePatchInsertPosition.php
[edit]
[-] OnenoteResource.php
[edit]
[-] OnenoteSection.php
[edit]
[-] OnenoteSourceService.php
[edit]
[-] OnenoteUserRole.php
[edit]
[-] OnlineMeeting.php
[edit]
[-] OnlineMeetingInfo.php
[edit]
[-] OnlineMeetingPresenters.php
[edit]
[-] OnlineMeetingProviderType.php
[edit]
[-] OnlineMeetingRole.php
[edit]
[-] OpenShift.php
[edit]
[-] OpenShiftChangeRequest.php
[edit]
[-] OpenShiftItem.php
[edit]
[-] OpenTypeExtension.php
[edit]
[-] Operation.php
[edit]
[-] OperationError.php
[edit]
[-] OperationResult.php
[edit]
[-] OperationStatus.php
[edit]
[-] OptionalClaim.php
[edit]
[-] OptionalClaims.php
[edit]
[-] OrgContact.php
[edit]
[-] Organization.php
[edit]
[-] OrganizationalBranding.php
[edit]
[-] OrganizationalBrandingLocalization.php
[edit]
[-] OrganizationalBrandingProperties.php
[edit]
[-] OrganizerMeetingInfo.php
[edit]
[-] OutgoingCallOptions.php
[edit]
[-] OutlookCategory.php
[edit]
[-] OutlookGeoCoordinates.php
[edit]
[-] OutlookItem.php
[edit]
[-] OutlookUser.php
[edit]
[-] Package.php
[edit]
[-] PageLinks.php
[edit]
[-] ParentalControlSettings.php
[edit]
[-] Participant.php
[edit]
[-] ParticipantInfo.php
[edit]
[-] ParticipantJoiningNotification.php
[edit]
[-] ParticipantJoiningResponse.php
[edit]
[-] ParticipantLeftNotification.php
[edit]
[-] PasswordAuthenticationMethod.php
[edit]
[-] PasswordCredential.php
[edit]
[-] PasswordProfile.php
[edit]
[-] PasswordResetResponse.php
[edit]
[-] PatternedRecurrence.php
[edit]
[-] PendingContentUpdate.php
[edit]
[-] PendingOperations.php
[edit]
[-] Permission.php
[edit]
[-] PermissionClassificationType.php
[edit]
[-] PermissionGrantConditionSet.php
[edit]
[-] PermissionGrantPolicy.php
[edit]
[-] PermissionScope.php
[edit]
[-] PermissionType.php
[edit]
[-] PersistentBrowserSessionControl.php
[edit]
[-] PersistentBrowserSessionMode.php
[edit]
[-] Person.php
[edit]
[-] PersonOrGroupColumn.php
[edit]
[-] PersonType.php
[edit]
[-] Phone.php
[edit]
[-] PhoneAuthenticationMethod.php
[edit]
[-] PhoneType.php
[edit]
[-] Photo.php
[edit]
[-] PhysicalAddress.php
[edit]
[-] PhysicalAddressType.php
[edit]
[-] PhysicalOfficeAddress.php
[edit]
[-] Pkcs12Certificate.php
[edit]
[-] Pkcs12CertificateInformation.php
[edit]
[-] Place.php
[edit]
[-] Planner.php
[edit]
[-] PlannerAppliedCategories.php
[edit]
[-] PlannerAssignedToTaskBoardTaskFormat.php
[edit]
[-] PlannerAssignment.php
[edit]
[-] PlannerAssignments.php
[edit]
[-] PlannerBucket.php
[edit]
[-] PlannerBucketTaskBoardTaskFormat.php
[edit]
[-] PlannerCategoryDescriptions.php
[edit]
[-] PlannerChecklistItem.php
[edit]
[-] PlannerChecklistItems.php
[edit]
[-] PlannerContainerType.php
[edit]
[-] PlannerExternalReference.php
[edit]
[-] PlannerExternalReferences.php
[edit]
[-] PlannerGroup.php
[edit]
[-] PlannerPlan.php
[edit]
[-] PlannerOrderHintsByAssignee.php
[edit]
[-] PlannerPlanContainer.php
[edit]
[-] PlannerPlanDetails.php
[edit]
[-] PlannerPreviewType.php
[edit]
[-] PlannerProgressTaskBoardTaskFormat.php
[edit]
[-] PlannerTask.php
[edit]
[-] PlannerTaskDetails.php
[edit]
[-] PlannerUser.php
[edit]
[-] PlannerUserIds.php
[edit]
[-] PlayPromptOperation.php
[edit]
[-] PolicyBase.php
[edit]
[-] PolicyPlatformType.php
[edit]
[-] PolicyRoot.php
[edit]
[-] Post.php
[edit]
[-] PostType.php
[edit]
[-] PreAuthorizedApplication.php
[edit]
[-] PrereleaseFeatures.php
[edit]
[-] Presence.php
[edit]
[-] PrincipalResourceMembershipsScope.php
[edit]
[-] PrintCertificateSigningRequest.php
[edit]
[-] PrintColorMode.php
[edit]
[-] PrintConnector.php
[edit]
[-] PrintDocument.php
[edit]
[-] PrintDocumentUploadProperties.php
[edit]
[-] PrintDuplexMode.php
[edit]
[-] PrintEvent.php
[edit]
[-] PrintFinishing.php
[edit]
[-] PrintJob.php
[edit]
[-] PrintJobConfiguration.php
[edit]
[-] PrintJobProcessingState.php
[edit]
[-] PrintJobStateDetail.php
[edit]
[-] PrintJobStatus.php
[edit]
[-] PrintMargin.php
[edit]
[-] PrintMultipageLayout.php
[edit]
[-] PrintOperation.php
[edit]
[-] PrintOperationProcessingState.php
[edit]
[-] PrintOperationStatus.php
[edit]
[-] PrintOrientation.php
[edit]
[-] PrintQuality.php
[edit]
[-] PrintScaling.php
[edit]
[-] PrintService.php
[edit]
[-] PrintServiceEndpoint.php
[edit]
[-] PrintSettings.php
[edit]
[-] PrintTask.php
[edit]
[-] PrintTaskDefinition.php
[edit]
[-] PrintTaskProcessingState.php
[edit]
[-] PrintTaskStatus.php
[edit]
[-] PrintTaskTrigger.php
[edit]
[-] PrintUsage.php
[edit]
[-] PrintUsageByPrinter.php
[edit]
[-] PrintUsageByUser.php
[edit]
[-] Printer.php
[edit]
[-] PrinterBase.php
[edit]
[-] PrinterCapabilities.php
[edit]
[-] PrinterCreateOperation.php
[edit]
[-] PrinterDefaults.php
[edit]
[-] PrinterFeedOrientation.php
[edit]
[-] PrinterLocation.php
[edit]
[-] PrinterProcessingState.php
[edit]
[-] PrinterProcessingStateDetail.php
[edit]
[-] PrinterShare.php
[edit]
[-] PrinterStatus.php
[edit]
[-] Privacy.php
[edit]
[-] PrivacyProfile.php
[edit]
[-] Process.php
[edit]
[-] ProcessIntegrityLevel.php
[edit]
[-] ProfilePhoto.php
[edit]
[-] Prompt.php
[edit]
[-] PromptLoginBehavior.php
[edit]
[-] ProvisionChannelEmailResult.php
[edit]
[-] ProvisionedIdentity.php
[edit]
[-] ProvisionedPlan.php
[edit]
[-] ProvisioningAction.php
[edit]
[-] ProvisioningErrorInfo.php
[edit]
[-] ProvisioningObjectSummary.php
[edit]
[-] ProvisioningResult.php
[edit]
[-] ProvisioningServicePrincipal.php
[edit]
[-] ProvisioningStatusErrorCategory.php
[edit]
[-] ProvisioningStatusInfo.php
[edit]
[-] ProvisioningStep.php
[edit]
[-] ProvisioningStepType.php
[edit]
[-] ProvisioningSystem.php
[edit]
[-] ProxiedDomain.php
[edit]
[-] PublicClientApplication.php
[edit]
[-] PublicError.php
[edit]
[-] PublicErrorDetail.php
[edit]
[-] PublicInnerError.php
[edit]
[-] PublicationFacet.php
[edit]
[-] Quota.php
[edit]
[-] RatingAppsType.php
[edit]
[-] RatingAustraliaMoviesType.php
[edit]
[-] RatingAustraliaTelevisionType.php
[edit]
[-] RatingCanadaMoviesType.php
[edit]
[-] RatingCanadaTelevisionType.php
[edit]
[-] RatingFranceMoviesType.php
[edit]
[-] RatingFranceTelevisionType.php
[edit]
[-] RatingGermanyMoviesType.php
[edit]
[-] RatingGermanyTelevisionType.php
[edit]
[-] RatingIrelandMoviesType.php
[edit]
[-] RatingIrelandTelevisionType.php
[edit]
[-] RatingJapanMoviesType.php
[edit]
[-] RatingJapanTelevisionType.php
[edit]
[-] RatingNewZealandMoviesType.php
[edit]
[-] RatingNewZealandTelevisionType.php
[edit]
[-] RatingUnitedKingdomMoviesType.php
[edit]
[-] RatingUnitedKingdomTelevisionType.php
[edit]
[-] RbacApplication.php
[edit]
[-] RatingUnitedStatesMoviesType.php
[edit]
[-] RatingUnitedStatesTelevisionType.php
[edit]
[-] RecentNotebook.php
[edit]
[-] RecentNotebookLinks.php
[edit]
[-] Recipient.php
[edit]
[-] RecipientScopeType.php
[edit]
[-] RecordOperation.php
[edit]
[-] RecordingInfo.php
[edit]
[-] RecordingStatus.php
[edit]
[-] RecurrencePattern.php
[edit]
[-] RecurrencePatternType.php
[edit]
[-] RecurrenceRange.php
[edit]
[-] RecurrenceRangeType.php
[edit]
[-] ReferenceAttachment.php
[edit]
[-] RegistrationEnforcement.php
[edit]
[-] RegistryHive.php
[edit]
[-] RegistryKeyState.php
[edit]
[-] RegistryOperation.php
[edit]
[-] RegistryValueType.php
[edit]
[-] RejectJoinResponse.php
[edit]
[-] RejectReason.php
[edit]
[-] RelatedContact.php
[edit]
[-] Reminder.php
[edit]
[-] RemoteAssistanceOnboardingStatus.php
[edit]
[-] RemoteAssistancePartner.php
[edit]
[-] RemoteItem.php
[edit]
[-] RemoteLockActionResult.php
[edit]
[-] RemoveAccessApplyAction.php
[edit]
[-] Report.php
[edit]
[-] ReportRoot.php
[edit]
[-] Request.php
[edit]
[-] RequestSchedule.php
[edit]
[-] RequestorManager.php
[edit]
[-] RequiredPasswordType.php
[edit]
[-] RequiredResourceAccess.php
[edit]
[-] ResetPasscodeActionResult.php
[edit]
[-] ResourceAccess.php
[edit]
[-] ResourceAction.php
[edit]
[-] ResourceData.php
[edit]
[-] ResourceOperation.php
[edit]
[-] ResourcePermission.php
[edit]
[-] ResourceReference.php
[edit]
[-] ResourceSpecificPermission.php
[edit]
[-] ResourceSpecificPermissionGrant.php
[edit]
[-] ResourceVisualization.php
[edit]
[-] ResponseStatus.php
[edit]
[-] ResponseType.php
[edit]
[-] RestrictedSignIn.php
[edit]
[-] ResultInfo.php
[edit]
[-] ResultTemplate.php
[edit]
[-] ResultTemplateDictionary.php
[edit]
[-] ResultTemplateOption.php
[edit]
[-] RgbColor.php
[edit]
[-] RichLongRunningOperation.php
[edit]
[-] RiskDetail.php
[edit]
[-] RiskDetection.php
[edit]
[-] RiskDetectionTimingType.php
[edit]
[-] RiskEventType.php
[edit]
[-] RiskLevel.php
[edit]
[-] RiskState.php
[edit]
[-] RiskUserActivity.php
[edit]
[-] RiskyUser.php
[edit]
[-] RiskyUserHistoryItem.php
[edit]
[-] RoleAssignment.php
[edit]
[-] RoleAssignmentScheduleFilterByCurrentUserOptions.php
[edit]
[-] RoleAssignmentScheduleInstanceFilterByCurrentUserOptions.php
[edit]
[-] RoleAssignmentScheduleRequestFilterByCurrentUserOptions.php
[edit]
[-] RoleDefinition.php
[edit]
[-] RoleEligibilityScheduleFilterByCurrentUserOptions.php
[edit]
[-] RoleEligibilityScheduleInstanceFilterByCurrentUserOptions.php
[edit]
[-] RoleEligibilityScheduleRequestFilterByCurrentUserOptions.php
[edit]
[-] RoleManagement.php
[edit]
[-] RolePermission.php
[edit]
[-] Room.php
[edit]
[-] RoomList.php
[edit]
[-] Root.php
[edit]
[-] RoutingMode.php
[edit]
[-] RoutingType.php
[edit]
[-] RubricCriterion.php
[edit]
[-] RubricLevel.php
[edit]
[-] RubricQuality.php
[edit]
[-] RubricQualityFeedbackModel.php
[edit]
[-] RubricQualitySelectedColumnModel.php
[edit]
[-] RunAsAccountType.php
[edit]
[-] SafeSearchFilterType.php
[edit]
[-] SamlOrWsFedExternalDomainFederation.php
[edit]
[-] SamlOrWsFedProvider.php
[edit]
[-] SamlSingleSignOnSettings.php
[edit]
[-] Schedule.php
[edit]
[-] ScheduleChangeRequest.php
[edit]
[-] ScheduleChangeRequestActor.php
[edit]
[-] ScheduleChangeState.php
[edit]
[-] ScheduleEntity.php
[edit]
[-] ScheduleEntityTheme.php
[edit]
[-] ScheduleInformation.php
[edit]
[-] ScheduleItem.php
[edit]
[-] SchedulingGroup.php
[edit]
[-] SchemaExtension.php
[edit]
[-] ScopedRoleMembership.php
[edit]
[-] ScoredEmailAddress.php
[edit]
[-] ScreenSharingRole.php
[edit]
[-] SearchAggregation.php
[edit]
[-] SearchAlteration.php
[edit]
[-] SearchAlterationOptions.php
[edit]
[-] SearchAlterationType.php
[edit]
[-] SearchBucket.php
[edit]
[-] SearchEntity.php
[edit]
[-] SearchHit.php
[edit]
[-] SearchHitsContainer.php
[edit]
[-] SearchQuery.php
[edit]
[-] SearchRequest.php
[edit]
[-] SearchResponse.php
[edit]
[-] SearchResult.php
[edit]
[-] SectionGroup.php
[edit]
[-] SectionLinks.php
[edit]
[-] SecureScore.php
[edit]
[-] SecureScoreControlProfile.php
[edit]
[-] SecureScoreControlStateUpdate.php
[edit]
[-] Security.php
[edit]
[-] SecurityNetworkProtocol.php
[edit]
[-] SecurityResource.php
[edit]
[-] SecurityResourceType.php
[edit]
[-] SecurityVendorInformation.php
[edit]
[-] SelectionLikelihoodInfo.php
[edit]
[-] SelfServiceSignUpAuthenticationFlowConfiguration.php
[edit]
[-] SelfSignedCertificate.php
[edit]
[-] Sensitivity.php
[edit]
[-] ServiceAnnouncement.php
[edit]
[-] ServiceAnnouncementAttachment.php
[edit]
[-] ServiceAnnouncementBase.php
[edit]
[-] ServiceHealth.php
[edit]
[-] ServiceHealthClassificationType.php
[edit]
[-] ServiceHealthIssue.php
[edit]
[-] ServiceHealthIssuePost.php
[edit]
[-] ServiceHealthOrigin.php
[edit]
[-] ServiceHealthStatus.php
[edit]
[-] ServiceHostedMediaConfig.php
[edit]
[-] ServicePlanInfo.php
[edit]
[-] ServicePrincipal.php
[edit]
[-] ServicePrincipalIdentity.php
[edit]
[-] ServiceUpdateCategory.php
[edit]
[-] ServiceUpdateMessage.php
[edit]
[-] ServiceUpdateMessageViewpoint.php
[edit]
[-] ServiceUpdateSeverity.php
[edit]
[-] SettingSource.php
[edit]
[-] SettingSourceType.php
[edit]
[-] SettingStateDeviceSummary.php
[edit]
[-] SettingTemplateValue.php
[edit]
[-] SettingValue.php
[edit]
[-] SharePointIdentity.php
[edit]
[-] SharePointIdentitySet.php
[edit]
[-] Shared.php
[edit]
[-] SharedDriveItem.php
[edit]
[-] SharedInsight.php
[edit]
[-] SharedPCAccountDeletionPolicyType.php
[edit]
[-] SharedPCAccountManagerPolicy.php
[edit]
[-] SharedPCAllowedAccountType.php
[edit]
[-] SharedPCConfiguration.php
[edit]
[-] SharedWithChannelTeamInfo.php
[edit]
[-] SharepointIds.php
[edit]
[-] SharingDetail.php
[edit]
[-] SharingInvitation.php
[edit]
[-] SharingLink.php
[edit]
[-] Shift.php
[edit]
[-] ShiftActivity.php
[edit]
[-] ShiftAvailability.php
[edit]
[-] ShiftItem.php
[edit]
[-] ShiftPreferences.php
[edit]
[-] SignIn.php
[edit]
[-] SignInFrequencySessionControl.php
[edit]
[-] SignInLocation.php
[edit]
[-] SignInStatus.php
[edit]
[-] SigninFrequencyType.php
[edit]
[-] SigningCertificateUpdateStatus.php
[edit]
[-] SingleServicePrincipal.php
[edit]
[-] SingleUser.php
[edit]
[-] SingleValueLegacyExtendedProperty.php
[edit]
[-] Site.php
[edit]
[-] SiteCollection.php
[edit]
[-] SiteSecurityLevel.php
[edit]
[-] SizeRange.php
[edit]
[-] SocialIdentityProvider.php
[edit]
[-] SoftwareOathAuthenticationMethod.php
[edit]
[-] SoftwareUpdateStatusSummary.php
[edit]
[-] SolutionsRoot.php
[edit]
[-] SortProperty.php
[edit]
[-] SpaApplication.php
[edit]
[-] SpecialFolder.php
[edit]
[-] StaffAvailabilityItem.php
[edit]
[-] StagedFeatureName.php
[edit]
[-] StandardTimeZoneOffset.php
[edit]
[-] StartHoldMusicOperation.php
[edit]
[-] StateManagementSetting.php
[edit]
[-] Status.php
[edit]
[-] StopHoldMusicOperation.php
[edit]
[-] StoragePlanInformation.php
[edit]
[-] StsPolicy.php
[edit]
[-] SubjectRightsRequest.php
[edit]
[-] SubjectRightsRequestDetail.php
[edit]
[-] SubjectRightsRequestHistory.php
[edit]
[-] SubjectRightsRequestStage.php
[edit]
[-] SubjectRightsRequestStageDetail.php
[edit]
[-] SubjectRightsRequestStageStatus.php
[edit]
[-] SubjectRightsRequestStatus.php
[edit]
[-] SubjectRightsRequestType.php
[edit]
[-] SubjectSet.php
[edit]
[-] SubscribeToToneOperation.php
[edit]
[-] SubscribedSku.php
[edit]
[-] Subscription.php
[edit]
[-] SwapShiftsChangeRequest.php
[edit]
[-] SystemFacet.php
[edit]
[-] TabUpdatedEventMessageDetail.php
[edit]
[-] TargetApplicationOwners.php
[edit]
[-] TargetManager.php
[edit]
[-] TargetResource.php
[edit]
[-] TargetedManagedAppConfiguration.php
[edit]
[-] TargetedManagedAppGroupType.php
[edit]
[-] TargetedManagedAppPolicyAssignment.php
[edit]
[-] TargetedManagedAppProtection.php
[edit]
[-] TaskStatus.php
[edit]
[-] Team.php
[edit]
[-] TeamArchivedEventMessageDetail.php
[edit]
[-] TeamClassSettings.php
[edit]
[-] TeamCreatedEventMessageDetail.php
[edit]
[-] TeamDescriptionUpdatedEventMessageDetail.php
[edit]
[-] TeamFunSettings.php
[edit]
[-] TeamGuestSettings.php
[edit]
[-] TeamInfo.php
[edit]
[-] TeamJoiningDisabledEventMessageDetail.php
[edit]
[-] TeamJoiningEnabledEventMessageDetail.php
[edit]
[-] TeamMemberSettings.php
[edit]
[-] TeamMessagingSettings.php
[edit]
[-] TeamRenamedEventMessageDetail.php
[edit]
[-] TeamSpecialization.php
[edit]
[-] TeamSummary.php
[edit]
[-] TeamUnarchivedEventMessageDetail.php
[edit]
[-] TeamVisibilityType.php
[edit]
[-] TeamsApp.php
[edit]
[-] TeamsAppDefinition.php
[edit]
[-] TeamsAppDistributionMethod.php
[edit]
[-] TeamsAppInstallation.php
[edit]
[-] TeamsAppInstalledEventMessageDetail.php
[edit]
[-] TeamsAppPublishingState.php
[edit]
[-] TeamsAppRemovedEventMessageDetail.php
[edit]
[-] TeamsAppUpgradedEventMessageDetail.php
[edit]
[-] TeamsAsyncOperation.php
[edit]
[-] TeamsAsyncOperationStatus.php
[edit]
[-] TeamsAsyncOperationType.php
[edit]
[-] TeamsTab.php
[edit]
[-] TeamsTabConfiguration.php
[edit]
[-] TeamsTemplate.php
[edit]
[-] Teamwork.php
[edit]
[-] TeamworkActivityTopic.php
[edit]
[-] TeamworkActivityTopicSource.php
[edit]
[-] TeamworkApplicationIdentity.php
[edit]
[-] TeamworkApplicationIdentityType.php
[edit]
[-] TeamworkBot.php
[edit]
[-] TeamworkCallEventType.php
[edit]
[-] TeamworkConversationIdentity.php
[edit]
[-] TeamworkConversationIdentityType.php
[edit]
[-] TeamworkHostedContent.php
[edit]
[-] TeamworkNotificationRecipient.php
[edit]
[-] TeamworkOnlineMeetingInfo.php
[edit]
[-] TeamworkTagIdentity.php
[edit]
[-] TeamworkUserIdentity.php
[edit]
[-] TeamworkUserIdentityType.php
[edit]
[-] TelecomExpenseManagementPartner.php
[edit]
[-] TeleconferenceDeviceAudioQuality.php
[edit]
[-] TeleconferenceDeviceMediaQuality.php
[edit]
[-] TeleconferenceDeviceQuality.php
[edit]
[-] TeleconferenceDeviceScreenSharingQuality.php
[edit]
[-] TeleconferenceDeviceVideoQuality.php
[edit]
[-] TemporaryAccessPassAuthenticationMethod.php
[edit]
[-] TemporaryAccessPassAuthenticationMethodConfiguration.php
[edit]
[-] TermColumn.php
[edit]
[-] TermsAndConditions.php
[edit]
[-] TermsAndConditionsAcceptanceStatus.php
[edit]
[-] TermsAndConditionsAssignment.php
[edit]
[-] TermsExpiration.php
[edit]
[-] TermsOfUseContainer.php
[edit]
[-] TextColumn.php
[edit]
[-] ThreatAssessmentContentType.php
[edit]
[-] ThreatAssessmentRequest.php
[edit]
[-] ThreatAssessmentRequestSource.php
[edit]
[-] ThreatAssessmentResult.php
[edit]
[-] ThreatAssessmentResultType.php
[edit]
[-] ThreatAssessmentStatus.php
[edit]
[-] ThreatCategory.php
[edit]
[-] ThreatExpectedAssessment.php
[edit]
[-] Thumbnail.php
[edit]
[-] ThumbnailColumn.php
[edit]
[-] ThumbnailSet.php
[edit]
[-] TicketInfo.php
[edit]
[-] TimeConstraint.php
[edit]
[-] TimeOff.php
[edit]
[-] TimeOffItem.php
[edit]
[-] TimeOffReason.php
[edit]
[-] TimeOffReasonIconType.php
[edit]
[-] TimeOffRequest.php
[edit]
[-] TimeRange.php
[edit]
[-] TimeSlot.php
[edit]
[-] TimeZoneBase.php
[edit]
[-] TimeZoneInformation.php
[edit]
[-] TimeZoneStandard.php
[edit]
[-] Todo.php
[edit]
[-] TodoTask.php
[edit]
[-] TodoTaskList.php
[edit]
[-] TokenIssuancePolicy.php
[edit]
[-] TokenIssuerType.php
[edit]
[-] TokenLifetimePolicy.php
[edit]
[-] TokenMeetingInfo.php
[edit]
[-] Tone.php
[edit]
[-] ToneInfo.php
[edit]
[-] Trending.php
[edit]
[-] UnifiedApprovalStage.php
[edit]
[-] UnifiedRoleAssignment.php
[edit]
[-] UnifiedRoleAssignmentSchedule.php
[edit]
[-] UnifiedRoleAssignmentScheduleInstance.php
[edit]
[-] UnifiedRoleAssignmentScheduleRequest.php
[edit]
[-] UnifiedRoleDefinition.php
[edit]
[-] UnifiedRoleEligibilitySchedule.php
[edit]
[-] UnifiedRoleEligibilityScheduleInstance.php
[edit]
[-] UnifiedRoleEligibilityScheduleRequest.php
[edit]
[-] UnifiedRoleManagementPolicy.php
[edit]
[-] UnifiedRoleManagementPolicyApprovalRule.php
[edit]
[-] UnifiedRoleManagementPolicyAssignment.php
[edit]
[-] UnifiedRoleManagementPolicyAuthenticationContextRule.php
[edit]
[-] UnifiedRoleManagementPolicyEnablementRule.php
[edit]
[-] UnifiedRoleManagementPolicyExpirationRule.php
[edit]
[-] UnifiedRoleManagementPolicyNotificationRule.php
[edit]
[-] UnifiedRoleManagementPolicyRule.php
[edit]
[-] UnifiedRoleManagementPolicyRuleTarget.php
[edit]
[-] UnifiedRoleManagementPolicyRuleTargetOperations.php
[edit]
[-] UnifiedRolePermission.php
[edit]
[-] UnifiedRoleScheduleBase.php
[edit]
[-] UnifiedRoleScheduleInstanceBase.php
[edit]
[-] UnifiedRoleScheduleRequestActions.php
[edit]
[-] UnmuteParticipantOperation.php
[edit]
[-] UpdateRecordingStatusOperation.php
[edit]
[-] UpdateWindowsDeviceAccountActionParameter.php
[edit]
[-] UploadSession.php
[edit]
[-] UriClickSecurityState.php
[edit]
[-] UrlAssessmentRequest.php
[edit]
[-] UsageDetails.php
[edit]
[-] UsedInsight.php
[edit]
[-] User.php
[edit]
[-] UserAccountSecurityType.php
[edit]
[-] UserActivity.php
[edit]
[-] UserAttributeValuesItem.php
[edit]
[-] UserConsentRequest.php
[edit]
[-] UserFlowApiConnectorConfiguration.php
[edit]
[-] UserFlowLanguageConfiguration.php
[edit]
[-] UserFlowLanguagePage.php
[edit]
[-] UserFlowType.php
[edit]
[-] UserIdentity.php
[edit]
[-] UserInstallStateSummary.php
[edit]
[-] UserPurpose.php
[edit]
[-] UserScopeTeamsAppInstallation.php
[edit]
[-] UserSecurityState.php
[edit]
[-] UserSettings.php
[edit]
[-] UserTeamwork.php
[edit]
[-] VerifiedDomain.php
[edit]
[-] VerifiedPublisher.php
[edit]
[-] Video.php
[edit]
[-] VisibilitySetting.php
[edit]
[-] VisualInfo.php
[edit]
[-] VolumeType.php
[edit]
[-] VppLicensingType.php
[edit]
[-] VppToken.php
[edit]
[-] VppTokenAccountType.php
[edit]
[-] VppTokenState.php
[edit]
[-] VppTokenSyncStatus.php
[edit]
[-] VulnerabilityState.php
[edit]
[-] WebApp.php
[edit]
[-] WebApplication.php
[edit]
[-] WebBrowserCookieSettings.php
[edit]
[-] Website.php
[edit]
[-] WebsiteType.php
[edit]
[-] WeekIndex.php
[edit]
[-] WeeklySchedule.php
[edit]
[-] WelcomeScreenMeetingInformation.php
[edit]
[-] WellknownListName.php
[edit]
[-] Win32LobApp.php
[edit]
[-] Win32LobAppAssignmentSettings.php
[edit]
[-] Win32LobAppDeliveryOptimizationPriority.php
[edit]
[-] Win32LobAppFileSystemOperationType.php
[edit]
[-] Win32LobAppFileSystemRule.php
[edit]
[-] Win32LobAppInstallExperience.php
[edit]
[-] Win32LobAppMsiInformation.php
[edit]
[-] Win32LobAppMsiPackageType.php
[edit]
[-] Win32LobAppNotification.php
[edit]
[-] Win32LobAppPowerShellScriptRule.php
[edit]
[-] Win32LobAppPowerShellScriptRuleOperationType.php
[edit]
[-] Win32LobAppProductCodeRule.php
[edit]
[-] Win32LobAppRegistryRule.php
[edit]
[-] Win32LobAppRegistryRuleOperationType.php
[edit]
[-] Win32LobAppRestartBehavior.php
[edit]
[-] Win32LobAppRestartSettings.php
[edit]
[-] Win32LobAppReturnCode.php
[edit]
[-] Win32LobAppReturnCodeType.php
[edit]
[-] Win32LobAppRule.php
[edit]
[-] Win32LobAppRuleOperator.php
[edit]
[-] Win32LobAppRuleType.php
[edit]
[-] Windows10CompliancePolicy.php
[edit]
[-] WindowsMobileMSI.php
[edit]
[-] Windows10CustomConfiguration.php
[edit]
[-] Windows10EditionType.php
[edit]
[-] Windows10EndpointProtectionConfiguration.php
[edit]
[-] Windows10EnterpriseModernAppManagementConfiguration.php
[edit]
[-] Windows10GeneralConfiguration.php
[edit]
[-] Windows10MobileCompliancePolicy.php
[edit]
[-] Windows10NetworkProxyServer.php
[edit]
[-] Windows10SecureAssessmentConfiguration.php
[edit]
[-] Windows10TeamGeneralConfiguration.php
[edit]
[-] Windows81CompliancePolicy.php
[edit]
[-] Windows81GeneralConfiguration.php
[edit]
[-] WindowsArchitecture.php
[edit]
[-] WindowsAutopilotDeviceIdentity.php
[edit]
[-] WindowsDefenderAdvancedThreatProtectionConfiguration.php
[edit]
[-] WindowsDefenderScanActionResult.php
[edit]
[-] WindowsDeliveryOptimizationMode.php
[edit]
[-] WindowsDeviceADAccount.php
[edit]
[-] WindowsDeviceAccount.php
[edit]
[-] WindowsDeviceAzureADAccount.php
[edit]
[-] WindowsDeviceType.php
[edit]
[-] WindowsFirewallNetworkProfile.php
[edit]
[-] WindowsHelloForBusinessAuthenticationMethod.php
[edit]
[-] WindowsHelloForBusinessPinUsage.php
[edit]
[-] WindowsInformationProtection.php
[edit]
[-] WindowsInformationProtectionApp.php
[edit]
[-] WindowsInformationProtectionAppLearningSummary.php
[edit]
[-] WindowsInformationProtectionAppLockerFile.php
[edit]
[-] WindowsInformationProtectionDataRecoveryCertificate.php
[edit]
[-] WindowsInformationProtectionDesktopApp.php
[edit]
[-] WindowsInformationProtectionEnforcementLevel.php
[edit]
[-] WindowsInformationProtectionIPRangeCollection.php
[edit]
[-] WindowsInformationProtectionNetworkLearningSummary.php
[edit]
[-] WindowsInformationProtectionPinCharacterRequirements.php
[edit]
[-] WindowsInformationProtectionPolicy.php
[edit]
[-] WindowsInformationProtectionProxiedDomainCollection.php
[edit]
[-] WindowsInformationProtectionResourceCollection.php
[edit]
[-] WindowsInformationProtectionStoreApp.php
[edit]
[-] WindowsMinimumOperatingSystem.php
[edit]
[-] WindowsPhone81CompliancePolicy.php
[edit]
[-] WindowsPhone81CustomConfiguration.php
[edit]
[-] WindowsPhone81GeneralConfiguration.php
[edit]
[-] WindowsSpotlightEnablementSettings.php
[edit]
[-] WindowsStartMenuAppListVisibilityType.php
[edit]
[-] WindowsStartMenuModeType.php
[edit]
[-] WindowsUniversalAppX.php
[edit]
[-] WindowsUpdateActiveHoursInstall.php
[edit]
[-] WindowsUpdateForBusinessConfiguration.php
[edit]
[-] WindowsUpdateInstallScheduleType.php
[edit]
[-] WindowsUpdateScheduledInstall.php
[edit]
[-] WindowsUpdateType.php
[edit]
[-] WindowsUserAccountControlSettings.php
[edit]
[-] Workbook.php
[edit]
[-] WorkbookApplication.php
[edit]
[-] WorkbookChart.php
[edit]
[-] WorkbookChartAreaFormat.php
[edit]
[-] WorkbookChartAxes.php
[edit]
[-] WorkbookChartAxis.php
[edit]
[-] WorkbookChartAxisFormat.php
[edit]
[-] WorkbookChartAxisTitle.php
[edit]
[-] WorkbookChartAxisTitleFormat.php
[edit]
[-] WorkbookChartDataLabelFormat.php
[edit]
[-] WorkbookChartDataLabels.php
[edit]
[-] WorkbookChartFill.php
[edit]
[-] WorkbookChartFont.php
[edit]
[-] WorkbookChartGridlines.php
[edit]
[-] WorkbookChartGridlinesFormat.php
[edit]
[-] WorkbookChartLegend.php
[edit]
[-] WorkbookChartLegendFormat.php
[edit]
[-] WorkbookChartLineFormat.php
[edit]
[-] WorkbookChartPoint.php
[edit]
[-] WorkbookChartPointFormat.php
[edit]
[-] WorkbookChartSeries.php
[edit]
[-] WorkbookChartSeriesFormat.php
[edit]
[-] WorkbookChartTitle.php
[edit]
[-] WorkbookChartTitleFormat.php
[edit]
[-] WorkbookComment.php
[edit]
[-] WorkbookCommentReply.php
[edit]
[-] WorkbookFilter.php
[edit]
[-] WorkbookFilterCriteria.php
[edit]
[-] WorkbookFilterDatetime.php
[edit]
[-] WorkbookFormatProtection.php
[edit]
[-] WorkbookFunctionResult.php
[edit]
[-] WorkbookFunctions.php
[edit]
[-] WorkbookIcon.php
[edit]
[-] WorkbookNamedItem.php
[edit]
[-] WorkbookOperation.php
[edit]
[-] WorkbookOperationError.php
[edit]
[-] WorkbookOperationStatus.php
[edit]
[-] WorkbookPivotTable.php
[edit]
[-] WorkbookRange.php
[edit]
[-] WorkbookRangeBorder.php
[edit]
[-] WorkbookRangeFill.php
[edit]
[-] WorkbookRangeFont.php
[edit]
[-] WorkbookRangeFormat.php
[edit]
[-] WorkbookRangeReference.php
[edit]
[-] WorkbookRangeSort.php
[edit]
[-] WorkbookRangeView.php
[edit]
[-] WorkbookSessionInfo.php
[edit]
[-] WorkbookSortField.php
[edit]
[-] WorkbookTable.php
[edit]
[-] WorkbookTableColumn.php
[edit]
[-] WorkbookTableRow.php
[edit]
[-] WorkbookTableSort.php
[edit]
[-] WorkbookWorksheet.php
[edit]
[-] WorkbookWorksheetProtection.php
[edit]
[-] WorkbookWorksheetProtectionOptions.php
[edit]
[-] WorkforceIntegration.php
[edit]
[-] WorkforceIntegrationEncryption.php
[edit]
[-] WorkforceIntegrationEncryptionProtocol.php
[edit]
[-] WorkforceIntegrationSupportedEntities.php
[edit]
[-] WorkingHours.php
[edit]
[-] .htaccess.disabled
[edit]