--- inputType: "CA10O1__CaOracleIamUserApiKey__c" testData: - file: test-data.json importExtracts: - file: /types/CA10O1__CaOracleIamUserApiKey__c/object.extracts.yaml conditions: - status: "INAPPLICABLE" currentStateMessage: "This Oracle IAM API key is not active." check: NOT_EQUAL: left: EXTRACT: "CA10O1__lifecycleState__c" right: TEXT: "ACTIVE" - status: "INCOMPLIANT" currentStateMessage: "This active Oracle IAM API key is older than 90 days." remediationMessage: "Rotate this Oracle IAM API key and delete the stale key after dependent workloads are updated." check: IS_BEYOND_LAST_DAYS: arg: EXTRACT: "CA10O1__timeCreated__c" offsetDays: 90 otherwise: status: "COMPLIANT" currentStateMessage: "This active Oracle IAM API key was created within the last 90 days."