--- inputType: "CA10O1__CaOracleIamDbCredential2__c" testData: - file: "test-data.json" importExtracts: - file: "/types/CA10O1__CaOracleIamDbCredential2__c/object.extracts.yaml" conditions: - status: "INCOMPLIANT" currentStateMessage: "This Oracle IAM database password is older than 90 days." remediationMessage: "Rotate this Oracle IAM database password and delete the stale password after dependent database clients are updated." check: IS_BEYOND_LAST_DAYS: arg: EXTRACT: "CA10O1__timeCreated__c" offsetDays: 90 otherwise: status: "COMPLIANT" currentStateMessage: "This Oracle IAM database password was created within the last 90 days."