GetDlpJobResult

data class GetDlpJobResult(val actionDetails: List<GooglePrivacyDlpV2ActionDetailsResponse>, val createTime: String, val endTime: String, val errors: List<GooglePrivacyDlpV2ErrorResponse>, val inspectDetails: GooglePrivacyDlpV2InspectDataSourceDetailsResponse, val jobTriggerName: String, val name: String, val riskDetails: GooglePrivacyDlpV2AnalyzeDataSourceRiskDetailsResponse, val startTime: String, val state: String, val type: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Events that should occur after the job has completed.

Link copied to clipboard

Time when the job was created.

Link copied to clipboard

Time when the job finished.

Link copied to clipboard

A stream of errors encountered running the job.

Link copied to clipboard

Results from inspecting a data source.

Link copied to clipboard

If created by a job trigger, the resource name of the trigger that instantiated the job.

Link copied to clipboard

The server-assigned name.

Link copied to clipboard

Results from analyzing risk of a data source.

Link copied to clipboard

Time when the job started.

Link copied to clipboard

State of a job.

Link copied to clipboard

The type of job.