GetOrganizationIpAllowListIpAllowList

data class GetOrganizationIpAllowListIpAllowList(val allowListValue: String, val createdAt: String, val id: String, val isActive: Boolean, val name: String, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(allowListValue: String, createdAt: String, id: String, isActive: Boolean, name: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A single IP address or range of IP addresses in CIDR notation.

Link copied to clipboard

Identifies the date and time when the object was created.

Link copied to clipboard
val id: String

The ID of the IP allow list entry.

Link copied to clipboard

Whether the entry is currently active.

Link copied to clipboard

The name of the IP allow list entry.

Link copied to clipboard

Identifies the date and time when the object was last updated.