allowedBundleIds

@JvmName(name = "eedhggxfhocjlnmi")
suspend fun allowedBundleIds(value: Output<List<String>>)
@JvmName(name = "wlxjnuvxfkddttwj")
suspend fun allowedBundleIds(value: List<String>?)

Parameters

value

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


@JvmName(name = "uxmybsxtfcjxvexm")
suspend fun allowedBundleIds(vararg values: Output<String>)


@JvmName(name = "wklcgokuosndmkxu")
suspend fun allowedBundleIds(values: List<Output<String>>)
@JvmName(name = "brqdgxwhjqohgifk")
suspend fun allowedBundleIds(vararg values: String)

Parameters

values

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