Era.Common.DataDefinition.Config.MDM.ABM.IOSSettings

Description

ABM iOS skip settings.

Properties

Name JsonSchemaType Description
allow_removal boolean
department string
mandatory_installation boolean
org_magic string Should be organization, its not displayed on prominent places.
require_domain_login boolean
setup_skip_android boolean If the Restore pane is not skipped, removes Move from Android option from it.
setup_skip_app_store boolean Skips the App Store pane. Availability: iOS 14.3+
setup_skip_appearance boolean Skips the Choose Your Look screen. Availability: iOS 13.0+ and macOS 10.14+
setup_skip_apple_id boolean Disables signing in to Apple ID and iCloud.
setup_skip_biometric boolean Skips Touch ID setup.
setup_skip_device_to_device_migration boolean Skips Device to Device Migration pane. Availability: iOS 13.0+
setup_skip_diagnostics boolean Disables automatically sending diagnostic information.
setup_skip_display_tone boolean Skips DisplayTone setup.
setup_skip_home_button_sensitivity boolean Skips the Home Button screen in iOS.
setup_skip_imessage_and_face_time boolean Skips the iMessage and FaceTime screen in iOS.
setup_skip_location boolean Disables Location Services.
setup_skip_on_boarding boolean Skips on-boarding informational screens for user education (Go Home, Cover Sheet, Multitasking & Control Center, for example) in iOS. Availability: iOS 11 - 13.6.
setup_skip_passcode boolean Hides and disables the passcode pane.
setup_skip_payment boolean Skips Apple Pay setup.
setup_skip_privacy boolean Skips privacy pane.
setup_skip_registration boolean Disables registration screen in OS X.
setup_skip_restore boolean Disables restoring from backup.
setup_skip_restore_completed boolean Skips the Restore Completed pane. Availability: iOS 14+.
setup_skip_screen_time boolean Skips the screen for Screen Time in iOS.
setup_skip_sim_setup boolean Skips the add cellular plan pane.
setup_skip_siri boolean Disables Siri.
setup_skip_software_update boolean Skips the mandatory software update screen in iOS.
setup_skip_terms_and_conditions boolean Skips Terms and Conditions.
setup_skip_update_completed boolean Skips the Software Update Complete pane. Availability: iOS 14+.
setup_skip_watch_migration boolean Skips the screen for watch migration in iOS.
setup_skip_welcome boolean Skips the Get Started pane. Availability: iOS 13.0+
setup_skip_zoom boolean Skips zoom setup.
support_email string
support_phone_number string

Dual message (request/response)

No dual message.

Referenced in messages

Era.Common.NetworkMessage.ConsoleApi.Config.RpcMDMABMGetCustomerSettingsResponse
Era.Common.NetworkMessage.ConsoleApi.Config.RpcMDMABMSetCustomerSettingsRequest

JsonSchema

{
    "title": "Era.Common.DataDefinition.Config.MDM.ABM.IOSSettings",
    "type": "object",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "required": [
        "Era.Common.DataDefinition.Config.MDM.ABM.IOSSettings"
    ],
    "properties": {
        "Era.Common.DataDefinition.Config.MDM.ABM.IOSSettings": {
            "$ref": "#/definitions/IOSSettings"
        }
    },
    "definitions": {
        "IOSSettings": {
            "additionalProperties": false,
            "type": "object",
            "properties": {
                "allow_removal": {
                    "type": "boolean"
                },
                "department": {
                    "type": "string"
                },
                "mandatory_installation": {
                    "type": "boolean"
                },
                "org_magic": {
                    "type": "string"
                },
                "require_domain_login": {
                    "type": "boolean"
                },
                "setup_skip_android": {
                    "type": "boolean"
                },
                "setup_skip_app_store": {
                    "type": "boolean"
                },
                "setup_skip_appearance": {
                    "type": "boolean"
                },
                "setup_skip_apple_id": {
                    "type": "boolean"
                },
                "setup_skip_biometric": {
                    "type": "boolean"
                },
                "setup_skip_device_to_device_migration": {
                    "type": "boolean"
                },
                "setup_skip_diagnostics": {
                    "type": "boolean"
                },
                "setup_skip_display_tone": {
                    "type": "boolean"
                },
                "setup_skip_home_button_sensitivity": {
                    "type": "boolean"
                },
                "setup_skip_imessage_and_face_time": {
                    "type": "boolean"
                },
                "setup_skip_location": {
                    "type": "boolean"
                },
                "setup_skip_on_boarding": {
                    "type": "boolean"
                },
                "setup_skip_passcode": {
                    "type": "boolean"
                },
                "setup_skip_payment": {
                    "type": "boolean"
                },
                "setup_skip_privacy": {
                    "type": "boolean"
                },
                "setup_skip_registration": {
                    "type": "boolean"
                },
                "setup_skip_restore": {
                    "type": "boolean"
                },
                "setup_skip_restore_completed": {
                    "type": "boolean"
                },
                "setup_skip_screen_time": {
                    "type": "boolean"
                },
                "setup_skip_sim_setup": {
                    "type": "boolean"
                },
                "setup_skip_siri": {
                    "type": "boolean"
                },
                "setup_skip_software_update": {
                    "type": "boolean"
                },
                "setup_skip_terms_and_conditions": {
                    "type": "boolean"
                },
                "setup_skip_update_completed": {
                    "type": "boolean"
                },
                "setup_skip_watch_migration": {
                    "type": "boolean"
                },
                "setup_skip_welcome": {
                    "type": "boolean"
                },
                "setup_skip_zoom": {
                    "type": "boolean"
                },
                "support_email": {
                    "type": "string"
                },
                "support_phone_number": {
                    "type": "string"
                }
            }
        }
    }
}