--- 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 FTPS state is set to AllAllowed." remediationMessage: "Set the FTPS state to Disabled or FtpsOnly." check: IS_EQUAL: left: EXTRACT: "CA10__configFtpsState__c" right: TEXT: "AllAllowed" - status: "COMPLIANT" currentStateMessage: "The App Service FTPS state is set to Disabled." check: IS_EQUAL: left: EXTRACT: "CA10__configFtpsState__c" right: TEXT: "Disabled" - status: "COMPLIANT" currentStateMessage: "The App Service FTPS state is set to FtpsOnly." check: IS_EQUAL: left: EXTRACT: "CA10__configFtpsState__c" right: TEXT: "FtpsOnly" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected value in the field."