GetInfrastructureAccessTargetsTarget

data class GetInfrastructureAccessTargetsTarget(val accountId: String, val createdAt: String, val hostname: String, val id: String, val ip: GetInfrastructureAccessTargetsTargetIp, val modifiedAt: String)

Constructors

Link copied to clipboard
constructor(accountId: String, createdAt: String, hostname: String, id: String, ip: GetInfrastructureAccessTargetsTargetIp, modifiedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard

The date and time at which the target was created.

Link copied to clipboard

A non-unique field that refers to a target.

Link copied to clipboard
val id: String

The identifier of this resource. This is target's unique identifier.

Link copied to clipboard

The IPv4/IPv6 address that identifies where to reach a target.

Link copied to clipboard

The date and time at which the target was last modified.