EnterpriseKeyIosSettings

data class EnterpriseKeyIosSettings(val allowAllBundleIds: Boolean? = null, val allowedBundleIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(allowAllBundleIds: Boolean? = null, allowedBundleIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If set to true, it means allowed_bundle_ids will not be enforced.

Link copied to clipboard

iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'