Get Dlp Job Result
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
constructor(actionDetails: List<GooglePrivacyDlpV2ActionDetailsResponse>, createTime: String, endTime: String, errors: List<GooglePrivacyDlpV2ErrorResponse>, inspectDetails: GooglePrivacyDlpV2InspectDataSourceDetailsResponse, jobTriggerName: String, name: String, riskDetails: GooglePrivacyDlpV2AnalyzeDataSourceRiskDetailsResponse, startTime: String, state: String, type: String)
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
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
Results from analyzing risk of a data source.