CloudDlpInspection class

Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.

Constructors

CloudDlpInspection({bool? fullScan, String? infoType, String? infoTypeCount, String? inspectJob})
CloudDlpInspection.fromJson(Map json_)

Properties

fullScan bool?
Whether Cloud DLP scanned the complete resource or a sampled subset.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
infoType String?
The type of information (or infoType) found, for example, EMAIL_ADDRESS or STREET_ADDRESS.
getter/setter pair
infoTypeCount String?
The number of times Cloud DLP found this infoType within this job and resource.
getter/setter pair
inspectJob String?
Name of the inspection job, for example, projects/123/locations/europe/dlpJobs/i-8383929.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited