EnterpriseKeyIosSettingsArgs

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

Constructors

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

Properties

Link copied to clipboard
val allowAllBundleIds: Output<Boolean>? = null

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

Link copied to clipboard
val allowedBundleIds: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseKeyIosSettingsArgs