GetZeroTrustDlpDatasetResult

data class GetZeroTrustDlpDatasetResult(val accountId: String, val columns: List<GetZeroTrustDlpDatasetColumn>, val createdAt: String, val datasetId: String, val description: String, val encodingVersion: Int, val id: String, val name: String, val numCells: Int, val secret: Boolean, val status: String, val updatedAt: String, val uploads: List<GetZeroTrustDlpDatasetUpload>)

A collection of values returned by getZeroTrustDlpDataset.

Constructors

Link copied to clipboard
constructor(accountId: String, columns: List<GetZeroTrustDlpDatasetColumn>, createdAt: String, datasetId: String, description: String, encodingVersion: Int, id: String, name: String, numCells: Int, secret: Boolean, status: String, updatedAt: String, uploads: List<GetZeroTrustDlpDatasetUpload>)

Types

Link copied to clipboard
object Companion

Properties

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

The description of the dataset

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

The ID of this resource.

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

Available values: "empty", "uploading", "processing", "failed", "complete".

Link copied to clipboard

When the dataset was last updated.

Link copied to clipboard