--- inputType: "CA10__CaAzureSqlServer__c" testData: - file: "test-data.json" importExtracts: - file: "/types/CA10__CaAzureSqlServer__c/object.extracts.yaml" conditions: - status: "INCOMPLIANT" currentStateMessage: "SQL Server auditing is disabled." remediationMessage: "Enable SQL Server auditing." check: IS_EQUAL: left: EXTRACT: "CA10__auditing__c" right: TEXT: "Disabled" - status: "COMPLIANT" currentStateMessage: "SQL Server auditing is enabled." check: IS_EQUAL: left: EXTRACT: "CA10__auditing__c" right: TEXT: "Enabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected value in the field."