Newer Version Available

This content describes an older version of this product. View Latest

DataDetectJobObjectSession

Represents an object-specific job session that's created whenever a DataDetect scan policy job session runs on a scan policy object. This object is available in API version 63.0 and later.

Supported Calls

delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete()

Fields

Field Details
CurrentObject
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Name of the scan policy object associated with the job object session.
DataDetectJobSessionId
Type
reference
Properties
Filter, Group, Sort
Description
ID of the job session associated with a scan policy data scan.

This field is a relationship field.

Relationship Name
DataDetectJobSession
Relationship Type
Master-Detail
Refers To
DataDetectJobSession
SessionEndTime
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Time and date when the scan policy object scan completes.
ScannedRecordsCount
Type
Long
Properties
Filter, Group, Nillable, Sort
Description
The number of records already scanned while the overall job is in progress.
LastScannedRecord
Type
String
Properties
Filter, Group, Nillable, Sort
Description
The Last scanned record identifier of the object.
JobStatus
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
Status of the scan policy object scan. Possible values are:
  • Cancelled
  • Cancelled and CsvNoPiiData - Scan cancelled. No sensitive data detected.
  • Cancelled and CsvUploadFailed - Scan cancelled. Results upload failed.
  • Cancelled and CsvUploadInProgress - Scan cancelled. Results upload in progress.
  • Cancelled and CsvUploadSuccess - Scan cancelled. Results upload completed successfully.
  • Completed
  • Completed and CsvNoPiiData - Scan completed. No sensitive data detected.
  • Completed and CsvUploadFailed - Scan completed. Results upload failed.
  • Completed and CsvUploadInProgress - Scan completed. Results upload in progress.
  • Completed and CsvUploadSuccess - Scan completed. Results upload completed successfully.
  • Failed
  • Failed and CsvNoPiiData - Scan failed. No sensitive data detected.
  • Failed and CsvUploadFailed - Scan failed. Results upload failed.
  • Failed and CsvUploadInProgress - Scan failed. Results upload in progress.
  • Failed and CsvUploadSuccess - Scan failed. Results upload completed successfully.
  • PartialSuccess
  • PartialSuccess and CsvNoPiiData - Scan partially successful. No sensitive data detected.
  • PartialSuccess and CsvUploadFailed - Scan partially successful. Results upload failed.
  • PartialSuccess and CsvUploadInProgress - Scan partially successful. Results upload in progress.
  • PartialSuccess and CsvUploadSuccess - Scan partially successful. Results upload completed successfully.
  • Running
  • Scheduled
  • TimedOut

The default value is Scheduled.

Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Auto-generated name of the job object session.
SessionStartTime
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Time and date when the scan policy object scan begins. Scan policy object scan can start anytime within a 30-day window from the current date.