Skip Navigation

BlackBerry 10
:
Enterprise Management Agent
profile settings

Setting
Description
Enterprise Management Web Service
polling interval
Specify how often, in seconds, the
Enterprise Management Web Service
on the device polls for configuration updates.
Possible values:
  • 3600 to 86400
The default value is 3600.
Fast polling interval
Specify how often, in seconds, the device polls for configuration updates when push notification is not available for fast polling (BPDS is not registered).
  • Minimum: 900
The default value is 900.
Slow polling interval
Specify how often, in seconds, the device polls for configuration updates when push notification is available for slow polling (BPDS is registered).
  • Minimum: 900
The default value is 900.
Allow personal app collection
This setting specifies whether
BlackBerry UEM
receives a list of personal apps that are installed on users' devices.
This setting is not supported on devices with Work and personal - Corporate activations.
Configuration file (.json)
This setting allows you to specify a configuration file to restrict which cipher suites from the SSL library are supported by the device.
Specify a configuration file only if you want to remove support for a cipher suite that has a security vulnerability and your organization’s resources do not require that cipher suite for communication.
Specifying a configuration file does not affect device communication with
BlackBerry UEM
but could impact communication with other servers in your organization, depending on the requirements of those servers.
The configuration file must be in .json format.
Example:
{"tls": {"tls_protocols": ["TLSv1"], "tls_ciphersuites": [49200, 49196, 49192, 49188, 49172, 49162, 163, 159, 107, 106, 57, 56, 136, 135, 49202, 49198, 49194, 49190, 49167, 49157, 157, 61, 53, 132, 141, 49199, 49195, 49191, 49187, 49171, 49161, 162, 158, 103, 64, 51, 50, 154, 153, 69, 68, 49201, 49197, 49193, 49189, 49166, 49156, 156, 60, 47, 150, 65, 140, 49169, 49159, 49164, 49154, 5, 4, 138, 49170, 49160, 22, 19, 49165, 49155, 10, 139, 21, 18, 9, 20, 17, 8, 6, 3], "tls_curves": ["secp256r1", "secp521r1", "brainpoolP512r1", "brainpoolP384r1", "secp384r1", "brainpoolP256r1", "secp256k1", "sect571r1", "sect571k1", "sect409k1", "sect409r1", "sect283k1", "sect283r1", "secp224k1", "secp224r1", "secp192k1", "secp192r1", "secp160k1", "secp160r1", "secp160r2", "sect239k1", "sect233k1", "sect233r1", "sect193r1", "sect193r2", "sect163k1", "sect163r1", "sect163r2"], "tls_sigalgs": ["ECDSA+SHA512", "DSA+SHA512", "RSA+SHA512", "ECDSA+SHA384", "DSA+SHA384", "RSA+SHA384", "ECDSA+SHA256", "DSA+SHA256", "RSA+SHA256", "ECDSA+SHA224", "DSA+SHA224", "RSA+SHA224", "ECDSA+SHA1", "DSA+SHA1", "RSA+SHA1"], "tls_dh_min_key_bits":768, "tls_suiteb_mode": "SUITEB_OFF"}, "vpn": {"vpn_encr": ["aes128", "aes256", "aes128_icv16_gcm", "aes256_icv16_gcm", "3des", "aes192"], "vpn_dh": ["dh2", "dh5", "dh7", "dh8", "dh9", "dh10", "dh11", "dh12", "dh13", "dh14", "dh15", "dh16", "dh17", "dh18", "dh19", "dh20", "dh21", "dh22", "dh23", "dh24", "dh25", "dh26"], "vpn_integ": ["sha1", "sha384", "sha512", "aes", "sha256"], "vpn_prf": ["sha1", "sha384", "sha512", "aes", "hmac", "sha256"]}}