GetZeroTrustListResult

data class GetZeroTrustListResult(val accountId: String, val createdAt: String, val description: String, val filter: GetZeroTrustListFilter? = null, val id: String, val listCount: Double, val listId: String? = null, val name: String, val type: String, val updatedAt: String)

A collection of values returned by getZeroTrustList.

Constructors

Link copied to clipboard
constructor(accountId: String, createdAt: String, description: String, filter: GetZeroTrustListFilter? = null, id: String, listCount: Double, listId: String? = null, name: String, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The description of the list.

Link copied to clipboard
Link copied to clipboard
val id: String

API Resource UUID tag.

Link copied to clipboard

The number of items in the list.

Link copied to clipboard
val listId: String? = null

API Resource UUID tag.

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