ApiKeyRestrictionsIosKeyRestrictionsArgs

data class ApiKeyRestrictionsIosKeyRestrictionsArgs(val allowedBundleIds: Output<List<String>>) : ConvertibleToJava<ApiKeyRestrictionsIosKeyRestrictionsArgs>

Constructors

Link copied to clipboard
constructor(allowedBundleIds: Output<List<String>>)

Properties

Link copied to clipboard

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

Functions

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