--- inputType: "CA10__CaAzureSqlServer__c" testData: - file: "test-data.json" importExtracts: - file: "/types/CA10__CaAzureSqlServer__c/object.extracts.yaml" conditions: - status: "INCOMPLIANT" currentStateMessage: "SQL Server public network access is enabled." remediationMessage: "Disable SQL Server public network access." check: IS_EQUAL: left: EXTRACT: "CA10__publicNetworkAccess__c" right: TEXT: "Enabled" - status: "COMPLIANT" currentStateMessage: "SQL Server public network access is disabled." check: IS_EQUAL: left: EXTRACT: "CA10__publicNetworkAccess__c" right: TEXT: "Disabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unable to determine public network access."