V2AndroidKeyRestrictionsArgs

data class V2AndroidKeyRestrictionsArgs(val allowedApplications: Output<List<V2AndroidApplicationArgs>>? = null) : ConvertibleToJava<V2AndroidKeyRestrictionsArgs>

The Android apps that are allowed to use the key.

Constructors

Link copied to clipboard
fun V2AndroidKeyRestrictionsArgs(allowedApplications: Output<List<V2AndroidApplicationArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

A list of Android applications that are allowed to make API calls with this key.