V2IosKeyRestrictionsArgs

data class V2IosKeyRestrictionsArgs(val allowedBundleIds: Output<List<String>>? = null) : ConvertibleToJava<V2IosKeyRestrictionsArgs>

The iOS apps that are allowed to use the key.

Constructors

Link copied to clipboard
fun V2IosKeyRestrictionsArgs(allowedBundleIds: Output<List<String>>? = null)

Functions

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

Properties

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

A list of bundle IDs that are allowed when making API calls with this key.