V2BrowserKeyRestrictionsArgs

data class V2BrowserKeyRestrictionsArgs(val allowedReferrers: Output<List<String>>? = null) : ConvertibleToJava<V2BrowserKeyRestrictionsArgs>

The HTTP referrers (websites) that are allowed to use the key.

Constructors

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

Functions

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

Properties

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

A list of regular expressions for the referrer URLs that are allowed to make API calls with this key.