OBJECT
OracleLastValidationResult
Description
Supported in v5.3+
link GraphQL Schema definition
- type OracleLastValidationResult {
- # Required. Supported in v5.3+
- # The eventseries ID for the last validation job.
- String! :
- # Required. Supported in v5.3+
- # A Boolean that specifies whether the last validation successfully completed.
- Boolean! :
- # Required. Supported in v5.3+
- # The timestamp of the recovery point to validate.
- DateTime :
- }