V2ServerKeyRestrictionsArgs

data class V2ServerKeyRestrictionsArgs(val allowedIps: Output<List<String>>? = null) : ConvertibleToJava<V2ServerKeyRestrictionsArgs>

The IP addresses of callers that are allowed to use the key.

Constructors

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

Functions

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

Properties

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

A list of the caller IP addresses that are allowed to make API calls with this key.