Occurrences

The detected occurrences of sensitive data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cells: List<Cell>?

Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.

Link copied to clipboard

Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

Link copied to clipboard

Occurrences of sensitive data detected in a binary text file.

Link copied to clipboard
val pages: List<Page>?

Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.

Link copied to clipboard

Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.

Functions

Link copied to clipboard
inline fun copy(block: Occurrences.Builder.() -> Unit = {}): Occurrences
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String