GetZeroTrustListsPlainArgs

data class GetZeroTrustListsPlainArgs(val accountId: String, val maxItems: Int? = null, val type: String? = null) : ConvertibleToJava<GetZeroTrustListsPlainArgs>

A collection of arguments for invoking getZeroTrustLists.

Constructors

Link copied to clipboard
constructor(accountId: String, maxItems: Int? = null, type: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val type: String? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GetZeroTrustListsPlainArgs