--- inputType: "CA10__CaAzureAppService__c" importExtracts: - file: "/types/CA10__CaAzureAppService__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "App Service HTTPS-only configuration is disabled." remediationMessage: "Enable App Service HTTPS-only configuration." check: IS_EQUAL: left: EXTRACT: "CA10__httpsOnly__c" right: TEXT: "Disabled" - status: "COMPLIANT" currentStateMessage: "App Service HTTPS-only configuration is enabled." check: IS_EQUAL: left: EXTRACT: "CA10__httpsOnly__c" right: TEXT: "Enabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected value in the field."