ApiTokenConditionRequestIp

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ins: 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: List<String>? = null

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