GetLogpushDatasetFieldResult

data class GetLogpushDatasetFieldResult(val accountId: String? = null, val datasetId: String, val id: String, val zoneId: String? = null)

A collection of values returned by getLogpushDatasetField.

Constructors

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

Types

Link copied to clipboard
object Companion

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

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 id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val zoneId: String? = null

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