ApiTokenConditionRequestIpArgs

data class ApiTokenConditionRequestIpArgs(val ins: Output<List<String>>? = null, val notIns: Output<List<String>>? = null) : ConvertibleToJava<ApiTokenConditionRequestIpArgs>

Constructors

Link copied to clipboard
constructor(ins: Output<List<String>>? = null, notIns: Output<List<String>>? = null)

Properties

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

List of IP addresses or CIDR notation where the token may be used from. If not specified, the token will be valid for all IP addresses.

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

List of IP addresses or CIDR notation where the token should not be used from.

Functions

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