--- inputType: "CA10__CaAzureKeyVault__c" importExtracts: - file: "/types/CA10__CaAzureKeyVault__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "Purge protection is disabled." remediationMessage: "Enable purge protection." check: NOT_EQUAL: left: EXTRACT: "CA10__purgeProtection__c" right: TEXT: "Enabled" - status: "COMPLIANT" currentStateMessage: "Purge protection is enabled." check: IS_EQUAL: left: EXTRACT: "CA10__purgeProtection__c" right: TEXT: "Enabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected values in the fields."