ttlAfterScanCompletion property

String? ttlAfterScanCompletion
getter/setter pair

Time to live for OneTime scans.

default value is 24 hours, minimum value is 0 seconds, and maximum value is 365 days. The time is calculated from the data scan job completion time. If value is set as 0 seconds, the scan will be immediately deleted upon job completion, regardless of whether the job succeeded or failed.

Optional.

Implementation

core.String? ttlAfterScanCompletion;