GetZeroTrustListsResult

data class GetZeroTrustListsResult(val createdAt: String, val description: String, val id: String, val items: List<GetZeroTrustListsResultItem>, val listCount: Double, val name: String, val type: String, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(createdAt: String, description: String, id: String, items: List<GetZeroTrustListsResultItem>, listCount: Double, name: String, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The description of the list.

Link copied to clipboard
val id: String

API Resource UUID tag.

Link copied to clipboard

The items in the list.

Link copied to clipboard

The number of items in the list.

Link copied to clipboard

The name of the list.

Link copied to clipboard

The type of list. Available values: "SERIAL", "URL", "DOMAIN", "EMAIL", "IP".

Link copied to clipboard