IpAddressDetails

Provides information about the IP address of the device that an entity used to perform an action on an affected resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Internet Protocol version 4 (IPv4) address of the device.

Link copied to clipboard

The city that the IP address originated from.

Link copied to clipboard

The country that the IP address originated from.

Link copied to clipboard

The geographic coordinates of the location that the IP address originated from.

Link copied to clipboard

The registered owner of the IP address.

Functions

Link copied to clipboard
inline fun copy(block: IpAddressDetails.Builder.() -> Unit = {}): IpAddressDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String