--- inputType: "CA10Z1__CaAzureDatabricksWorkspace__c" testData: - file: "test-data.json" importExtracts: - file: "/types/CA10Z1__CaAzureDatabricksWorkspace__c/object.extracts.yaml" conditions: - status: "INCOMPLIANT" currentStateMessage: "Allow public network access is not configured on the Databricks workspace." remediationMessage: "Disable allow public network access on the Azure Databricks workspace." check: IS_EMPTY: arg: EXTRACT: "CA10Z1__publicNetworkAccess__c" - status: "INCOMPLIANT" currentStateMessage: "Allow public network access is enabled on the Databricks workspace." remediationMessage: "Disable allow public network access on the Azure Databricks workspace." check: IS_EQUAL: left: EXTRACT: "CA10Z1__publicNetworkAccess__c" right: TEXT: "Enabled" - status: "COMPLIANT" currentStateMessage: "Allow public network access is disabled on the Databricks workspace." check: IS_EQUAL: left: EXTRACT: "CA10Z1__publicNetworkAccess__c" right: TEXT: "Disabled" otherwise: status: "UNDETERMINED" currentStateMessage: "Unexpected value in the field."