ApiKeyRestrictionsServerKeyRestrictionsArgs

data class ApiKeyRestrictionsServerKeyRestrictionsArgs(val allowedIps: Output<List<String>>) : ConvertibleToJava<ApiKeyRestrictionsServerKeyRestrictionsArgs>

Constructors

constructor(allowedIps: Output<List<String>>)

Properties

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

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

Functions

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