GetLogpushDatasetFieldPlainArgs

data class GetLogpushDatasetFieldPlainArgs(val accountId: String? = null, val datasetId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetLogpushDatasetFieldPlainArgs>

A collection of arguments for invoking getLogpushDatasetField.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, datasetId: String? = null, zoneId: String? = null)

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard
val datasetId: String? = null

Name of the dataset. A list of supported datasets can be found on the Developer Docs. Available values: "accessrequests", "auditlogs", "bisouseractions", "casbfindings", "devicepostureresults", "dlpforensiccopies", "dnsfirewalllogs", "dnslogs", "emailsecurityalerts", "firewallevents", "gatewaydns", "gatewayhttp", "gatewaynetwork", "httprequests", "magicidsdetections", "nelreports", "networkanalyticslogs", "pageshieldevents", "sinkholehttplogs", "spectrumevents", "sshlogs", "workerstraceevents", "zarazevents", "zerotrustnetworksessions".

Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

Functions

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