V2Android Key Restrictions Args
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)