--- inputType: "CA10__CaAzureAppService__c" importExtracts: - file: "/types/CA10__CaAzureAppService__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "The App Service remote debugging is not disabled." remediationMessage: "Disable App Service remote debugging." check: IS_EQUAL: left: EXTRACT: "CA10__configRemoteDebugging__c" right: TEXT: "Enabled" - status: "COMPLIANT" currentStateMessage: "The App Service remote debugging is disabled." check: IS_EQUAL: left: EXTRACT: "CA10__configRemoteDebugging__c" right: TEXT: "Disabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected value in the field."